summaryrefslogtreecommitdiff
path: root/virtManager/createvol.py
diff options
context:
space:
mode:
authorCole Robinson <crobinso@redhat.com>2015-09-13 19:30:10 -0400
committerCole Robinson <crobinso@redhat.com>2015-09-13 19:32:11 -0400
commitba0711b0bf810d716358c5469c97445aa61e29ff (patch)
tree033e97aac1b37266dc9dd1071388378a080c785c /virtManager/createvol.py
parent9f56641b4913888d40cf51e93a24acbe881dc7cd (diff)
downloadvirt-manager-ba0711b0bf810d716358c5469c97445aa61e29ff.tar.gz
addhardware: Use same default storage size as create.py (20 GB)
createvol too
Diffstat (limited to 'virtManager/createvol.py')
-rw-r--r--virtManager/createvol.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/virtManager/createvol.py b/virtManager/createvol.py
index f9167865..4759ec7b 100644
--- a/virtManager/createvol.py
+++ b/virtManager/createvol.py
@@ -187,7 +187,7 @@ class vmmCreateVolume(vmmGObjectUI):
break
default_alloc = 0
- default_cap = 8
+ default_cap = 20
self.widget("backing-store").set_text("")
alloc = default_alloc