fix root nfs
This commit is contained in:
parent
40f69aee3b
commit
b721f12cc5
1 changed files with 2 additions and 2 deletions
|
|
@ -13,8 +13,8 @@
|
||||||
mountdPort = 4002;
|
mountdPort = 4002;
|
||||||
statdPort = 4000;
|
statdPort = 4000;
|
||||||
exports = ''
|
exports = ''
|
||||||
/export 10.5.0.0/24(rw,fsid=0,no_subtree_check)
|
/export 10.5.0.0/24(rw,fsid=0,no_subtree_check,no_root_squash)
|
||||||
/export/containers 10.5.0.0/24(rw,nohide,insecure,no_subtree_check)
|
/export/containers 10.5.0.0/24(rw,nohide,insecure,no_subtree_check,no_root_squash)
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue