X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Finclude%2Flustre_param.h;h=a0c9f6a8ec9e50d47fde2eda6cef641bc38610d8;hb=905a547356dab45f06dd535776bde3fab76c4688;hp=286ffa5df6883239d1ae06418bf8aeaeb45c2d9d;hpb=6869932b552ac705f411de3362f01bd50c1f6f7d;p=fs%2Flustre-release.git diff --git a/lustre/include/lustre_param.h b/lustre/include/lustre_param.h index 286ffa5d..a0c9f6a 100644 --- a/lustre/include/lustre_param.h +++ b/lustre/include/lustre_param.h @@ -45,6 +45,7 @@ /* obd_config.c */ int class_find_param(char *buf, char *key, char **valp); +int class_get_next_param(char **params, char *copy); int class_match_param(char *buf, char *key, char **valp); int class_parse_nid(char *buf, lnet_nid_t *nid, char **endh); /* obd_mount.c */ @@ -54,17 +55,18 @@ int do_lcfg(char *cfgname, lnet_nid_t nid, int cmd, /****************** User-settable parameter keys *********************/ -/* e.g. +/* 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= + ... testfs.sys.timeout= ... testfs.llite.max_read_ahead_mb=16 */ /* System global or special params not handled in obd's proc */ #define PARAM_SYS_TIMEOUT "sys.timeout=" /* global */ +#define PARAM_SYS_LDLM_TIMEOUT "sys.ldlm_timeout=" /* global */ #define PARAM_MGSNODE "mgsnode=" /* during mount */ #define PARAM_FAILNODE "failover.node=" /* llog generation */ #define PARAM_FAILMODE "failover.mode=" /* llog generation */ @@ -74,6 +76,7 @@ int do_lcfg(char *cfgname, lnet_nid_t nid, int cmd, #define PARAM_OST "ost." #define PARAM_OSC "osc." #define PARAM_MDT "mdt." +#define PARAM_MDD "mdd." #define PARAM_MDC "mdc." #define PARAM_LLITE "llite." #define PARAM_LOV "lov."