Details
-
Bug
-
Resolution: Fixed
-
Minor
-
Lustre 2.5.3
-
None
-
Centos 6.5
-
3
-
17566
Description
Flags passed to lctl subcommands in interactive are ignored after the first invocation. For example:
% lctl
lctl > get_param -n osc.knotfs-OST0037-osc-ffff8807eab68c00.cur_dirty_bytes
0
lctl > get_param -n osc.knotfs-OST0037-osc-ffff8807eab68c00.cur_dirty_bytes
osc.knotfs-OST0037-osc-ffff8807eab68c00.cur_dirty_bytes=0
lctl > get_param -n osc.knotfs-OST0037-osc-ffff8807eab68c00.cur_dirty_bytes
osc.knotfs-OST0037-osc-ffff8807eab68c00.cur_dirty_bytes=0
lctl >
Expected behavior would be identical output all three times
Hi Josh,
The patch has landed. Let's close this ticket. If you still hit the issue, please feel free to reopen this ticket. Thank you.