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