Whamcloud - gitweb
LU-3950 lfsck: control LFSCK on all devices via single command
[fs/lustre-release.git] / lustre / include / lustre / lustre_lfsck_user.h
index 4d901dc..2232ea7 100644 (file)
@@ -42,6 +42,12 @@ enum lfsck_param_flags {
 
        /* Dryrun mode, only check without modification */
        LPF_DRYRUN      = 0x0004,
+
+       /* Start/stop LFSCK on all MDT devices. */
+       LPF_ALL_MDT     = 0x0008,
+
+       /* Broadcast the command to other MDTs. */
+       LPF_BROADCAST   = 0x0010,
 };
 
 enum lfsck_type {