Commit e3acb49a authored by James Simmons's avatar James Simmons Committed by Greg Kroah-Hartman
Browse files

staging: lustre: uapi: style cleanups for lustre_param.h



Remove the white space in the lustre_param.h header and
align the code so its easier to read.

Signed-off-by: default avatarJames Simmons <uja.ornl@yahoo.com>
Intel-bug-id: https://jira.hpdd.intel.com/browse/LU-6401
Reviewed-on: https://review.whamcloud.com/24325


Reviewed-by: default avatarBen Evans <bevans@cray.com>
Reviewed-by: default avatarJohn L. Hammond <john.hammond@intel.com>
Reviewed-by: default avatarOleg Drokin <oleg.drokin@intel.com>
Signed-off-by: default avatarJames Simmons <jsimmons@infradead.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 7326fbb9
Loading
Loading
Loading
Loading
+34 −33
Original line number Diff line number Diff line
@@ -44,12 +44,12 @@

/****************** User-settable parameter keys *********************/
/* e.g.
	tunefs.lustre --param="failover.node=192.168.0.13@tcp0" /dev/sda
	lctl conf_param testfs-OST0000 failover.node=3@elan,192.168.0.3@tcp0
		    ... testfs-MDT0000.lov.stripesize=4M
		    ... testfs-OST0000.ost.client_cache_seconds=15
		    ... testfs.sys.timeout=<secs>
		    ... testfs.llite.max_read_ahead_mb=16
 *	tunefs.lustre --param="failover.node=192.168.0.13@tcp0" /dev/sda
 *	lctl conf_param testfs-OST0000 failover.node=3@elan,192.168.0.3@tcp0
 *		    ... testfs-MDT0000.lov.stripesize=4M
 *		    ... testfs-OST0000.ost.client_cache_seconds=15
 *		    ... testfs.sys.timeout=<secs>
 *		    ... testfs.llite.max_read_ahead_mb=16
 */

/* System global or special params not handled in obd's proc
@@ -75,6 +75,7 @@
#define PARAM_OSD		"osd."
#define PARAM_OSC		"osc."
#define PARAM_MDT		"mdt."
#define PARAM_HSM		"mdt.hsm."
#define PARAM_MDD		"mdd."
#define PARAM_MDC		"mdc."
#define PARAM_LLITE		"llite."