Details
-
Bug
-
Resolution: Fixed
-
Minor
-
Lustre 2.15.0
-
None
-
3
-
9223372036854775807
Description
conf-sanity tests 27b and 47 fail with code EOPNOTSUPP because of 'set -e' and lfs df <non_lustre> fails:
test_27b () { facet_failover $SINGLEMDS change_active ... cleanup -> umount_client $MOUNT } formatall stopall activemds=`facet_active mds1` if [ $activemds != "mds1" ]; then fail mds1 clients_up lfs_df_check + local clients=fre0111,fre0112 + local rc + [ -z fre0111,fre0112 ] + pdsh -S -w fre0111,fre0112 /usr/bin/lfs df /mnt/lustre pdsh@fre0111: fre0111: ssh exited with exit code 95 pdsh@fre0111: fre0112: ssh exited with exit code 95
To reproduce the issue just run:
ONLY="27b" sh conf-sanity.sh or:
ONLY="47" sh conf-sanity.sh or
ONLY="84" sh conf-sanity.sh