Merge pull request #1153 from oholiab/oholiab/fix_zfs_createparent_property
Fix ZFS create
This commit is contained in:
commit
fe74209d00
1 changed files with 1 additions and 0 deletions
|
@ -265,6 +265,7 @@ class Zfs(object):
|
|||
volsize = properties.pop('volsize', None)
|
||||
volblocksize = properties.pop('volblocksize', None)
|
||||
origin = properties.pop('origin', None)
|
||||
createparent = properties.pop('createparent', None)
|
||||
if "@" in self.name:
|
||||
action = 'snapshot'
|
||||
elif origin:
|
||||
|
|
Loading…
Reference in a new issue