Whamcloud - gitweb
LU-4762 lctl: set_param should return error when value is null 38/9638/3
authorEmoly Liu <emoly.liu@intel.com>
Thu, 20 Mar 2014 06:28:38 +0000 (14:28 +0800)
committerOleg Drokin <oleg.drokin@intel.com>
Sat, 19 Apr 2014 06:21:57 +0000 (06:21 +0000)
commit6ae6948f2e852fb6fcd9a4f61bfa388d88074c1f
tree3b5b79f8d45d001fd1c6be2b24789fc19efa78df
parent77f803507fb34834007c4d34435156a230087664
LU-4762 lctl: set_param should return error when value is null

"lctl set_param" should return error when the parameter value is null.
For example: "lctl set_param debug_mb" or "lctl set_param fail_loc="

Signed-off-by: Emoly Liu <emoly.liu@intel.com>
Change-Id: I5572c7a16803f1c4ba4449056b4dd2c476106bde
Reviewed-on: http://review.whamcloud.com/9638
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Jian Yu <jian.yu@intel.com>
Reviewed-by: Bobi Jam <bobijam@gmail.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lustre/utils/lustre_cfg.c