I am trying to run the test listed in section 2.4 while found the getobjversion isn't supported on OST, here is what I got:
[root@fat-amd-3 ~]# lctl --device lustre-OST0000 getobjversion -i 1 -g 0
get the version of an object on servers
usage: getobjversion <fid>
run <command> after connecting to device <devno>
--device <devno> <command [args ...]>
[root@fat-amd-3 ~]# lctl --device lustre-OST0000 getobjversion [0x200000400:0x1:0x0]
error: getobjversion: ioctl: Inappropriate ioctl for device
dmesg shows:
Lustre: lustre-OST0001: Imperative Recovery enabled, recovery window shrunk from 300-900 down to 150-450
LustreError: 3298:0:(ofd_obd.c:1467:ofd_iocontrol()) lustre-OST0000: not supported cmd = -2146933038
LustreError: 3322:0:(ofd_obd.c:1467:ofd_iocontrol()) lustre-OST0001: not supported cmd = -2146933038
Sarah Liu
added a comment - Hi Li Wei,
I am trying to run the test listed in section 2.4 while found the getobjversion isn't supported on OST, here is what I got:
[root@fat-amd-3 ~]# lctl --device lustre-OST0000 getobjversion -i 1 -g 0
get the version of an object on servers
usage: getobjversion <fid>
run <command> after connecting to device <devno>
--device <devno> <command [args ...]>
[root@fat-amd-3 ~]# lctl --device lustre-OST0000 getobjversion [0x200000400:0x1:0x0]
error: getobjversion: ioctl: Inappropriate ioctl for device
dmesg shows:
Lustre: lustre-OST0001: Imperative Recovery enabled, recovery window shrunk from 300-900 down to 150-450
LustreError: 3298:0:(ofd_obd.c:1467:ofd_iocontrol()) lustre-OST0000: not supported cmd = -2146933038
LustreError: 3322:0:(ofd_obd.c:1467:ofd_iocontrol()) lustre-OST0001: not supported cmd = -2146933038
This patch adds tests that roughly correspond to section 2.2 and 2.4 in the test plan.
Li Wei (Inactive)
added a comment - http://review.whamcloud.com/5477
This patch adds tests that roughly correspond to section 2.2 and 2.4 in the test plan.
Hi Sarah, that is because
LU-2783has not yet landed.