Whamcloud - gitweb
- enable client connect only if mds is configured and ost is active. Port from 1_6...
[fs/lustre-release.git] / lustre / include / obd.h
index 6e09db1..a11b770 100644 (file)
@@ -791,6 +791,12 @@ enum obd_notify_event {
         OBD_NOTIFY_CONFIG
 };
 
+/* bit-mask flags for config events */
+enum config_flags {
+        CONFIG_LOG = 0x1,  /* finished processing config log */
+        CONFIG_SYNC = 0x2  /* mdt synced 1 ost */
+};
+
 /*
  * Data structure used to pass obd_notify()-event to non-obd listeners (llite
  * and liblustre being main examples).