Bug 218201
| Summary: | virt-manager should show size of a disk file when typing a path | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Bernard Johnson <bjohnson> |
| Component: | virt-manager | Assignee: | Hugh Brock <hbrock> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Brian Brock <bbrock> |
| Severity: | low | Docs Contact: | |
| Priority: | medium | ||
| Version: | 6 | CC: | xen-maint |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i386 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | virt-manager-0.4.0 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2007-06-18 18:36:38 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
Bernard Johnson
2006-12-03 05:04:55 UTC
Yes, this behaviour is a little wierd. We need to display size of the existing file, rather than then default. We should also validate that the selected file is actually a file (or does not exist) - to catch case of someone entering a directory. Fixed upstream at: http://hg.et.redhat.com/virt/applications/virt-manager--devel?cs=795d0dea350d The file size widget now reflects the size of a file chosen either with the file chooser dialog or by typing the path manually. Also, the wizard complains if a user enters a directory instead of a new or existing file. |