X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Finclude%2Flustre_param.h;h=cfc510cfc25e4785f37847584052612906a9c402;hb=b9ab6348153fd8d236871f75e5bd3793a49c9a45;hp=adeabc639c6a67fe34bec7e18d2d1af0763cc05b;hpb=45c495867c903379ec9e9acf01d3d49caffa36e4;p=fs%2Flustre-release.git diff --git a/lustre/include/lustre_param.h b/lustre/include/lustre_param.h index adeabc6..cfc510c 100644 --- a/lustre/include/lustre_param.h +++ b/lustre/include/lustre_param.h @@ -26,7 +26,7 @@ * GPL HEADER END */ /* - * Copyright 2008 Sun Microsystems, Inc. All rights reserved + * Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved. * Use is subject to license terms. */ /* @@ -53,6 +53,8 @@ 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); +int class_parse_net(char *buf, __u32 *net, char **endh); +int class_match_net(char *buf, lnet_nid_t nid); /* obd_mount.c */ int do_lcfg(char *cfgname, lnet_nid_t nid, int cmd, char *s1, char *s2, char *s3, char *s4); @@ -69,7 +71,9 @@ int do_lcfg(char *cfgname, lnet_nid_t nid, int cmd, ... 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() + */ #define PARAM_TIMEOUT "timeout=" /* global */ #define PARAM_LDLM_TIMEOUT "ldlm_timeout=" /* global */ #define PARAM_AT_MIN "at_min=" /* global */ @@ -77,10 +81,11 @@ int do_lcfg(char *cfgname, lnet_nid_t nid, int cmd, #define PARAM_AT_EXTRA "at_extra=" /* global */ #define PARAM_AT_EARLY_MARGIN "at_early_margin=" /* global */ #define PARAM_AT_HISTORY "at_history=" /* global */ -#define PARAM_MGSNODE "mgsnode=" /* during mount */ -#define PARAM_FAILNODE "failover.node=" /* llog generation */ -#define PARAM_FAILMODE "failover.mode=" /* llog generation */ -#define PARAM_ACTIVE "active=" /* llog generation */ +#define PARAM_MGSNODE "mgsnode=" /* only at mounttime */ +#define PARAM_FAILNODE "failover.node=" /* add failover nid */ +#define PARAM_FAILMODE "failover.mode=" /* initial mount only */ +#define PARAM_ACTIVE "active=" /* activate/deactivate */ +#define PARAM_NETWORK "network=" /* bind on nid */ /* Prefixes for parameters handled by obd's proc methods (XXX_process_config) */ #define PARAM_OST "ost."