Commit 7afa3d5b by Kálmán Viktor

Merge branch 'resizeformatp' into 'master'

Make snapshots resizable



See merge request !357
parents dad93220 fad41de0
Pipeline #8 passed with stage
in 0 seconds
......@@ -542,4 +542,4 @@ class Disk(TimeStampedModel):
@property
def is_resizable(self):
return self.type in ('qcow2-norm', 'raw-rw')
return self.type in ('qcow2-norm', 'raw-rw', 'qcow2-snap', )
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment