Default volume allocation to 0, since nonsparse creation blocks the whole app.

This commit is contained in:
Cole Robinson
2008-09-07 19:08:13 -04:00
parent 76cd8f3dda
commit 9e2d6d6b13

View File

@@ -33,8 +33,8 @@ from virtManager.connection import vmmConnection
from virtinst import Storage
DEFAULT_ALLOC = 6000
DEFAULT_CAP = 6000
DEFAULT_ALLOC = 0
DEFAULT_CAP = 1000
class vmmCreateVolume(gobject.GObject):
__gsignals__ = {