bundles/zfs: explicitely set mountpoint for all datasets
This commit is contained in:
parent
32b732e509
commit
03d1ada220
1 changed files with 1 additions and 2 deletions
|
@ -78,8 +78,7 @@ for name, attrs in node.metadata.get('zfs/datasets', {}).items():
|
|||
|
||||
if 'mountpoint' not in attrs:
|
||||
zfs_datasets[name]['canmount'] = 'off'
|
||||
# https://github.com/bundlewrap/bundlewrap/commit/76647590d684446f146cedb89518458f18dd229e
|
||||
# zfs_datasets[name]['mountpoint'] = 'none'
|
||||
zfs_datasets[name]['mountpoint'] = 'none'
|
||||
else:
|
||||
zfs_datasets[name]['canmount'] = 'on'
|
||||
|
||||
|
|
Loading…
Reference in a new issue