Details
-
Bug
-
Resolution: Fixed
-
Minor
-
Lustre 2.1.0, Lustre 1.8.6
-
None
-
3
-
5064
Description
parallel-scale test_statahead failed as follows:
Mounting 5 lustre clients starts on client-8-ib,client-9-ib Starting client client-8-ib,client-9-ib: -o client-16-ib@o2ib:/lustre /tmp/mntpt/lustre0 client-8-ib: Usage: mount -V : print version client-8-ib: mount -h : print this help client-8-ib: mount : list mounted filesystems client-8-ib: mount -l : idem, including volume labels
https://maloo.whamcloud.com/test_sets/5e650626-61e5-11e0-a2b4-52540025f9af
This is caused by a bug in the zconf_mount_clients():
local clients=$1 local mnt=$2 local OPTIONS=${3:-$MOUNTOPT}
The above codes should be:
local clients=$1 local mnt=$2 shift 2 local OPTIONS=${@:-$MOUNTOPT}
Attachments
Issue Links
- Trackbacks
-
Lustre 1.8.x known issues tracker While testing against Lustre b18 branch, we would hit known bugs which were already reported in Lustre Bugzilla https://bugzilla.lustre.org/. In order to move away from relying on Bugzilla, we would create a JIRA