This commit is contained in:
mwiegand 2021-07-08 23:19:45 +02:00
parent 497309e2e4
commit b8f5888c3e
2 changed files with 3 additions and 1 deletions

View file

@ -31,9 +31,10 @@ def zfs(metadata):
if path == config.get('mountpoint'):
datasets[f"tank/{other_node.metadata.get('id')}/{dataset}"] = {
'mountpoint': 'none',
'readonly': 'on',
'backup': False,
}
continue
return {
'zfs': {

View file

@ -78,6 +78,7 @@ class ZFSDataset(Item):
'recordsize': None,
'dedup': None,
'logbias': None,
'readonly': None,
}
ITEM_TYPE_NAME = "zfs_dataset"