nodes/home.nas: less snapshots for storage/download
This commit is contained in:
parent
659e35686e
commit
4e6be9b51e
1 changed files with 10 additions and 0 deletions
|
@ -138,6 +138,16 @@ nodes['home.nas'] = {
|
||||||
'mountpoint': '/storage/nas',
|
'mountpoint': '/storage/nas',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
'snapshots': {
|
||||||
|
'retain_per_dataset': {
|
||||||
|
'storage/download': {
|
||||||
|
'hourly': 48,
|
||||||
|
'daily': 0,
|
||||||
|
'weekly': 0,
|
||||||
|
'monthly': 0,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
},
|
},
|
||||||
'vm': {
|
'vm': {
|
||||||
'cpu': 8,
|
'cpu': 8,
|
||||||
|
|
Loading…
Reference in a new issue