Details
-
Bug
-
Resolution: Fixed
-
Minor
-
Lustre 2.4.0
-
3
-
5815
Description
Test-framework.sh ignores MDSDEV here:
mdsdevname() { num=$1 DEVNAME=MDSDEV$num local fstype=$(facet_fstype mds$num) case $fstype in ldiskfs ) #if $MDSDEVn isn't defined, default is $MDSDEVBASE + num eval DEVPTR=${!DEVNAME:=${MDSDEVBASE}${num}};; zfs ) #dataset name is independent of vdev device names eval DEVPTR=${FSNAME}-mdt${num}/mdt${num};; * ) error "unknown fstype!";; esac
andreas suggests:
eval DEVPTR=${!DEVNAME:=${FSNAME}-mdt${num}/mdt${num}}"
as a fix
Attachments
Issue Links
- is duplicated by
-
LU-2787 review-zfs lustre-initialization_1 It is broken.
-
- Resolved
-
-
LU-2678 Failure on test suite conf-sanity test_24a: Unable to create pool lustre-mdt1_2
-
- Resolved
-
- is related to
-
LU-2734 ZFS testin failure: "no label for lustre-mgs/mgs"
-
- Closed
-
- mentioned in
-
Page No Confluence page found with the given URL.
Should this be cherry-picked for 2.5.1?