From e3c6c6739d8edc48e325843e1075a1fe8c157ec9 Mon Sep 17 00:00:00 2001 From: Andreas Dilger Date: Wed, 1 Jun 2016 19:02:09 -0600 Subject: [PATCH] LU-7004 utils: remove "lctl conf_param" deprecation The "lctl set_param -P" functionality was intended to replace "lctl conf_param" with a more uniform interface that matches the existing "lctl set_param" and "lctl get_param" usage. However, there are still unresolved issues that need to be addressed and a longer transition period needed before the old functionality can be removed. Remove the deprecation warning for now, rather than bumping it to some later release. It can be re-added when "set_param -P" has been fixed. Signed-off-by: Andreas Dilger Change-Id: If9a316bda4bf8d889c4072740f0879d9d43ebbe5 Reviewed-on: http://review.whamcloud.com/20573 Tested-by: Jenkins Tested-by: Maloo Reviewed-by: Bob Glossman Reviewed-by: James Nunez Reviewed-by: Oleg Drokin --- lustre/utils/lustre_cfg.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lustre/utils/lustre_cfg.c b/lustre/utils/lustre_cfg.c index 7e859c1..bdd6c8e 100644 --- a/lustre/utils/lustre_cfg.c +++ b/lustre/utils/lustre_cfg.c @@ -617,11 +617,6 @@ int jt_lcfg_mgsparam(int argc, char **argv) struct lustre_cfg *lcfg; char *buf = NULL; -#if LUSTRE_VERSION_CODE >= OBD_OCD_VERSION(2, 8, 53, 0) - fprintf(stderr, "warning: 'lctl conf_param' is deprecated, " - "use 'lctl set_param -P' instead\n"); -#endif - /* mgs_setparam processes only lctl buf #1 */ if ((argc > 3) || (argc <= 1)) return CMD_HELP; -- 1.8.3.1