After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 664759 - default hdd image size too small
default hdd image size too small
Status: RESOLVED FIXED
Product: gnome-boxes
Classification: Applications
Component: general
3.3.x (unsupported)
Other Linux
: Normal minor
: --
Assigned To: GNOME Boxes maintainer(s)
GNOME Boxes maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2011-11-24 20:38 UTC by doctorkohaku
Modified: 2016-03-31 13:56 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Bump default storage allocation to 20 GiB (1.03 KB, patch)
2011-11-24 21:51 UTC, Zeeshan Ali
none Details | Review
Bump default storage allocation to 20 GiB (1.18 KB, patch)
2011-11-24 22:04 UTC, Zeeshan Ali
committed Details | Review

Description doctorkohaku 2011-11-24 20:38:05 UTC
The default HDD image size of 2GB for unknown OSs is too small. This might be enough for a basic server install, but since gnome-boxes focuses on desktop users, it should give them a bit more space to allow installing a full graphical environment.
For example, Arch Linux is not in the libosinfo database, therefore it gets an image size of 2GB. This is enough for a core install, but in order to install a full Gnome install (core + xorg + gnome + gnome-extra), it requires at least 2.5GB of space.
Since qcow2 images are dynamically expanding, there is no reason to make them this small. VirtualBox uses a safe default of 8 gigabytes for its images.

Proposed fix: Change DEFAULT_STORAGE inside os-database.vala to something higher.
Comment 1 Zeeshan Ali 2011-11-24 21:51:19 UTC
Created attachment 202098 [details] [review]
Bump default storage allocation to 20 GiB

1. This should be adequate storage for most OSs out there.
2. We use the dynamically growing storage format (qcow2) so actual
   amount of disk space used is completely dependent on the OS.
Comment 2 Zeeshan Ali 2011-11-24 22:04:44 UTC
Created attachment 202101 [details] [review]
Bump default storage allocation to 20 GiB

1. This should be adequate storage for most OSs out there.
2. We use the dynamically growing storage format (qcow2) so actual
   amount of disk space used is completely dependent on the OS.
Comment 3 Marc-Andre Lureau 2011-11-25 01:09:30 UTC
Review of attachment 202101 [details] [review]:

ack
Comment 4 Zeeshan Ali 2011-11-25 22:39:03 UTC
Attachment 202101 [details] pushed as f960401 - Bump default storage allocation to 20 GiB