Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 261781 Details for
Bug 370131
qcow2 images appear as 0 sized and virt-manager won't let you use them
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Patch to return disksize = None if File Size field is disabled.
virt-manager-disksize-patch (text/plain), 1.20 KB, created by
Cole Robinson
on 2007-11-16 21:00:48 UTC
(
hide
)
Description:
Patch to return disksize = None if File Size field is disabled.
Filename:
MIME Type:
Creator:
Cole Robinson
Created:
2007-11-16 21:00:48 UTC
Size:
1.20 KB
patch
obsolete
>diff -r b2718c0c023c src/virtManager/addhardware.py >--- a/src/virtManager/addhardware.py Wed Nov 14 16:13:37 2007 -0500 >+++ b/src/virtManager/addhardware.py Fri Nov 16 15:50:01 2007 -0500 >@@ -255,7 +255,7 @@ class vmmAddHardware(gobject.GObject): > return self.window.get_widget("storage-file-address").get_text() > > def get_config_disk_size(self): >- if self.window.get_widget("storage-partition").get_active(): >+ if self.window.get_widget("storage-file-size").get_editable(): > return None > else: > return self.window.get_widget("storage-file-size").get_value() >diff -r b2718c0c023c src/virtManager/create.py >--- a/src/virtManager/create.py Wed Nov 14 16:13:37 2007 -0500 >+++ b/src/virtManager/create.py Fri Nov 16 15:50:01 2007 -0500 >@@ -369,7 +369,7 @@ class vmmCreate(gobject.GObject): > return self.window.get_widget("storage-file-address").get_text() > > def get_config_disk_size(self): >- if self.window.get_widget("storage-partition").get_active(): >+ if self.window.get_widget("storage-file-size").get_editable(): > return None > else: > return self.window.get_widget("storage-file-size").get_value()
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 370131
: 261781