Whamcloud - gitweb
LU-8054 lfsck: enhance lfsck notify API
[fs/lustre-release.git] / lustre / include / lustre / lustre_lfsck_user.h
index 97e5209..a02f65f 100644 (file)
@@ -20,7 +20,7 @@
  * GPL HEADER END
  */
 /*
- * Copyright (c) 2012, 2014, Intel Corporation.
+ * Copyright (c) 2012, 2016, Intel Corporation.
  */
 /*
  * lustre/include/lustre/lustre_lfsck_user.h
@@ -158,6 +158,9 @@ enum lfsck_param_flags {
 
        /* Do not return until the LFSCK not running. */
        LPF_WAIT                = 0x0100,
+
+       /* Delay to create OST-object for dangling LOV EA. */
+       LPF_DELAY_CREATE_OSTOBJ = 0x0200,
 };
 
 enum lfsck_type {
@@ -191,6 +194,7 @@ enum lfsck_start_valid {
        LSV_ASYNC_WINDOWS       = 0x00000008,
        LSV_CREATE_OSTOBJ       = 0x00000010,
        LSV_CREATE_MDTOBJ       = 0x00000020,
+       LSV_DELAY_CREATE_OSTOBJ = 0x00000040,
 };
 
 /* Arguments for starting lfsck. */