kunsi-p14s: do backups
This commit is contained in:
parent
5be2610a86
commit
9a8e7abef4
4 changed files with 16 additions and 1 deletions
|
@ -79,7 +79,7 @@ for name, attrs in node.metadata.get('zfs/datasets', {}).items():
|
|||
if 'mountpoint' not in attrs:
|
||||
zfs_datasets[name]['canmount'] = 'off'
|
||||
zfs_datasets[name]['mountpoint'] = 'none'
|
||||
else:
|
||||
elif 'canmount' not in attrs:
|
||||
zfs_datasets[name]['canmount'] = 'on'
|
||||
|
||||
for name, attrs in node.metadata.get('zfs/pools', {}).items():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue