#5511 closed enhancement (fixed)
User should be asked for deleting HDD image when deleting a VM -> Fixed in SVN
回報者: | Daniel Kulesz | 負責人: | |
---|---|---|---|
元件: | GUI | 版本: | VirtualBox 3.0.12 |
關鍵字: | 副本: | ||
Guest type: | other | Host type: | other |
描述
Normally, when a user removes a virtual machine, he propably wants to remove the hard disk image too. But this option is not offered by default - therefore the user must manually visit the "Virtual Media Manager" after deleting a VM, to really delete this disk image as well.
I guess, most users who often create and destroy virtual machines end up with a lot of trash in their media manager. Therefore I would propose to offer two check boxes in the "delete VM" dialog:
[ ] remove associated disk images as well [ ] delete the associated disk images from disk
The second checkbox should only be available, if the first is checked. Also, removing disk images which are linked to other VMs already should not be supported, or at least - a big warning should be provided.
更動歷史 (6)
comment:2 15 年 前 由 編輯
Well, it's the same difference that is made when using the "remove" button in the Media manager:
- remove: unregisters the image from the media manager, doesn't touch the real disk image
- delete: deletes the real disk image as well
comment:3 15 年 前 由 編輯
When VM is removed, it unregisters the images automatically.
So only the second option is needed.
comment:4 15 年 前 由 編輯
No, the images are not unregistered automatically, I just tried it. Maybe a configuration issue? I am running on Ubuntu 9.10 x86_64, VirtualBox 3.0.12 r54655 from the VirtualBox APT-Mirror.
If this is not intended this way, it looks like another bug to me.
+1 to this wish.
I don't understand what is the difference between:
[ ] remove associated disk images as well
and
[ ] delete the associated disk images from disk
-Technologov