Whamcloud - gitweb
73f800cb8898326cf71401ee9a1de881aabd2e52
[fs/lustre-release.git] / lustre / include / uapi / linux / lustre / lustre_disk.h
1 /*
2  * GPL HEADER START
3  *
4  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5  *
6  * This program is free software; you can redistribute it and/or modify
7  * it under the terms of the GNU General Public License version 2 only,
8  * as published by the Free Software Foundation.
9  *
10  * This program is distributed in the hope that it will be useful, but
11  * WITHOUT ANY WARRANTY; without even the implied warranty of
12  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
13  * General Public License version 2 for more details (a copy is included
14  * in the LICENSE file that accompanied this code).
15  *
16  * You should have received a copy of the GNU General Public License
17  * version 2 along with this program; If not, see
18  * http://www.gnu.org/licenses/gpl-2.0.html
19  *
20  * GPL HEADER END
21  */
22 /*
23  * Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
24  * Use is subject to license terms.
25  *
26  * Copyright (c) 2011, 2016, Intel Corporation.
27  */
28 /*
29  * This file is part of Lustre, http://www.lustre.org/
30  *
31  * Lustre disk format definitions.
32  *
33  * Author: Nathan Rutman <nathan.rutman@seagate.com>
34  */
35
36 #ifndef _UAPI_LUSTRE_DISK_H
37 #define _UAPI_LUSTRE_DISK_H
38
39 /** \defgroup disk disk
40  *
41  * @{
42  */
43 #include <linux/types.h>
44
45 /****************** on-disk files ********************/
46
47 #define MDT_LOGS_DIR            "LOGS"  /* COMPAT_146 */
48 #define MOUNT_CONFIGS_DIR       "CONFIGS"
49 #define CONFIGS_FILE            "mountdata"
50 /** Persistent mount data are stored on the disk in this file. */
51 #define MOUNT_DATA_FILE         MOUNT_CONFIGS_DIR"/"CONFIGS_FILE
52 #define LAST_RCVD               "last_rcvd"
53 #define REPLY_DATA              "reply_data"
54 #define LOV_OBJID               "lov_objid"
55 #define LOV_OBJSEQ              "lov_objseq"
56 #define HEALTH_CHECK            "health_check"
57 #define CAPA_KEYS               "capa_keys"
58 #define CHANGELOG_USERS         "changelog_users"
59 #define MGS_NIDTBL_DIR          "NIDTBL_VERSIONS"
60 #define QMT_DIR                 "quota_master"
61 #define QSD_DIR                 "quota_slave"
62 #define QSD_DIR_DT              "quota_slave_dt"
63 #define QSD_DIR_MD              "quota_slave_md"
64 #define HSM_ACTIONS             "hsm_actions"
65 #define LFSCK_DIR               "LFSCK"
66 #define LFSCK_BOOKMARK          "lfsck_bookmark"
67 #define LFSCK_LAYOUT            "lfsck_layout"
68 #define LFSCK_NAMESPACE         "lfsck_namespace"
69 #define REMOTE_PARENT_DIR       "REMOTE_PARENT_DIR"
70 #define INDEX_BACKUP_DIR        "index_backup"
71 #define MDT_ORPHAN_DIR          "PENDING"
72
73 /****************** persistent mount data *********************/
74
75 #define LDD_F_SV_TYPE_MDT       0x0001
76 #define LDD_F_SV_TYPE_OST       0x0002
77 #define LDD_F_SV_TYPE_MGS       0x0004
78 #define LDD_F_SV_TYPE_MASK      (LDD_F_SV_TYPE_MDT  | \
79                                  LDD_F_SV_TYPE_OST  | \
80                                  LDD_F_SV_TYPE_MGS)
81 #define LDD_F_SV_ALL            0x0008
82 /** need an index assignment */
83 #define LDD_F_NEED_INDEX        0x0010
84 /** never registered */
85 #define LDD_F_VIRGIN            0x0020
86 /** update the config logs for this server */
87 #define LDD_F_UPDATE            0x0040
88 /** rewrite the LDD */
89 #define LDD_F_REWRITE_LDD       0x0080
90 /** regenerate config logs for this fs or server */
91 #define LDD_F_WRITECONF         0x0100
92 /** COMPAT_14 */
93 /*#define LDD_F_UPGRADE14               0x0200 deprecated since 1.8 */
94 /** process as lctl conf_param */
95 #define LDD_F_PARAM             0x0400
96 /** all nodes are specified as service nodes */
97 #define LDD_F_NO_PRIMNODE       0x1000
98 /** IR enable flag */
99 #define LDD_F_IR_CAPABLE        0x2000
100 /** the MGS refused to register the target. */
101 #define LDD_F_ERROR             0x4000
102 /** process at lctl conf_param */
103 #define LDD_F_PARAM2            0x8000
104 /** the target shouldn't use local logs */
105 #define LDD_F_NO_LOCAL_LOGS     0x10000
106
107 #define LDD_MAGIC 0x1dd00001
108
109 #define XATTR_TARGET_RENAME "trusted.rename_tgt"
110
111 enum ldd_mount_type {
112         LDD_MT_EXT3 = 0,
113         LDD_MT_LDISKFS,
114         LDD_MT_SMFS,
115         LDD_MT_REISERFS,
116         LDD_MT_LDISKFS2,
117         LDD_MT_ZFS,
118         LDD_MT_LAST
119 };
120
121 /****************** last_rcvd file *********************/
122
123 #define LR_EXPIRE_INTERVALS 16  /**< number of intervals to track transno */
124 #define LR_SERVER_SIZE  512
125 #define LR_CLIENT_START 8192
126 #define LR_CLIENT_SIZE  128
127 #if LR_CLIENT_START < LR_SERVER_SIZE
128 #error "Can't have LR_CLIENT_START < LR_SERVER_SIZE"
129 #endif
130
131 /*
132  * Data stored per server at the head of the last_rcvd file. In le32 order.
133  */
134 struct lr_server_data {
135         __u8  lsd_uuid[40];        /* server UUID */
136         __u64 lsd_last_transno;    /* last completed transaction ID */
137         __u64 lsd_compat14;        /* reserved - compat with old last_rcvd */
138         __u64 lsd_mount_count;     /* incarnation number */
139         __u32 lsd_feature_compat;  /* compatible feature flags */
140         __u32 lsd_feature_rocompat;/* read-only compatible feature flags */
141         __u32 lsd_feature_incompat;/* incompatible feature flags */
142         __u32 lsd_server_size;     /* size of server data area */
143         __u32 lsd_client_start;    /* start of per-client data area */
144         __u16 lsd_client_size;     /* size of per-client data area */
145         __u16 lsd_subdir_count;    /* number of subdirectories for objects */
146         __u64 lsd_catalog_oid;     /* recovery catalog object id */
147         __u32 lsd_catalog_ogen;    /* recovery catalog inode generation */
148         __u8  lsd_peeruuid[40];    /* UUID of MDS associated with this OST */
149         __u32 lsd_osd_index;       /* index number of OST in LOV */
150         __u32 lsd_padding1;        /* was lsd_mdt_index, unused in 2.4.0 */
151         __u32 lsd_start_epoch;     /* VBR: start epoch from last boot */
152         /** transaction values since lsd_trans_table_time */
153         __u64 lsd_trans_table[LR_EXPIRE_INTERVALS];
154         /** start point of transno table below */
155         __u32 lsd_trans_table_time; /* time of first slot in table above */
156         __u32 lsd_expire_intervals; /* LR_EXPIRE_INTERVALS */
157         __u8  lsd_padding[LR_SERVER_SIZE - 288];
158 };
159
160 /* Data stored per client in the last_rcvd file. In le32 order. */
161 struct lsd_client_data {
162         __u8  lcd_uuid[40];             /* client UUID */
163         __u64 lcd_last_transno;         /* last completed transaction ID */
164         __u64 lcd_last_xid;             /* xid for the last transaction */
165         __u32 lcd_last_result;          /* result from last RPC */
166         __u32 lcd_last_data;            /* per-op data (disposition for
167                                          * open &c.)
168                                          */
169         /* for MDS_CLOSE requests */
170         __u64 lcd_last_close_transno;   /* last completed transaction ID */
171         __u64 lcd_last_close_xid;       /* xid for the last transaction */
172         __u32 lcd_last_close_result;    /* result from last RPC */
173         __u32 lcd_last_close_data;      /* per-op data */
174         /* VBR: last versions */
175         __u64 lcd_pre_versions[4];
176         __u32 lcd_last_epoch;
177         /* generation counter of client slot in last_rcvd */
178         __u32 lcd_generation;
179         __u8  lcd_padding[LR_CLIENT_SIZE - 128];
180 };
181
182 /* Data stored in each slot of the reply_data file.
183  *
184  * The lrd_client_gen field is assigned with lcd_generation value
185  * to allow identify which client the reply data belongs to.
186  */
187 struct lsd_reply_data {
188         __u64 lrd_transno;      /* transaction number */
189         __u64 lrd_xid;          /* transmission id */
190         __u64 lrd_data;         /* per-operation data */
191         __u32 lrd_result;       /* request result */
192         __u32 lrd_client_gen;   /* client generation */
193 };
194
195 /* Header of the reply_data file */
196 #define LRH_MAGIC 0xbdabda01
197 struct lsd_reply_header {
198         __u32   lrh_magic;
199         __u32   lrh_header_size;
200         __u32   lrh_reply_size;
201         __u8    lrh_pad[sizeof(struct lsd_reply_data) - 12];
202 };
203
204 /** @} disk */
205
206 #endif /* _UAPI_LUSTRE_DISK_H */