Compare commits
No commits in common. "b8f5888c3ecff4df54eb0fd24f2c8eb71cce0624" and "5c29f4220db820d779baf6ed7b9fac26cf0d0c91" have entirely different histories.
b8f5888c3e
...
5c29f4220d
3 changed files with 1 additions and 12 deletions
|
@ -31,10 +31,9 @@ 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': {
|
||||
|
|
|
@ -77,12 +77,3 @@ $config['plugins'] = array(${', '.join(f'"{plugin}"' for plugin in plugins)});
|
|||
// the default locale setting (leave empty for auto-detection)
|
||||
// RFC1766 formatted language name like en_US, de_DE, de_CH, fr_FR, pt_BR
|
||||
$config['language'] = 'de_DE';
|
||||
|
||||
|
||||
// https://serverfault.com/a/991304
|
||||
$config['smtp_conn_options'] = array(
|
||||
'ssl' => array(
|
||||
'verify_peer' => false,
|
||||
'verify_peer_name' => false,
|
||||
),
|
||||
);
|
||||
|
|
|
@ -78,7 +78,6 @@ class ZFSDataset(Item):
|
|||
'recordsize': None,
|
||||
'dedup': None,
|
||||
'logbias': None,
|
||||
'readonly': None,
|
||||
}
|
||||
ITEM_TYPE_NAME = "zfs_dataset"
|
||||
|
||||
|
|
Loading…
Reference in a new issue