nodes/home.nas: change nfs-mount options for /storage/nas
This commit is contained in:
parent
a549936e09
commit
1bfeead5e8
2 changed files with 2 additions and 2 deletions
|
@ -48,7 +48,7 @@ nodes['home.nas'] = {
|
|||
'nfs-server': {
|
||||
'shares': {
|
||||
'/storage/nas': {
|
||||
'172.19.138.0/24(ro,all_squash,anonuid=65534,anongid=65534)',
|
||||
'172.19.138.0/24(ro,all_squash,anonuid=65534,anongid=65534,no_subtree_check)',
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue