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

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/24325Reviewed-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
...@@ -44,49 +44,50 @@ ...@@ -44,49 +44,50 @@
/****************** User-settable parameter keys *********************/ /****************** User-settable parameter keys *********************/
/* e.g. /* e.g.
tunefs.lustre --param="failover.node=192.168.0.13@tcp0" /dev/sda * 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 * lctl conf_param testfs-OST0000 failover.node=3@elan,192.168.0.3@tcp0
... testfs-MDT0000.lov.stripesize=4M * ... testfs-MDT0000.lov.stripesize=4M
... testfs-OST0000.ost.client_cache_seconds=15 * ... testfs-OST0000.ost.client_cache_seconds=15
... testfs.sys.timeout=<secs> * ... testfs.sys.timeout=<secs>
... testfs.llite.max_read_ahead_mb=16 * ... testfs.llite.max_read_ahead_mb=16
*/ */
/* System global or special params not handled in obd's proc /* System global or special params not handled in obd's proc
* See mgs_write_log_sys() * See mgs_write_log_sys()
*/ */
#define PARAM_TIMEOUT "timeout=" /* global */ #define PARAM_TIMEOUT "timeout=" /* global */
#define PARAM_LDLM_TIMEOUT "ldlm_timeout=" /* global */ #define PARAM_LDLM_TIMEOUT "ldlm_timeout=" /* global */
#define PARAM_AT_MIN "at_min=" /* global */ #define PARAM_AT_MIN "at_min=" /* global */
#define PARAM_AT_MAX "at_max=" /* global */ #define PARAM_AT_MAX "at_max=" /* global */
#define PARAM_AT_EXTRA "at_extra=" /* global */ #define PARAM_AT_EXTRA "at_extra=" /* global */
#define PARAM_AT_EARLY_MARGIN "at_early_margin=" /* global */ #define PARAM_AT_EARLY_MARGIN "at_early_margin=" /* global */
#define PARAM_AT_HISTORY "at_history=" /* global */ #define PARAM_AT_HISTORY "at_history=" /* global */
#define PARAM_JOBID_VAR "jobid_var=" /* global */ #define PARAM_JOBID_VAR "jobid_var=" /* global */
#define PARAM_MGSNODE "mgsnode=" /* only at mounttime */ #define PARAM_MGSNODE "mgsnode=" /* only at mounttime */
#define PARAM_FAILNODE "failover.node=" /* add failover nid */ #define PARAM_FAILNODE "failover.node=" /* add failover nid */
#define PARAM_FAILMODE "failover.mode=" /* initial mount only */ #define PARAM_FAILMODE "failover.mode=" /* initial mount only */
#define PARAM_ACTIVE "active=" /* activate/deactivate */ #define PARAM_ACTIVE "active=" /* activate/deactivate */
#define PARAM_NETWORK "network=" /* bind on nid */ #define PARAM_NETWORK "network=" /* bind on nid */
#define PARAM_ID_UPCALL "identity_upcall=" /* identity upcall */ #define PARAM_ID_UPCALL "identity_upcall=" /* identity upcall */
/* Prefixes for parameters handled by obd's proc methods (XXX_process_config) */ /* Prefixes for parameters handled by obd's proc methods (XXX_process_config) */
#define PARAM_OST "ost." #define PARAM_OST "ost."
#define PARAM_OSD "osd." #define PARAM_OSD "osd."
#define PARAM_OSC "osc." #define PARAM_OSC "osc."
#define PARAM_MDT "mdt." #define PARAM_MDT "mdt."
#define PARAM_MDD "mdd." #define PARAM_HSM "mdt.hsm."
#define PARAM_MDC "mdc." #define PARAM_MDD "mdd."
#define PARAM_MDC "mdc."
#define PARAM_LLITE "llite." #define PARAM_LLITE "llite."
#define PARAM_LOV "lov." #define PARAM_LOV "lov."
#define PARAM_LOD "lod." #define PARAM_LOD "lod."
#define PARAM_OSP "osp." #define PARAM_OSP "osp."
#define PARAM_SYS "sys." /* global */ #define PARAM_SYS "sys." /* global */
#define PARAM_SRPC "srpc." #define PARAM_SRPC "srpc."
#define PARAM_SRPC_FLVR "srpc.flavor." #define PARAM_SRPC_FLVR "srpc.flavor."
#define PARAM_SRPC_UDESC "srpc.udesc.cli2mdt" #define PARAM_SRPC_UDESC "srpc.udesc.cli2mdt"
#define PARAM_SEC "security." #define PARAM_SEC "security."
#define PARAM_QUOTA "quota." /* global */ #define PARAM_QUOTA "quota." /* global */
/** @} param */ /** @} param */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment