Bug 476072

Summary: Remember directories simple disk paths
Product: [Community] Virtualization Tools Reporter: Daniel Bass <dbass>
Component: virt-managerAssignee: Cole Robinson <crobinso>
Status: CLOSED WONTFIX QA Contact:
Severity: low Docs Contact:
Priority: low    
Version: unspecifiedCC: crobinso
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-01-25 01:55:51 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Daniel Bass 2008-12-11 19:44:04 UTC
User-Agent:       Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.4) Gecko/2008111318 Ubuntu/8.10 (intrepid) Firefox/3.0.4

For the ISO and Simple Disk paths, I'd like to see virt-manager remember previous entries. It would chop off the filename component to get a directory component. If the last element of that were the name of the virtual machine (being created), then that component would be replaced by some marker (%s or whatever) that could be replaced later. Then that directory would be saved. In the future, it would be used as the default in the appropriate field. The ISO and Simple Disk directories should be tracked separately.

For example, if I was created a virtual machine named "foo" and changed my disk path to /srv/virtualmachines/foo/foo.img, it would save /srv/virtualmachines/%s as the directory for next time. Then when I went to create bar, it would add bar.img (as it does now) to that saved path, replacing %s with the host name, yielding /srv/virtualmachines/bar/bar.img.

Reproducible: Always

Comment 1 Cole Robinson 2012-01-25 01:55:51 UTC
Actually I don't think we will implement this in virt-manager, I don't think it's common that people store disk images in multiple places so it really isn't something worth spending dev resources on facilitating.

If people want to easily use a non default storage path they should use some mechanism to tell virt-manager their preferred storage location (there are other bugs tracking that).