mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-25 18:55:27 -06:00
Default volume allocation to 0, since nonsparse creation blocks the whole app.
This commit is contained in:
@@ -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__ = {
|
||||
|
||||
Reference in New Issue
Block a user