parent
9a338b05eb
commit
b88fdde22c
1 changed files with 3 additions and 2 deletions
|
@ -198,8 +198,9 @@ class Zfs(object):
|
|||
if source == 'local':
|
||||
properties[prop] = value
|
||||
# Add alias for enhanced sharing properties
|
||||
properties['sharenfs'] = properties.get('share.nfs', None)
|
||||
properties['sharesmb'] = properties.get('share.smb', None)
|
||||
if self.enhanced_sharing:
|
||||
properties['sharenfs'] = properties.get('share.nfs', None)
|
||||
properties['sharesmb'] = properties.get('share.smb', None)
|
||||
return properties
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue