Whamcloud - gitweb
LU-4221 osd: add case LCFG_PARAM to osd_process_config
[fs/lustre-release.git] / lustre / include / lustre_param.h
index 87d0f48..7df6194 100644 (file)
@@ -101,6 +101,7 @@ int do_lcfg(char *cfgname, lnet_nid_t nid, int cmd,
 
 /* Prefixes for parameters handled by obd's proc methods (XXX_process_config) */
 #define PARAM_OST              "ost."
+#define PARAM_OSD              "osd."
 #define PARAM_OSC              "osc."
 #define PARAM_MDT              "mdt."
 #define PARAM_HSM              "mdt.hsm."