nodes/home.downloadhelper: add node, add storage on home.nas
This commit is contained in:
parent
fb42f9e667
commit
c49d9ffc56
2 changed files with 43 additions and 0 deletions
|
@ -53,6 +53,9 @@ nodes['home.nas'] = {
|
|||
'/storage/nas': {
|
||||
'172.19.138.0/24(ro,all_squash,anonuid=65534,anongid=65534,no_subtree_check)',
|
||||
},
|
||||
'/storage/download': {
|
||||
'172.19.138.27/32(rw,all_squash,anonuid=65534,anongid=1012,no_subtree_check)',
|
||||
},
|
||||
},
|
||||
},
|
||||
'smartd': {
|
||||
|
@ -128,6 +131,9 @@ nodes['home.nas'] = {
|
|||
'storage/f2k1de': {
|
||||
'mountpoint': '/storage/f2k1de',
|
||||
},
|
||||
'storage/download': {
|
||||
'mountpoint': '/storage/download',
|
||||
},
|
||||
'storage/nas': {
|
||||
'mountpoint': '/storage/nas',
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue