struct ptlrpc_connection *exp_connection;
struct ldlm_export_data exp_ldlm_data;
struct ptlrpc_request *exp_outstanding_reply;
+ time_t exp_last_request_time;
+ spinlock_t exp_lock; /* protects flags int below */
+ int exp_failed:1;
union {
struct mds_export_data eu_mds_data;
struct filter_export_data eu_filter_data;
('dump', "Dump the kernel debug log to file before portals is unloaded",
Lustre.Options.PARAM),
('minlevel', "Specify the minimum level of services to configure/cleanup",
- Lustre.Options.PARAM, 0),
+ Lustre.Options.INTPARAM, 0),
('maxlevel', """Specify the maximum level of services to configure/cleanup
Levels are aproximatly like:
10 - network
30 - osd, mdd
40 - mds, ost
70 - mountpoint, echo_client, osc, mdc, lov""",
- Lustre.Options.PARAM, 100),
+ Lustre.Options.INTPARAM, 100),
('lustre', """Base directory of lustre sources. This parameter will
cause lconf to load modules from a source tree.""",
Lustre.Options.PARAM),