Whamcloud - gitweb
b=16019
authorgrev <grev>
Mon, 9 Jun 2008 20:22:28 +0000 (20:22 +0000)
committergrev <grev>
Mon, 9 Jun 2008 20:22:28 +0000 (20:22 +0000)
i=Maxim.Patlasov

get rid of quotation in "options lnet"

lustre/tests/acceptance-small.sh

index 66fe8d6..44c98ea 100755 (executable)
@@ -278,7 +278,7 @@ for NAME in $CONFIGS; do
                [ -f /etc/modprobe.d/Lustre ] && MODPROBECONF=/etc/modprobe.d/Lustre
 
                LNETOPTS="$(awk '/^options lnet/ { print $0}' $MODPROBECONF | \
-                       sed 's/^options lnet //g') accept=all" \
+                       sed 's/^options lnet //g; s/"//g') accept=all" \
                        MDS_MOUNT_OPTS=$(echo $MDS_MOUNT_OPTS | sed 's/^[ \t]*//;s/[ \t]*$//') \
                        MDS_MOUNT_OPTS="${MDS_MOUNT_OPTS},noacl" \
                        MDS_MOUNT_OPTS=${MDS_MOUNT_OPTS/#,/-o } \