Details
-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
None
-
None
-
3
-
9223372036854775807
Description
This issue was created by maloo for Sergey Cheremencev <c17829@cray.com>
This issue relates to the following test suite run: https://testing.whamcloud.com/test_sets/2442f33c-fed1-4539-b29f-406fbb834b45
Error: 'Timeout occurred after 381 mins, last suite running was conf-sanity'
Writing lustre-ost5/ost5 properties lustre:mgsnode=10.240.29.215@tcp lustre:sys.timeout=20 lustre:version=1 lustre:flags=98 lustre:index=4 lustre:fsname=lustre lustre:svname=lustre:OST0004 CMD: onyx-120vm7 zpool set cachefile=none lustre-ost5
I guess after ost5 formatting it hangs on disable_zpool_cache $facet(formatall -> add ost5):
add() {
local facet=$1
shift
...
if [[ $(facet_fstype $facet) == zfs ]]; then
#
# After formatting a ZFS target, "cachefile=none" property will
# be set on the ZFS storage pool so that the pool is not
# automatically imported on system startup. And then the pool
# will be exported so as to leave the importing and exporting
# operations handled by mount_facet() and stop() separately.
#
refresh_partition_table $facet $(facet_vdevice $facet)
disable_zpool_cache $facet
export_zpool $facet
fi
}