Fix ZFS create

This was failing due to the createparent variable being referenced but
never actually loaded from properties
pull/4420/head
Matt Carroll 2015-10-25 01:06:58 +01:00 committed by Matt Clay
parent d9a29f394f
commit 164e1f3baa
1 changed files with 1 additions and 0 deletions

View File

@ -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: