From 028451748594d58e2d8173f3f8109af36d9f7f2a Mon Sep 17 00:00:00 2001 From: Amitay Isaacs Date: Thu, 2 Jul 2015 18:33:19 +1000 Subject: Split GPFS configuration commands In GPFS 4.1, cipherList cannot be changed with other params Signed-off-by: Amitay Isaacs --- base/all/root/scripts/tasks/setup_clusterfs_gpfs.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/base/all/root/scripts/tasks/setup_clusterfs_gpfs.sh b/base/all/root/scripts/tasks/setup_clusterfs_gpfs.sh index 9c546dd..338ff81 100755 --- a/base/all/root/scripts/tasks/setup_clusterfs_gpfs.sh +++ b/base/all/root/scripts/tasks/setup_clusterfs_gpfs.sh @@ -108,7 +108,8 @@ gpfs_setup () echo echo "Setting GPFS config options" - mmchconfig autoload=yes,leaseRecoveryWait=3,maxFilesToCache=20000,failureDetectionTime=10,maxMBpS=500,unmountOnDiskFail=yes,pagepool=64M,allowSambaCaseInsensitiveLookup=no,cipherList=AUTHONLY + mmchconfig autoload=yes,leaseRecoveryWait=3,maxFilesToCache=20000,failureDetectionTime=10,maxMBpS=500,unmountOnDiskFail=yes,pagepool=64M,allowSambaCaseInsensitiveLookup=no + mmchconfig cipherList=AUTHONLY echo "Starting gpfs" mmstartup -a -- cgit