nodes/kunsi-t470: add automount for scansnap
This commit is contained in:
parent
3a44a9fbfb
commit
aaf937a89f
1 changed files with 8 additions and 0 deletions
|
@ -42,6 +42,14 @@ nodes['kunsi-t470'] = {
|
||||||
},
|
},
|
||||||
'nfs-client': {
|
'nfs-client': {
|
||||||
'mounts': {
|
'mounts': {
|
||||||
|
'nas-scansnap': {
|
||||||
|
'mountpoint': '/mnt/scansnap',
|
||||||
|
'serverpath': '172.19.138.20:/srv_scansnap',
|
||||||
|
'mount_options': {
|
||||||
|
'retry=0',
|
||||||
|
'rw',
|
||||||
|
},
|
||||||
|
},
|
||||||
'nas-storage': {
|
'nas-storage': {
|
||||||
'mountpoint': '/mnt/nas',
|
'mountpoint': '/mnt/nas',
|
||||||
'serverpath': '172.19.138.20:/storage/nas',
|
'serverpath': '172.19.138.20:/storage/nas',
|
||||||
|
|
Loading…
Reference in a new issue