Skip to content
Snippets Groups Projects
Commit 65d9564b authored by Elena Gryaznova's avatar Elena Gryaznova
Browse files

b=16019

i=Maxim.Patlasov

get rid of quotation in "options lnet"
parent f2e5893d
No related branches found
No related tags found
No related merge requests found
......@@ -272,7 +272,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 } \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment