Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upImprove usability of VM disk space / increasing disk size #1053
Comments
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
marmarek
Jul 7, 2015
Member
On Tue, Jul 07, 2015 at 03:50:06AM -0700, Brennan Novak wrote:
Upon using Qubes and downloading a large files, I have encountered
VM Settings
Improve error msg on failure to resize (while VM is running). Currently the dialogue saysERROR: Basic tab: resize2fs failedThe "new" resize value inputed by user sticks in "Private storage max. size" field even after the failure mentioned above. The VM then appears to complete the resize after being restarted. Additionally, the input field is non-editable (until restarting the VM) after the failed attempt. While the net result here is that the VM is eventually resized, this feels a bit odd as a user because I feel conditioned that "when something fails" I have to perform the action again later. So either do
This is already fixed (package in current-testing) - the error reporting
was wrong - VM disk was actually resized.
VM Notification Warning
When using a VM and the disk space is running out, an OS warning message pops up alerting the user of lack of disk space. I believe clicking on the message opens a disk manager program. However, due to Qubes VM design, this program is not the most intuitive / helpful tool, as increasing the disk space happens in the
Qubes VM Managerthus I propose one of:
- Add button / link to
Increase Disk Spacethat takes user to Qubes VM Manager and ideally opens the VM Settings for that given VM- Add a menu that has two buttons, one being
Increase Disk Space of VMandAnalyze Disk Usage of VMwhereby the former load the VM settings and the later shows the current disk space tool
Currently VM have no idea that it is even possible to increase its disk
space. Adding such option to that notification would mean forking that
disk monitoring tool, which surely we don't want to do. But I see your
point. Maybe some simpler solution would be enough, something like
update notification:
- VM have ability to report "low disk space" even to dom0 (some qrexec
service) - Qubes Manager displays an icon next to the VM
- User can click on that icon and select whether he/she want to
increase private disk size (go to VM settings), or run some disk
cleaning tool inside of VM (run some qrexec service, which will start
the right tool, depending on VM distribution).
Also dom0 disk space should be considered. Running out of physical disk
space in Qubes can be somehow hard to recover from.
Best Regards,
Marek Marczykowski-Górecki
Invisible Things Lab
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
|
On Tue, Jul 07, 2015 at 03:50:06AM -0700, Brennan Novak wrote:
This is already fixed (package in current-testing) - the error reporting
Currently VM have no idea that it is even possible to increase its disk
Also dom0 disk space should be considered. Running out of physical disk Best Regards, |
bnvk commentedJul 7, 2015
Upon using Qubes and downloading a large files, I have encountered
VM Settings
Improve error msg on failure to resize (while VM is running). Currently the dialogue says
ERROR: Basic tab: resize2fs failedThe "new" resize value inputed by user sticks in "Private storage max. size" field even after the failure mentioned above. The VM then appears to complete the resize after being restarted. Additionally, the input field is non-editable (until restarting the VM) after the failed attempt. While the net result here is that the VM is eventually resized, this feels a bit odd as a user because I feel conditioned that "when something fails" I have to perform the action again later. So either do
Warning, the AppVM is currently running, the resize will complete the next time you shutdown and restart itResizing failed because AppVM is running. Please shutdown the VM then try againat which point reset the input to current value and make it editable.VM Notification Warning
When using a VM and the disk space is running out, an OS warning message pops up alerting the user of lack of disk space. I believe clicking on the message opens a disk manager program. However, due to Qubes VM design, this program is not the most intuitive / helpful tool, as increasing the disk space happens in the
Qubes VM Managerthus I propose one of:Increase Disk Spacethat takes user to Qubes VM Manager and ideally opens the VM Settings for that given VMIncrease Disk Space of VMandAnalyze Disk Usage of VMwhereby the former load the VM settings and the later shows the current disk space tool