2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-08-22 11:10:24 +00:00

enhance statelite persistent dir mount options for rh7.6 (#5566)

This commit is contained in:
Yuan Bai
2018-08-29 14:44:59 +08:00
committed by yangsong
parent 7a0e003bd9
commit 522b5fcf37

View File

@@ -52,7 +52,7 @@ if [ ! -z $SNAPSHOTSERVER ]; then
MAXTRIES=5
ITER=0
if [ -z $MNTOPTS ]; then
MNT_OPTIONS="nolock,rsize=32768,tcp,nfsvers=3,timeo=14"
MNT_OPTIONS="nolock,rsize=32768,tcp,timeo=14"
else
MNT_OPTIONS=$MNTOPTS
fi