Whamcloud - gitweb
LU-14090 mgs: no local logs flag
[fs/lustre-release.git] / lustre / include / uapi / linux / lustre / lustre_disk.h
index ab32e07..458eb3a 100644 (file)
@@ -29,8 +29,6 @@
  * This file is part of Lustre, http://www.lustre.org/
  * Lustre is a trademark of Sun Microsystems, Inc.
  *
- * uapi/linux/lustre_disk.h
- *
  * Lustre disk format definitions.
  *
  * Author: Nathan Rutman <nathan.rutman@seagate.com>
@@ -62,6 +60,8 @@
 #define MGS_NIDTBL_DIR         "NIDTBL_VERSIONS"
 #define QMT_DIR                        "quota_master"
 #define QSD_DIR                        "quota_slave"
+#define QSD_DIR_DT             "quota_slave_dt"
+#define QSD_DIR_MD             "quota_slave_md"
 #define HSM_ACTIONS            "hsm_actions"
 #define LFSCK_DIR              "LFSCK"
 #define LFSCK_BOOKMARK         "lfsck_bookmark"
@@ -69,6 +69,7 @@
 #define LFSCK_NAMESPACE                "lfsck_namespace"
 #define REMOTE_PARENT_DIR      "REMOTE_PARENT_DIR"
 #define INDEX_BACKUP_DIR       "index_backup"
+#define MDT_ORPHAN_DIR         "PENDING"
 
 /****************** persistent mount data *********************/
 
@@ -90,7 +91,7 @@
 /** regenerate config logs for this fs or server */
 #define LDD_F_WRITECONF                0x0100
 /** COMPAT_14 */
-#define LDD_F_UPGRADE14                0x0200
+/*#define LDD_F_UPGRADE14              0x0200 deprecated since 1.8 */
 /** process as lctl conf_param */
 #define LDD_F_PARAM            0x0400
 /** all nodes are specified as service nodes */
 #define LDD_F_ERROR            0x4000
 /** process at lctl conf_param */
 #define LDD_F_PARAM2           0x8000
+/** the target shouldn't use local logs */
+#define LDD_F_NO_LOCAL_LOGS    0x10000
 
 #define LDD_MAGIC 0x1dd00001