This just needs a check at the start of the script to skip the whole thing if not running with ZFS, or if the version is too old:
[ $(lustre_version_code mds1) -lt $(version_code 2.9.55) ||
$(lustre_version_code ost1) -lt $(version_code 2.9.55) ] &&
skip "Need server version at least 2.9.55" && exit 0
[ $(facet_fstype mds1) = "ldiskfs" ] || $(facet_fstype ost1) = "ldiskfs" ] &&
skip "can't test snapshots with ldiskfs" && exit 0
Andreas Dilger
added a comment - - edited This just needs a check at the start of the script to skip the whole thing if not running with ZFS, or if the version is too old:
[ $(lustre_version_code mds1) -lt $(version_code 2.9.55) ||
$(lustre_version_code ost1) -lt $(version_code 2.9.55) ] &&
skip "Need server version at least 2.9.55" && exit 0
[ $(facet_fstype mds1) = "ldiskfs" ] || $(facet_fstype ost1) = "ldiskfs" ] &&
skip "can't test snapshots with ldiskfs" && exit 0
This is a script issue and I'll convert ticket to LU.
James Nunez (Inactive)
added a comment - The problem here is that the check for a ZFS file system is after the script tries to add snapshot to the debug list.
00:27:14:CMD: onyx-47vm7 /usr/sbin/lctl set_param debug=+snapshot
00:27:14:onyx-47vm7: error: set_param: setting /proc/sys/lnet/debug=+snapshot: Invalid argument
00:27:14:sanity-lsnapshot returned 0
This is a script issue and I'll convert ticket to LU.
sanity-lsnapshot should only be run on zfs configs.
Of our 7 regression and interop configs, only 2 use ZFS. It was correctly skipped or
absent for 4 of the 5 ldiskfs configs.
James Casper (Inactive)
added a comment - sanity-lsnapshot should only be run on zfs configs.
Of our 7 regression and interop configs, only 2 use ZFS. It was correctly skipped or
absent for 4 of the 5 ldiskfs configs.
Landed for 2.10