Whamcloud - gitweb
LU-14475 log: Rewrite some log messages
[fs/lustre-release.git] / lustre / utils / lfs.c
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) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
24  * Use is subject to license terms.
25  *
26  * Copyright (c) 2011, 2017, Intel Corporation.
27  */
28 /*
29  * This file is part of Lustre, http://www.lustre.org/
30  *
31  * lustre/utils/lfs.c
32  *
33  * Author: Peter J. Braam <braam@clusterfs.com>
34  * Author: Phil Schwan <phil@clusterfs.com>
35  * Author: Robert Read <rread@clusterfs.com>
36  */
37
38 /* for O_DIRECTORY */
39 #ifndef _GNU_SOURCE
40 #define _GNU_SOURCE
41 #endif
42
43 #include <stdlib.h>
44 #include <stdio.h>
45 #include <inttypes.h>
46 #include <getopt.h>
47 #include <string.h>
48 #include <mntent.h>
49 #include <unistd.h>
50 #include <errno.h>
51 #include <err.h>
52 #include <pwd.h>
53 #include <grp.h>
54 #include <sys/ioctl.h>
55 #include <sys/quota.h>
56 #include <sys/time.h>
57 #include <sys/types.h>
58 #include <sys/stat.h>
59 #include <sys/param.h>
60 #include <sys/xattr.h>
61 #include <fcntl.h>
62 #include <dirent.h>
63 #include <time.h>
64 #include <ctype.h>
65 #include <zlib.h>
66 #include <libgen.h>
67 #include <asm/byteorder.h>
68 #include "lfs_project.h"
69
70 #include <libcfs/util/string.h>
71 #include <libcfs/util/ioctl.h>
72 #include <libcfs/util/parser.h>
73 #include <libcfs/util/string.h>
74 #include <lustre/lustreapi.h>
75 #include <linux/lustre/lustre_ver.h>
76 #include <linux/lustre/lustre_param.h>
77 #include <linux/lnet/nidstr.h>
78 #include <lnetconfig/cyaml.h>
79 #include "lstddef.h"
80
81 /* all functions */
82 static int lfs_find(int argc, char **argv);
83 static int lfs_getstripe(int argc, char **argv);
84 static int lfs_getdirstripe(int argc, char **argv);
85 static int lfs_setdirstripe(int argc, char **argv);
86 static int lfs_rmentry(int argc, char **argv);
87 static int lfs_unlink_foreign(int argc, char **argv);
88 static int lfs_osts(int argc, char **argv);
89 static int lfs_mdts(int argc, char **argv);
90 static int lfs_df(int argc, char **argv);
91 static int lfs_getname(int argc, char **argv);
92 static int lfs_check(int argc, char **argv);
93 #ifdef HAVE_SYS_QUOTA_H
94 static int lfs_setquota(int argc, char **argv);
95 static int lfs_quota(int argc, char **argv);
96 static int lfs_project(int argc, char **argv);
97 #endif
98 static int lfs_flushctx(int argc, char **argv);
99 static int lfs_poollist(int argc, char **argv);
100 static int lfs_changelog(int argc, char **argv);
101 static int lfs_changelog_clear(int argc, char **argv);
102 static int lfs_fid2path(int argc, char **argv);
103 static int lfs_path2fid(int argc, char **argv);
104 static int lfs_rmfid(int argc, char **argv);
105 static int lfs_data_version(int argc, char **argv);
106 static int lfs_hsm_state(int argc, char **argv);
107 static int lfs_hsm_set(int argc, char **argv);
108 static int lfs_hsm_clear(int argc, char **argv);
109 static int lfs_hsm_action(int argc, char **argv);
110 static int lfs_hsm_archive(int argc, char **argv);
111 static int lfs_hsm_restore(int argc, char **argv);
112 static int lfs_hsm_release(int argc, char **argv);
113 static int lfs_hsm_remove(int argc, char **argv);
114 static int lfs_hsm_cancel(int argc, char **argv);
115 static int lfs_swap_layouts(int argc, char **argv);
116 static int lfs_mv(int argc, char **argv);
117 static int lfs_ladvise(int argc, char **argv);
118 static int lfs_getsom(int argc, char **argv);
119 static int lfs_heat_get(int argc, char **argv);
120 static int lfs_heat_set(int argc, char **argv);
121 static int lfs_mirror(int argc, char **argv);
122 static int lfs_mirror_list_commands(int argc, char **argv);
123 static int lfs_list_commands(int argc, char **argv);
124 static inline int lfs_mirror_resync(int argc, char **argv);
125 static inline int lfs_mirror_verify(int argc, char **argv);
126 static inline int lfs_mirror_read(int argc, char **argv);
127 static inline int lfs_mirror_write(int argc, char **argv);
128 static inline int lfs_mirror_copy(int argc, char **argv);
129 static int lfs_pcc_attach(int argc, char **argv);
130 static int lfs_pcc_attach_fid(int argc, char **argv);
131 static int lfs_pcc_detach(int argc, char **argv);
132 static int lfs_pcc_detach_fid(int argc, char **argv);
133 static int lfs_pcc_state(int argc, char **argv);
134 static int lfs_pcc(int argc, char **argv);
135 static int lfs_pcc_list_commands(int argc, char **argv);
136 static int lfs_migrate_to_dom(int fd, int fdv, char *name,
137                               __u64 migration_flags,
138                               struct llapi_stripe_param *param,
139                               struct llapi_layout *layout);
140
141 struct pool_to_id_cbdata {
142         const char *pool;
143         __u32 id;
144 };
145 static int find_comp_id_by_pool(struct llapi_layout *layout, void *cbdata);
146 static int find_mirror_id_by_pool(struct llapi_layout *layout, void *cbdata);
147
148 enum setstripe_origin {
149         SO_SETSTRIPE,
150         SO_MIGRATE,
151         SO_MIGRATE_MDT,
152         SO_MIRROR_CREATE,
153         SO_MIRROR_EXTEND,
154         SO_MIRROR_SPLIT,
155         SO_MIRROR_DELETE,
156 };
157
158 static int lfs_setstripe_internal(int argc, char **argv,
159                                   enum setstripe_origin opc);
160
161 static inline int lfs_setstripe(int argc, char **argv)
162 {
163         return lfs_setstripe_internal(argc, argv, SO_SETSTRIPE);
164 }
165
166 static inline int lfs_setstripe_migrate(int argc, char **argv)
167 {
168         return lfs_setstripe_internal(argc, argv, SO_MIGRATE);
169 }
170
171 static inline int lfs_mirror_create(int argc, char **argv)
172 {
173         return lfs_setstripe_internal(argc, argv, SO_MIRROR_CREATE);
174 }
175
176 static inline int lfs_mirror_extend(int argc, char **argv)
177 {
178         return lfs_setstripe_internal(argc, argv, SO_MIRROR_EXTEND);
179 }
180
181 static inline int lfs_mirror_split(int argc, char **argv)
182 {
183         return lfs_setstripe_internal(argc, argv, SO_MIRROR_SPLIT);
184 }
185
186 static inline int lfs_mirror_delete(int argc, char **argv)
187 {
188         return lfs_setstripe_internal(argc, argv, SO_MIRROR_DELETE);
189 }
190
191 /* Setstripe and migrate share mostly the same parameters */
192 #define SSM_CMD_COMMON(cmd) \
193         "usage: "cmd" [--component-end|-E COMP_END]\n"                  \
194         "                 [--stripe-count|-c STRIPE_COUNT]\n"           \
195         "                 [--overstripe-count|-C STRIPE_COUNT]\n"       \
196         "                 [--stripe-index|-i START_OST_IDX]\n"          \
197         "                 [--stripe-size|-S STRIPE_SIZE]\n"             \
198         "                 [--extension-size|--ext-size|-z]\n"           \
199         "                 [--help|-h] [--layout|-L PATTERN]\n"          \
200         "                 [--mirror_count|-N[MIRROR_COUNT]]\n"          \
201         "                 [--ost|-o OST_INDICES]\n"                     \
202         "                 [--pool|-p POOL_NAME]\n"                      \
203         "                 [--yaml|-y YAML_TEMPLATE_FILE]\n"             \
204         "                 [--copy=LUSTRE_SRC]\n"
205
206 #define SSM_HELP_COMMON \
207         "\tSTRIPE_COUNT: Number of OSTs to stripe on (0=fs default, -1 all)\n" \
208         "\t              Using -C instead of -c allows overstriping, which\n"  \
209         "\t              will place more than one stripe per OST if\n"         \
210         "\t              stripe_count is greater than the number of OSTs.\n"   \
211         "\tSTART_OST_IDX: OST index of first stripe (-1=default round robin)\n"\
212         "\tSTRIPE_SIZE:  Number of bytes on each OST (0=fs default)\n"         \
213         "\t              Optional K, M, or G suffix (for KB, MB, GB\n"         \
214         "\t              respectively).  Must be a multiple of 64KiB.\n"       \
215         "\tEXTENSION_SIZE:\n"                                                  \
216         "\t              Number of bytes the previous component is extended\n" \
217         "\t              each time. Optional K, M, or G suffix (for KB,\n"     \
218         "\t              MB, GB respectively)\n"                               \
219         "\tPOOL_NAME:    Name of OST pool to use (default none)\n"             \
220         "\tLAYOUT:       stripe pattern type: raid0, mdt (default raid0)\n"    \
221         "\tOST_INDICES:  List of OST indices, can be repeated multiple times\n"\
222         "\t              Indices be specified in a format of:\n"               \
223         "\t                -o OST_1,OST_I-OST_J,OST_N\n"                       \
224         "\t              Or:\n"                                                \
225         "\t                -o OST_1 -o OST_I-OST_J -o OST_N\n"                 \
226         "\t              If --pool is set with --ost then the OSTs\n"          \
227         "\t              must be the members of the pool.\n"                   \
228         "\tCOMP_END:     Extent end of component, start after previous end.\n" \
229         "\t              Optional K, M, or G suffix (for KiB, MiB, GiB), or\n" \
230         "\t              -1 or 'eof' for max file size). Must be a multiple\n" \
231         "\t              of stripe_size and a multiple of 64KiB.\n"            \
232         "\tYAML_TEMPLATE_FILE:\n"                                              \
233         "\t              YAML layout template file, can't be used with -c,\n"  \
234         "\t              -i, -S, -p, -o, or -E arguments.\n"                   \
235         "\tLUSTRE_SRC:   Lustre file/dir whose layout info is used to set\n"   \
236         "\t              another lustre file or directory, can't used with\n"  \
237         "\t              -c, -i, -S, -p, -o, or -E arguments.\n"
238
239 #define MIRROR_CREATE_HELP                                                     \
240         "\tMIRROR_COUNT: Number of mirrors to be created with the upcoming\n"  \
241         "\t              setstripe layout options\n"                           \
242         "\t              It defaults to 1 if not specified; if specified,\n"   \
243         "\t              it must follow the option without a space.\n"         \
244         "\t              The option can also be repeated multiple times to\n"  \
245         "\t              separate mirrors that have different layouts.\n"      \
246         "\tSETSTRIPE_OPTIONS: Mirror layout as with 'setstripe'\n"             \
247         "\t              It can be a plain layout or a composite layout.\n"    \
248         "\t              If not specified, the stripe options inherited\n"     \
249         "\t              from the previous component will be used.\n"          \
250         "\tFLAGS:        set flags to the component of the current mirror.\n"  \
251         "\t              Only \"prefer\" flag is supported so far.\n"
252
253 #define MIRROR_EXTEND_HELP                                                     \
254         MIRROR_CREATE_HELP                                                     \
255         "\tVICTIM_FILE:  The layout of victim_file will be split and used\n"   \
256         "\t              as a mirror added to the mirrored file.\n"            \
257         "\tno-verify:    This option indicates not to verify the mirror(s)\n"  \
258         "\t              from victim file(s) in case the victim file(s)\n"     \
259         "\t              contains the same data as the original mirrored\n"    \
260         "\t              file.\n"
261
262 #define MIRROR_EXTEND_USAGE                                                    \
263         "                 {--mirror-count|-N[mirror_count]}\n"                 \
264         "                 [SETSTRIPE_OPTIONS|-f|--file VICTIM_FILE]\n"         \
265         "                 [--no-verify]\n"
266
267 #define SETSTRIPE_USAGE                                                 \
268         SSM_CMD_COMMON("setstripe")                                     \
269         MIRROR_EXTEND_USAGE                                             \
270         "                 <directory|filename>\n"                       \
271         SSM_HELP_COMMON                                                 \
272         MIRROR_EXTEND_HELP
273
274 #define MIGRATE_USAGE                                                   \
275         SSM_CMD_COMMON("migrate  ")                                     \
276         "                 [--block|-b] [--non-block|-n]\n"              \
277         "                 [--non-direct|-D] [--verbose|-v]\n"           \
278         "                 <filename>\n"                                 \
279         SSM_HELP_COMMON                                                 \
280         "\n"                                                            \
281         "\tblock:        Block file access during data migration (default)\n" \
282         "\tnon-block:    Abort migrations if concurrent access is detected\n" \
283         "\tnon-direct:   Do not use direct I/O to copy file contents\n" \
284         "\tverbose:      Print each filename as it is migrated\n"       \
285
286 #define SETDIRSTRIPE_USAGE                                              \
287         "               [--mdt-count|-c stripe_count>\n"                \
288         "               [--help|-h] [--mdt-hash|-H mdt_hash]\n"         \
289         "               [--mdt-index|-i mdt_index[,mdt_index,...]\n"    \
290         "               [--default|-D] [--mode|-o mode]\n"              \
291         "               [--max-inherit|-X max_inherit]\n"               \
292         "               [--max-inherit-rr max_inherit_rr] <dir>\n"      \
293         "\tstripe_count: stripe count of the striped directory\n"       \
294         "\tmdt_index: MDT index of first stripe\n"                      \
295         "\tmdt_hash:  hash type of the striped directory. mdt types:\n" \
296         "       crush     CRUSH hash algorithm (default)\n" \
297         "       fnv_1a_64 FNV-1a hash algorithm\n"              \
298         "       all_char  sum of characters % MDT_COUNT (not recommended)\n" \
299         "\tdefault_stripe: set default dirstripe of the directory\n"    \
300         "\tmode: the file access permission of the directory (octal)\n" \
301         "To create dir with a foreign (free format) layout :\n"         \
302         "setdirstripe|mkdir --foreign[=FOREIGN_TYPE] -x|-xattr STRING " \
303                 "[--mode|-o MODE] [--flags HEX] <dir>\n" \
304         "\tmode: the file access permissions of the directory\n"        \
305         "\tforeign_type: none, daos, symlink, or numeric value\n"
306
307 /**
308  * command_t mirror_cmdlist - lfs mirror commands.
309  */
310 command_t mirror_cmdlist[] = {
311         { .pc_name = "create", .pc_func = lfs_mirror_create,
312           .pc_help = "Create a mirrored file.\n"
313                 "usage: lfs mirror create {--mirror-count|-N[MIRROR_COUNT]}\n"
314                 "\t\t[SETSTRIPE_OPTIONS] <filename|directory> ...\n"
315           MIRROR_CREATE_HELP },
316         { .pc_name = "delete", .pc_func = lfs_mirror_delete,
317           .pc_help = "Delete a mirror from a file.\n"
318         "usage: lfs mirror delete {--mirror-id MIRROR_ID|-p POOL|\n"
319         "\t               --component-id|--comp-id|-I COMP_ID} <mirror_file>\n"
320         },
321         { .pc_name = "extend", .pc_func = lfs_mirror_extend,
322           .pc_help = "Extend a mirrored file.\n"
323                 "usage: lfs mirror extend {--mirror-count|-N[MIRROR_COUNT]}\n"
324                 "\t\t[--no-verify] [SETSTRIPE_OPTIONS|-f VICTIM_FILE] ... <filename> ...\n"
325           MIRROR_EXTEND_HELP },
326         { .pc_name = "split", .pc_func = lfs_mirror_split,
327           .pc_help = "Split a mirrored file.\n"
328         "usage: lfs mirror split [--destroy|-d] [-f NEW_FILE] [--help|-h]\n"
329         "\t\t{--mirror-id MIRROR_ID|--component-id|-I COMP_ID|-p POOL}\n"
330         "\t\t<mirrored file> ...\n"
331         "\tMIRROR_ID: The numerical unique identifier for a mirror.\n"
332         "\t           It can be fetched by the 'lfs getstripe' command.\n"
333         "\tCOMP_ID:   Unique component ID within a mirror.\n"
334         "\tPOOL:      Components using specified pool.\n"
335         "\tNEW_FILE:  This option indicates the layout of the split\n"
336         "\t           mirror will be stored into. If not specified,\n"
337         "\t           a new file named <mirrored_file>.mirror~MIRROR_ID\n"
338         "\t           will be used.\n" },
339         { .pc_name = "read", .pc_func = lfs_mirror_read,
340           .pc_help = "Read the content of a specified mirror of a file.\n"
341                 "usage: lfs mirror read {--mirror-id|-N MIRROR_ID}\n"
342                 "\t\t[--outfile|-o <output_file>] <mirrored_file>\n" },
343         { .pc_name = "write", .pc_func = lfs_mirror_write,
344           .pc_help = "Write to a specified mirror of a file.\n"
345                 "usage: lfs mirror write {--mirror-id|-N MIRROR_ID}\n"
346                 "\t\t[--inputfile|-i <input_file>] <mirrored_file>\n" },
347         { .pc_name = "copy", .pc_func = lfs_mirror_copy,
348           .pc_help = "Copy a specified mirror to other mirror(s) of a file.\n"
349                 "usage: lfs mirror copy {--read-mirror|-i MIRROR_ID0}\n"
350                 "\t\t{--write-mirror|-o MIRROR_ID1[,...]} <mirrored_file>\n" },
351         { .pc_name = "resync", .pc_func = lfs_mirror_resync,
352           .pc_help = "Resynchronizes out-of-sync mirrored file(s).\n"
353                 "usage: lfs mirror resync [--only MIRROR_ID[,...]>]\n"
354                 "\t\t<mirrored_file> [<mirrored_file2>...]\n" },
355         { .pc_name = "verify", .pc_func = lfs_mirror_verify,
356           .pc_help = "Verify mirrored file(s).\n"
357                 "usage: lfs mirror verify [--only MIRROR_ID[,...]]\n"
358                 "\t\t[--verbose|-v] <mirrored_file> [<mirrored_file2> ...]\n" },
359         { .pc_name = "list-commands", .pc_func = lfs_mirror_list_commands,
360           .pc_help = "list commands supported by lfs mirror"},
361         { .pc_name = "help", .pc_func = Parser_help, .pc_help = "help" },
362         { .pc_name = "exit", .pc_func = Parser_quit, .pc_help = "quit" },
363         { .pc_name = "quit", .pc_func = Parser_quit, .pc_help = "quit" },
364         { .pc_help = NULL }
365 };
366
367 /**
368  * command_t pcc_cmdlist - lfs pcc commands.
369  */
370 command_t pcc_cmdlist[] = {
371         { .pc_name = "attach", .pc_func = lfs_pcc_attach,
372           .pc_help = "Attach given files to the Persistent Client Cache.\n"
373                 "usage: lfs pcc attach <--id|-i NUM> <file> ...\n"
374                 "\t-i: archive id for RW-PCC\n" },
375         { .pc_name = "attach_fid", .pc_func = lfs_pcc_attach_fid,
376           .pc_help = "Attach given files into PCC by FID(s).\n"
377                 "usage: lfs pcc attach_id {--id|-i NUM} {--mnt|-m MOUNTPOINT} FID ...\n"
378                 "\t-i: archive id for RW-PCC\n"
379                 "\t-m: Lustre mount point\n" },
380         { .pc_name = "state", .pc_func = lfs_pcc_state,
381           .pc_help = "Display the PCC state for given files.\n"
382                 "usage: lfs pcc state <file> ...\n" },
383         { .pc_name = "detach", .pc_func = lfs_pcc_detach,
384           .pc_help = "Detach given files from the Persistent Client Cache.\n"
385                 "usage: lfs pcc detach <file> ...\n" },
386         { .pc_name = "detach_fid", .pc_func = lfs_pcc_detach_fid,
387           .pc_help = "Detach given files from PCC by FID(s).\n"
388                 "usage: lfs pcc detach_fid <mntpath> <fid>...\n" },
389         { .pc_name = "list-commands", .pc_func = lfs_pcc_list_commands,
390           .pc_help = "list commands supported by lfs pcc"},
391         { .pc_name = "help", .pc_func = Parser_help, .pc_help = "help" },
392         { .pc_name = "exit", .pc_func = Parser_quit, .pc_help = "quit" },
393         { .pc_name = "quit", .pc_func = Parser_quit, .pc_help = "quit" },
394         { .pc_help = NULL }
395 };
396
397 /* all available commands */
398 command_t cmdlist[] = {
399         {"setstripe", lfs_setstripe, 0,
400          "To create a file with specified striping/composite layout, or\n"
401          "create/replace the default layout on an existing directory:\n"
402          SSM_CMD_COMMON("setstripe")
403          "                 [--mode MODE]\n"
404          "                 <directory|filename>\n"
405          " or\n"
406          "To add component(s) to an existing composite file:\n"
407          SSM_CMD_COMMON("setstripe --component-add")
408          SSM_HELP_COMMON
409          "To totally delete the default striping from an existing directory:\n"
410          "usage: setstripe [--delete|-d] <directory>\n"
411          " or\n"
412          "To create a mirrored file or set s default mirror layout on a directory:\n"
413          "usage: setstripe {--mirror-count|-N}[MIRROR_COUNT] [SETSTRIPE_OPTIONS] <directory|filename>\n"
414          " or\n"
415          "To delete the last component(s) from an existing composite file\n"
416          "(note that this will also delete any data in those components):\n"
417          "usage: setstripe --component-del [--component-id|-I COMP_ID]\n"
418          "                               [--component-flags|-F COMP_FLAGS]\n"
419          "                               <filename>\n"
420          "\tCOMP_ID:     Unique component ID to delete\n"
421          "\tCOMP_FLAGS:  'init' indicating all instantiated components\n"
422          "\t             '^init' indicating all uninstantiated components\n"
423          "\t-I and -F cannot be specified at the same time\n"
424          " or\n"
425          "To set or clear flags on a specific component\n"
426          "(note that this command can only be applied to mirrored files:\n"
427          "usage: setstripe --comp-set {-I COMP_ID|--comp-flags=COMP_FLAGS}\n"
428          "                            <filename>\n"
429          " or\n"
430          "To create a file with a foreign (free format) layout:\n"
431          "usage: setstripe --foreign[=FOREIGN_TYPE]\n"
432          "                 --xattr|-x LAYOUT_STRING [--flags HEX]\n"
433          "                 [--mode MODE] <filename>\n"},
434         {"getstripe", lfs_getstripe, 0,
435          "To list the layout pattern for a given file or files in a\n"
436          "directory or recursively for all files in a directory tree.\n"
437          "usage: getstripe [--ost|-O UUID] [--quiet|-q] [--verbose|-v]\n"
438          "                 [--stripe-count|-c] [--stripe-index|-i] [--fid|-F]\n"
439          "                 [--pool|-p] [--stripe-size|-S] [--directory|-d]\n"
440          "                 [--mdt-index|-m] [--recursive|-r] [--raw|-R]\n"
441          "                 [--layout|-L] [--generation|-g] [--yaml|-y]\n"
442          "                 [--help|-h] [--component-id|-I[=COMP_ID]]\n"
443          "                 [--component-flags[=COMP_FLAGS]]\n"
444          "                 [--component-count]\n"
445          "                 [--extension-size|--ext-size|-z]\n"
446          "                 [--component-start[=[+-]COMP_START]]\n"
447          "                 [--component-end[=[+-]COMP_END]|-E[[+-]comp_end]]\n"
448          "                 [[!] --mirror-index=[+-]INDEX |\n"
449          "                 [!] --mirror-id=[+-]MIRROR_ID] [--mirror-count|-N]\n"
450          "                 <directory|filename> ..."},
451         {"setdirstripe", lfs_setdirstripe, 0,
452          "Create striped directory on specified MDT, same as mkdir.\n"
453          "May be restricted to root or group users, depending on settings.\n"
454          "usage: setdirstripe [OPTION] <directory>\n"
455          SETDIRSTRIPE_USAGE},
456         {"getdirstripe", lfs_getdirstripe, 0,
457          "To list the layout pattern info for a given directory\n"
458          "or recursively for all directories in a directory tree.\n"
459          "usage: getdirstripe [--mdt-count|-c] [--mdt-index|-m|-i]\n"
460          "                    [--help|-h] [--mdt-hash|-H] [--obd|-O UUID]\n"
461          "                    [--recursive|-r] [--yaml|-y]\n"
462          "                    [--verbose|-v] [--default|-D]\n"
463          "                    [--max-inherit|-X]\n"
464          "                    [--max-inherit-rr] <dir> ..."},
465         {"mkdir", lfs_setdirstripe, 0,
466          "Create striped directory on specified MDT, same as setdirstripe.\n"
467          "usage: mkdir [OPTION] <directory>\n"
468          SETDIRSTRIPE_USAGE},
469         {"rm_entry", lfs_rmentry, 0,
470          "To remove the name entry of the remote directory. Note: This\n"
471          "command will only delete the name entry, i.e. the remote directory\n"
472          "will become inaccessable after this command. This can only be done\n"
473          "by the administrator\n"
474          "usage: rm_entry <dir>\n"},
475         {"unlink_foreign", lfs_unlink_foreign, 0,
476          "To remove the foreign file/dir.\n"
477          "Note: This is for files/dirs prevented to be removed using\n"
478          "unlink/rmdir, but works also for regular ones\n"
479          "usage: unlink_foreign <foreign_dir/file> [<foreign_dir/file> ...]\n"},
480         {"pool_list", lfs_poollist, 0,
481          "List pools or pool OSTs\n"
482          "usage: pool_list <fsname>[.<pool>] | <pathname>\n"},
483         {"find", lfs_find, 0,
484          "find files matching given attributes recursively in directory tree.\n"
485          "usage: find <directory|filename> ...\n"
486          "     [[!] --atime|-A [+-]N[smhdwy]] [[!] --ctime|-C [+-]N[smhdwy]]\n"
487          "     [[!] --mtime|-M [+-]N[smhdwy]]\n"
488          "     [[!] --btime|--Btime|-B [+-]N[smhdwy]] [--help|-h]\n"
489          "     [[!] --newer[XY] <reference>] [[!] --blocks|-b N]\n"
490          "     [--maxdepth|-D N] [[!] --mdt-index|--mdt|-m <uuid|index,...>]\n"
491          "     [[!] --name|-n <pattern>] [[!] --ost|-O <uuid|index,...>]\n"
492          "     [[!] --perm [/-]mode] [[!] --pool <pool>] [--print|-P]\n"
493          "     [--print0|-0] [[!] --projid <projid>]\n"
494          "     [[!] --size|-s [+-]N[bkMGTPE]]\n"
495          "     [[!] --stripe-count|-c [+-]<stripes>]\n"
496          "     [[!] --stripe-index|-i <index,...>]\n"
497          "     [[!] --stripe-size|-S [+-]N[kMGT]] [[!] --type|-t <filetype>]\n"
498          "     [[!] --extension-size|--ext-size|-z [+-]N[kMGT]]\n"
499          "     [[!] --gid|-g|--group|-G <gid>|<gname>]\n"
500          "     [[!] --uid|-u|--user|-U <uid>|<uname>]\n"
501          "     [[!] --layout|-L released,raid0,mdt]\n"
502          "     [[!] --foreign[=<foreign_type>]]\n"
503          "     [[!] --component-count [+-]<comp_cnt>]\n"
504          "     [[!] --component-start [+-]N[kMGTPE]]\n"
505          "     [[!] --component-end|-E [+-]N[kMGTPE]]\n"
506          "     [[!] --component-flags {init,stale,prefer,offline,nosync,extension}]\n"
507          "     [[!] --mirror-count|-N [+-]<n>]\n"
508          "     [[!] --mirror-state <[^]state>]\n"
509          "     [[!] --mdt-count|-T [+-]<stripes>]\n"
510          "     [[!] --mdt-hash|-H <[^][blm],[^]fnv_1a_64,all_char,crush,...>\n"
511          "     [[!] --mdt-index|-m <uuid|index,...>]\n"
512          "\t !: used before an option indicates 'NOT' requested attribute\n"
513          "\t -: used before a value indicates less than requested value\n"
514          "\t +: used before a value indicates more than requested value\n"
515          "\t ^: used before a flag indicates to exclude it\n"},
516         {"check", lfs_check, 0,
517          "Display the status of MGTs, MDTs or OSTs (as specified in the command)\n"
518          "or all the servers (MGTs, MDTs and OSTs).\n"
519          "usage: check {mgts|osts|mdts|all}"},
520         {"osts", lfs_osts, 0, "list OSTs connected to client "
521          "[for specified path only]\n" "usage: osts [path]"},
522         {"mdts", lfs_mdts, 0, "list MDTs connected to client "
523          "[for specified path only]\n" "usage: mdts [path]"},
524         {"df", lfs_df, 0,
525          "report filesystem disk space usage or inodes usage "
526          "of each MDS and all OSDs or a batch belonging to a specific pool.\n"
527          "Usage: df [--inodes|-i] [--human-readable|-h] [--lazy|-l]\n"
528          "          [--pool|-p <fsname>[.<pool>]] [path]"},
529         {"getname", lfs_getname, 0,
530          "list instances and specified mount points [for specified path only]\n"
531          "Usage: getname [--help|-h] [--instance|-i] [--fsname|-n] [path ...]"},
532 #ifdef HAVE_SYS_QUOTA_H
533         {"setquota", lfs_setquota, 0, "Set filesystem quotas.\n"
534          "usage: setquota {-u|-g|-p} UNAME|UID|GNAME|GID|PROJID\n"
535          "                -b BLOCK_SOFTLIMIT -B BLOCK_HARDLIMIT\n"
536          "                -i INODE_SOFTLIMIT -I INODE_HARDLIMIT <filesystem>\n"
537          "       setquota {-u|--user USER|UID|-g|--group GROUP|GID|-p|--projid PROJID}\n"
538          "                [--block-softlimit BLOCK_SOFTLIMIT]\n"
539          "                [--block-hardlimit BLOCK_HARDLIMIT]\n"
540          "                [--inode-softlimit INODE_SOFTLIMIT]\n"
541          "                [--inode-hardlimit INODE_HARDLIMIT] <filesystem>\n"
542          "       setquota [-t] {-h|--help|-u|--user|-g|--group|-p|--projid}\n"
543          "                [--block-grace 'notify'|BLOCK_GRACE]\n"
544          "                [--inode-grace 'notify'|INODE_GRACE] <filesystem>\n"
545          "       setquota {-U|-G|-P}\n"
546          "                -b BLOCK_SOFTLIMIT -B BLOCK_HARDLIMIT\n"
547          "                -i INODE_SOFTLIMIT -I INODE_HARDLIMIT <filesystem>\n"
548          "       setquota {-U|--default-usr|-G|--default-grp|-P|--default-prj}\n"
549          "                [--block-softlimit BLOCK_SOFTLIMIT]\n"
550          "                [--block-hardlimit BLOCK_HARDLIMIT]\n"
551          "                [--inode-softlimit INODE_SOFTLIMIT]\n"
552          "                [--inode-hardlimit INODE_HARDLIMIT] <filesystem>\n"
553          "       setquota {-u|-g|-p} UNAME|UID|GNAME|GID|PROJID\n"
554          "                {-d|--default}\n"
555          "       -b can be used instead of --block-softlimit/--block-grace\n"
556          "       -B can be used instead of --block-hardlimit\n"
557          "       -i can be used instead of --inode-softlimit/--inode-grace\n"
558          "       -I can be used instead of --inode-hardlimit\n"
559          "       -d can be used instead of --default\n\n"
560          "Note: The total quota space will be split into many qunits and\n"
561          "      balanced over all server targets, the minimal qunit size is\n"
562          "      1M bytes for block space and 1K inodes for inode space.\n\n"
563          "      The maximum quota grace time is 2^48 - 1 seconds.\n\n"
564          "      Quota space rebalancing process will stop when this mininum\n"
565          "      value is reached. As a result, quota exceeded can be returned\n"
566          "      while many targets still have 1MB or 1K inodes of spare\n"
567          "      quota space.\n\n"
568          "      When setting the grace time, 'notify' can be used as grace to\n"
569          "      be notified after the quota is over soft limit but prevents\n"
570          "      the soft limit from becoming the hard limit."},
571         {"quota", lfs_quota, 0, "Display disk usage and limits.\n"
572          "usage: quota [-q] [-v] [-h] [-o OBD_UUID|-i MDT_IDX|-I OST_IDX]\n"
573          "             [{-u|-g|-p} UNAME|UID|GNAME|GID|PROJID] <filesystem>\n"
574          "       quota [-o OBD_UUID|-i MDT_IDX|-I OST_IDX] -t {-u|-g|-p} <filesystem>\n"
575         "        quota [-q] [-v] [h] {-U|-G|-P} <filesystem>"},
576         {"project", lfs_project, 0,
577          "Change or list project attribute for specified file or directory.\n"
578          "usage: project [-d|-r] <file|directory...>\n"
579          "         list project ID and flags on file(s) or directories\n"
580          "       project [-p id] [-s] [-r] <file|directory...>\n"
581          "         set project ID and/or inherit flag for specified file(s) or directories\n"
582          "       project -c [-d|-r [-p id] [-0]] <file|directory...>\n"
583          "         check project ID and flags on file(s) or directories, print outliers\n"
584          "       project -C [-r] [-k] <file|directory...>\n"
585          "         clear the project inherit flag and ID on the file or directory\n"
586         },
587 #endif
588         {"flushctx", lfs_flushctx, 0,
589          "Flush security context for current user.\n"
590          "usage: flushctx [-k] [-r] [mountpoint...]"},
591         {"changelog", lfs_changelog, 0,
592          "Show the metadata changes on an MDT."
593          "\nusage: changelog <mdtname> [startrec [endrec]]"},
594         {"changelog_clear", lfs_changelog_clear, 0,
595          "Indicate that old changelog records up to <endrec> are no longer of "
596          "interest to consumer <id>, allowing the system to free up space.\n"
597          "An <endrec> of 0 means all records.\n"
598          "usage: changelog_clear <mdtname> <id> <endrec>"},
599         {"fid2path", lfs_fid2path, 0,
600          "Resolve the full path(s) for given FID(s). For a specific hardlink "
601          "specify link number <linkno>.\n"
602          "usage: fid2path [--print-fid|-f] [--print-link|-c] [--link|-l <linkno>] "
603          "<fsname|root> <fid>..."},
604         {"path2fid", lfs_path2fid, 0, "Display the fid(s) for a given path(s).\n"
605          "usage: path2fid [--parents] <path> ..."},
606         {"rmfid", lfs_rmfid, 0, "Remove file(s) by FID(s)\n"
607          "usage: rmfid <fsname|rootpath> <fid> ..."},
608         {"data_version", lfs_data_version, 0, "Display file data version for "
609          "a given path.\n" "usage: data_version [-n|-r|-w] <path>"},
610         {"hsm_state", lfs_hsm_state, 0, "Display the HSM information (states, "
611          "undergoing actions) for given files.\n usage: hsm_state <file> ..."},
612         {"hsm_set", lfs_hsm_set, 0, "Set HSM user flag on specified files.\n"
613          "usage: hsm_set [--norelease] [--noarchive] [--dirty] [--exists] "
614          "[--archived] [--lost] [--archive-id NUM] <file> ..."},
615         {"hsm_clear", lfs_hsm_clear, 0, "Clear HSM user flag on specified "
616          "files.\n"
617          "usage: hsm_clear [--norelease] [--noarchive] [--dirty] [--exists] "
618          "[--archived] [--lost] <file> ..."},
619         {"hsm_action", lfs_hsm_action, 0, "Display current HSM request for "
620          "given files.\n" "usage: hsm_action <file> ..."},
621         {"hsm_archive", lfs_hsm_archive, 0,
622          "Archive file to external storage.\n"
623          "usage: hsm_archive [--filelist FILELIST] [--data DATA] [--archive NUM] "
624          "<file> ..."},
625         {"hsm_restore", lfs_hsm_restore, 0,
626          "Restore file from external storage.\n"
627          "usage: hsm_restore [--filelist FILELIST] [--data DATA] <file> ..."},
628         {"hsm_release", lfs_hsm_release, 0,
629          "Release files from Lustre.\n"
630          "usage: hsm_release [--filelist FILELIST] [--data DATA] <file> ..."},
631         {"hsm_remove", lfs_hsm_remove, 0,
632          "Remove file copy from external storage.\n"
633          "usage: hsm_remove [--filelist FILELIST] [--data DATA] "
634          "[--archive NUM]\n"
635          "                  (FILE [FILE ...] | "
636          "--mntpath MOUNTPATH FID [FID ...])\n"
637          "\n"
638          "Note: To remove an archived copy of a file already deleted from a "
639          "Lustre FS, the\n"
640          "--mntpath option and a list of FIDs must be specified"
641         },
642         {"hsm_cancel", lfs_hsm_cancel, 0,
643          "Cancel requests related to specified files.\n"
644          "usage: hsm_cancel [--filelist FILELIST] [--data DATA] <file> ..."},
645         {"swap_layouts", lfs_swap_layouts, 0, "Swap layouts between 2 files.\n"
646          "usage: swap_layouts <path1> <path2>"},
647         {"migrate", lfs_setstripe_migrate, 0,
648          "migrate a directory between MDTs.\n"
649          "usage: migrate [--mdt-count|-c STRIPE_COUNT]\n"
650          "               [--mdt-hash|-H HASH_TYPE]\n"
651          "               [--mdt-index|-m START_MDT_INDEX] [--verbose|-v]\n"
652          "               <directory>\n"
653          "\tmdt:        MDTs to stripe over, if only one MDT is specified\n"
654          "                      it's the MDT index of first stripe\n"
655          "\tmdt_count:  number of MDTs to stripe a directory over\n"
656          "\tmdt_hash:   hash type of the striped directory. mdt types:\n"
657          "              all_char  (type 1)sum of characters % MDT_COUNT\n"
658          "              fnv_1a_64 (type 2)FNV-1a hash algorithm (default)\n"
659          "              crush     (type 3)CRUSH hash algorithm\n"
660          "\n"
661          "migrate file objects from one OST "
662          "layout\nto another (may be not safe with concurent writes).\n"
663          "usage: migrate [--stripe-count|-c STRIPE_COUNT]\n"
664          "               [--overstripe-count|-C STRIPE_COUNT]\n"
665          "               [--stripe-index|-i START_OST_INDEX]\n"
666          "               [--stripe-size|-S STRIPE_SIZE]\n"
667          "               [--pool|-p <pool_name>] [--ost|-o OST_INDICES]\n"
668          "               [--block|-b] [--non-block|-n] [--non-direct|-D]\n"
669          "               <file|directory>\n"
670          "\tstripe_count:   number of OSTs to stripe a file over\n"
671          "\t                Using -C instead of -c allows overstriping, which\n"
672          "\t                will place more than one stripe per OST if\n"
673          "\t                stripe_count is greater than the number of OSTs\n"
674          "\tstripe_ost_index: index of the first OST to stripe a file over\n"
675          "\tstripe_size:      number of bytes to store before moving to the next OST\n"
676          "\tpool_name:        name of the predefined pool of OSTs\n"
677          "\tost_indices:      OSTs to stripe over, in order\n"
678          "\tblock:        Block file access during data migration (default)\n"
679          "\tnon-block:    Abort migrations if concurrent access is detected\n"
680          "\tnon-direct:       do not use direct I/O to copy file contents.\n"},
681         {"mv", lfs_mv, 0,
682          "To move directories between MDTs. This command is deprecated, "
683          "use \"migrate\" instead.\n"
684          "usage: mv <directory|filename> [--mdt-index|-m MDT_INDEX] "
685          "[--verbose|-v]\n"},
686         {"ladvise", lfs_ladvise, 0,
687          "Provide servers with advice about access patterns for a file.\n"
688          "usage: ladvise [--advice|-a ADVICE] [--start|-s START[kMGT]]\n"
689          "               [--background|-b] [--unset|-u]\n\n"
690          "               {--end|-e END[kMGT]|--length|-l LENGTH[kMGT]}\n"
691          "               {[--mode|-m [READ,WRITE]}\n"
692          "               <file> ...\n"},
693         {"mirror", lfs_mirror, mirror_cmdlist,
694          "lfs commands used to manage files with mirrored components:\n"
695          "lfs mirror create - create a mirrored file or directory\n"
696          "lfs mirror extend - add mirror(s) to an existing file\n"
697          "lfs mirror split  - split a mirror from an existing mirrored file\n"
698          "lfs mirror resync - resynchronize out-of-sync mirrored file(s)\n"
699          "lfs mirror read   - read a mirror content of a mirrored file\n"
700          "lfs mirror write  - write to a mirror of a mirrored file\n"
701          "lfs mirror copy   - copy a mirror to other mirror(s) of a file\n"
702          "lfs mirror verify - verify mirrored file(s)\n"},
703         {"getsom", lfs_getsom, 0, "To list the SOM info for a given file.\n"
704          "usage: getsom [-s] [-b] [-f] <path>\n"
705          "\t-s: Only show the size value of the SOM data for a given file\n"
706          "\t-b: Only show the blocks value of the SOM data for a given file\n"
707          "\t-f: Only show the flags value of the SOM data for a given file\n"},
708         {"heat_get", lfs_heat_get, 0,
709          "To get heat of files.\n"
710          "usage: heat_get <file> ...\n"},
711         {"heat_set", lfs_heat_set, 0,
712          "To set heat flags of files.\n"
713          "usage: heat_set [--clear|-c] [--off|-o] [--on|-O] <file> ...\n"
714          "\t--clear|-c: Clear file heat for given files\n"
715          "\t--off|-o:   Turn off file heat for given files\n"
716          "\t--on|-O:    Turn on file heat for given files\n"},
717         {"pcc", lfs_pcc, pcc_cmdlist,
718          "lfs commands used to interact with PCC features:\n"
719          "lfs pcc attach - attach given files to Persistent Client Cache\n"
720          "lfs pcc attach_fid - attach given files into PCC by FID(s)\n"
721          "lfs pcc state  - display the PCC state for given files\n"
722          "lfs pcc detach - detach given files from Persistent Client Cache\n"
723          "lfs pcc detach_fid - detach given files from PCC by FID(s)\n"},
724         {"help", Parser_help, 0, "help"},
725         {"exit", Parser_quit, 0, "quit"},
726         {"quit", Parser_quit, 0, "quit"},
727         {"--version", Parser_version, 0,
728          "output build version of the utility and exit"},
729         {"--list-commands", lfs_list_commands, 0,
730          "list commands supported by the utility and exit"},
731         { 0, 0, 0, NULL }
732 };
733
734 static int check_hashtype(const char *hashtype)
735 {
736         int type_num = atoi(hashtype);
737         int i;
738
739         /* numeric hash type */
740         if (hashtype && strlen(hashtype) == 1 &&
741             (type_num > 0 && type_num < LMV_HASH_TYPE_MAX))
742                 return type_num;
743         /* string hash type */
744         for (i = LMV_HASH_TYPE_ALL_CHARS; i < LMV_HASH_TYPE_MAX; i++)
745                 if (strcmp(hashtype, mdt_hash_name[i]) == 0)
746                         return i;
747
748         return 0;
749 }
750
751 static uint32_t check_foreign_type_name(const char *foreign_type_name)
752 {
753         uint32_t i;
754
755         for (i = 0; i < LU_FOREIGN_TYPE_UNKNOWN; i++) {
756                 if (!lu_foreign_types[i].lft_name)
757                         break;
758                 if (strcmp(foreign_type_name,
759                            lu_foreign_types[i].lft_name) == 0)
760                         return lu_foreign_types[i].lft_type;
761         }
762
763         return LU_FOREIGN_TYPE_UNKNOWN;
764 }
765
766 static const char *error_loc = "syserror";
767
768 enum {
769         MIGRATION_NONBLOCK      = 0x0001,
770         MIGRATION_MIRROR        = 0x0002,
771         MIGRATION_NONDIRECT     = 0x0004,
772         MIGRATION_VERBOSE       = 0x0008,
773 };
774
775 static int
776 migrate_open_files(const char *name, __u64 migration_flags,
777                    const struct llapi_stripe_param *param,
778                    struct llapi_layout *layout, int *fd_src, int *fd_tgt)
779 {
780         int                      fd = -1;
781         int                      fdv = -1;
782         int                      rflags;
783         int                      mdt_index;
784         int                      random_value;
785         char                     parent[PATH_MAX];
786         char                     volatile_file[PATH_MAX];
787         char                    *ptr;
788         int                      rc;
789         struct stat              st;
790         struct stat              stv;
791
792         if (!param && !layout) {
793                 error_loc = "layout information";
794                 return -EINVAL;
795         }
796
797         /* search for file directory pathname */
798         if (strlen(name) > sizeof(parent) - 1) {
799                 error_loc = "source file name";
800                 return -ERANGE;
801         }
802
803         strncpy(parent, name, sizeof(parent));
804         ptr = strrchr(parent, '/');
805         if (!ptr) {
806                 if (!getcwd(parent, sizeof(parent))) {
807                         error_loc = "getcwd";
808                         return -errno;
809                 }
810         } else {
811                 if (ptr == parent) /* leading '/' */
812                         ptr = parent + 1;
813                 *ptr = '\0';
814         }
815
816         /* open file, direct io */
817         /* even if the file is only read, WR mode is nedeed to allow
818          * layout swap on fd
819          */
820         rflags = O_RDWR | O_NOATIME;
821         if (!(migration_flags & MIGRATION_NONDIRECT))
822                 rflags |= O_DIRECT;
823         fd = open(name, rflags);
824         if (fd < 0) {
825                 rc = -errno;
826                 error_loc = "cannot open source file";
827                 return rc;
828         }
829
830         rc = llapi_file_fget_mdtidx(fd, &mdt_index);
831         if (rc < 0) {
832                 error_loc = "cannot get MDT index";
833                 goto out;
834         }
835
836         do {
837                 int open_flags = O_WRONLY | O_CREAT | O_EXCL | O_NOFOLLOW;
838                 mode_t open_mode = S_IRUSR | S_IWUSR;
839
840                 random_value = random();
841                 rc = snprintf(volatile_file, sizeof(volatile_file),
842                               "%s/%s:%.4X:%.4X:fd=%.2d", parent,
843                               LUSTRE_VOLATILE_HDR, mdt_index,
844                               random_value, fd);
845                 if (rc >= sizeof(volatile_file)) {
846                         rc = -ENAMETOOLONG;
847                         break;
848                 }
849
850                 /* create, open a volatile file, use caching (ie no directio) */
851                 if (layout) {
852                         /* Returns -1 and sets errno on error: */
853                         fdv = llapi_layout_file_open(volatile_file, open_flags,
854                                                      open_mode, layout);
855                         if (fdv < 0)
856                                 fdv = -errno;
857                 } else {
858                         /* Does the right thing on error: */
859                         fdv = llapi_file_open_param(volatile_file, open_flags,
860                                                     open_mode, param);
861                 }
862         } while (fdv < 0 && (rc = fdv) == -EEXIST);
863
864         if (rc < 0) {
865                 error_loc = "cannot create volatile file";
866                 goto out;
867         }
868
869         /*
870          * In case the MDT does not support creation of volatile files
871          * we should try to unlink it.
872          */
873         (void)unlink(volatile_file);
874
875         /*
876          * Not-owner (root?) special case.
877          * Need to set owner/group of volatile file like original.
878          * This will allow to pass related check during layout_swap.
879          */
880         rc = fstat(fd, &st);
881         if (rc != 0) {
882                 rc = -errno;
883                 error_loc = "cannot stat source file";
884                 goto out;
885         }
886
887         rc = fstat(fdv, &stv);
888         if (rc != 0) {
889                 rc = -errno;
890                 error_loc = "cannot stat volatile";
891                 goto out;
892         }
893
894         if (st.st_uid != stv.st_uid || st.st_gid != stv.st_gid) {
895                 rc = fchown(fdv, st.st_uid, st.st_gid);
896                 if (rc != 0) {
897                         rc = -errno;
898                         error_loc = "cannot change ownwership of volatile";
899                         goto out;
900                 }
901         }
902
903 out:
904         if (rc < 0) {
905                 if (fd > 0)
906                         close(fd);
907                 if (fdv > 0)
908                         close(fdv);
909         } else {
910                 *fd_src = fd;
911                 *fd_tgt = fdv;
912                 error_loc = NULL;
913         }
914         return rc;
915 }
916
917 static int migrate_copy_data(int fd_src, int fd_dst, int (*check_file)(int))
918 {
919         struct llapi_layout *layout;
920         size_t buf_size = 4 * 1024 * 1024;
921         void *buf = NULL;
922         off_t pos = 0;
923         off_t data_end = 0;
924         size_t page_size = sysconf(_SC_PAGESIZE);
925         bool sparse;
926         int rc;
927
928         layout = llapi_layout_get_by_fd(fd_src, 0);
929         if (layout) {
930                 uint64_t stripe_size;
931
932                 rc = llapi_layout_stripe_size_get(layout, &stripe_size);
933                 if (rc == 0)
934                         buf_size = stripe_size;
935
936                 llapi_layout_free(layout);
937         }
938
939         /* Use a page-aligned buffer for direct I/O */
940         rc = posix_memalign(&buf, page_size, buf_size);
941         if (rc != 0)
942                 return -rc;
943
944         sparse = llapi_file_is_sparse(fd_src);
945         if (sparse) {
946                 rc = ftruncate(fd_dst, pos);
947                 if (rc < 0) {
948                         rc = -errno;
949                         return rc;
950                 }
951         }
952
953         while (1) {
954                 off_t data_off;
955                 size_t to_read, to_write;
956                 ssize_t rsize;
957
958                 if (sparse && pos >= data_end) {
959                         size_t data_size;
960
961                         data_off = llapi_data_seek(fd_src, pos, &data_size);
962                         if (data_off < 0) {
963                                 /* Non-fatal, switch to full copy */
964                                 sparse = false;
965                                 continue;
966                         }
967                         /* hole at the end of file, truncate up to it */
968                         if (!data_size) {
969                                 rc = ftruncate(fd_dst, data_off);
970                                 if (rc < 0)
971                                         goto out;
972                         }
973                         pos = data_off & ~(page_size - 1);
974                         data_end = data_off + data_size;
975                         to_read = ((data_end - pos - 1) | (page_size - 1)) + 1;
976                         to_read = MIN(to_read, buf_size);
977                 } else {
978                         to_read = buf_size;
979                 }
980
981                 if (check_file) {
982                         rc = check_file(fd_src);
983                         if (rc < 0)
984                                 goto out;
985                 }
986
987                 rsize = pread(fd_src, buf, to_read, pos);
988                 if (rsize < 0) {
989                         rc = -errno;
990                         goto out;
991                 }
992                 /* EOF */
993                 if (rsize == 0)
994                         break;
995
996                 to_write = rsize;
997                 while (to_write > 0) {
998                         ssize_t written;
999
1000                         written = pwrite(fd_dst, buf, to_write, pos);
1001                         if (written < 0) {
1002                                 rc = -errno;
1003                                 goto out;
1004                         }
1005                         pos += written;
1006                         to_write -= written;
1007                 }
1008                 if (rc || rsize < to_read)
1009                         break;
1010         }
1011
1012         rc = fsync(fd_dst);
1013         if (rc < 0)
1014                 rc = -errno;
1015 out:
1016         /* Try to avoid page cache pollution after migration. */
1017         (void)posix_fadvise(fd_src, 0, 0, POSIX_FADV_DONTNEED);
1018         (void)posix_fadvise(fd_dst, 0, 0, POSIX_FADV_DONTNEED);
1019
1020         free(buf);
1021         return rc;
1022 }
1023
1024 static int migrate_set_timestamps(int fd, const struct stat *st)
1025 {
1026         struct timeval tv[2] = {
1027                 {.tv_sec = st->st_atime},
1028                 {.tv_sec = st->st_mtime}
1029         };
1030
1031         return futimes(fd, tv);
1032 }
1033
1034 static int migrate_block(int fd, int fdv)
1035 {
1036         struct stat st;
1037         __u64   dv1;
1038         int     gid;
1039         int     rc;
1040         int     rc2;
1041
1042         rc = fstat(fd, &st);
1043         if (rc < 0) {
1044                 error_loc = "cannot stat source file";
1045                 return -errno;
1046         }
1047
1048         rc = llapi_get_data_version(fd, &dv1, LL_DV_RD_FLUSH);
1049         if (rc < 0) {
1050                 error_loc = "cannot get dataversion";
1051                 return rc;
1052         }
1053
1054         do
1055                 gid = random();
1056         while (gid == 0);
1057
1058         /*
1059          * The grouplock blocks all concurrent accesses to the file.
1060          * It has to be taken after llapi_get_data_version as it would
1061          * block it too.
1062          */
1063         rc = llapi_group_lock(fd, gid);
1064         if (rc < 0) {
1065                 error_loc = "cannot get group lock";
1066                 return rc;
1067         }
1068
1069         rc = migrate_copy_data(fd, fdv, NULL);
1070         if (rc < 0) {
1071                 error_loc = "data copy failed";
1072                 goto out_unlock;
1073         }
1074
1075         /* Make sure we keep original atime/mtime values */
1076         rc = migrate_set_timestamps(fdv, &st);
1077         if (rc < 0) {
1078                 error_loc = "set target file timestamp failed";
1079                 goto out_unlock;
1080         }
1081
1082         /*
1083          * swap layouts
1084          * for a migration we need to check data version on file did
1085          * not change.
1086          *
1087          * Pass in gid=0 since we already own grouplock.
1088          */
1089         rc = llapi_fswap_layouts_grouplock(fd, fdv, dv1, 0, 0,
1090                                            SWAP_LAYOUTS_CHECK_DV1);
1091         if (rc == -EAGAIN) {
1092                 error_loc = "file changed";
1093                 goto out_unlock;
1094         } else if (rc < 0) {
1095                 error_loc = "cannot swap layout";
1096                 goto out_unlock;
1097         }
1098
1099 out_unlock:
1100         rc2 = llapi_group_unlock(fd, gid);
1101         if (rc2 < 0 && rc == 0) {
1102                 error_loc = "unlock group lock";
1103                 rc = rc2;
1104         }
1105
1106         return rc;
1107 }
1108
1109 /**
1110  * Internal helper for migrate_copy_data(). Check lease and report error if
1111  * need be.
1112  *
1113  * \param[in]  fd           File descriptor on which to check the lease.
1114  *
1115  * \retval 0       Migration can keep on going.
1116  * \retval -errno  Error occurred, abort migration.
1117  */
1118 static int check_lease(int fd)
1119 {
1120         int rc;
1121
1122         rc = llapi_lease_check(fd);
1123         if (rc > 0)
1124                 return 0; /* llapi_check_lease returns > 0 on success. */
1125
1126         return -EBUSY;
1127 }
1128
1129 static int migrate_nonblock(int fd, int fdv)
1130 {
1131         struct stat st;
1132         __u64   dv1;
1133         __u64   dv2;
1134         int     rc;
1135
1136         rc = fstat(fd, &st);
1137         if (rc < 0) {
1138                 error_loc = "cannot stat source file";
1139                 return -errno;
1140         }
1141
1142         rc = llapi_get_data_version(fd, &dv1, LL_DV_RD_FLUSH);
1143         if (rc < 0) {
1144                 error_loc = "cannot get data version";
1145                 return rc;
1146         }
1147
1148         rc = migrate_copy_data(fd, fdv, check_lease);
1149         if (rc < 0) {
1150                 error_loc = "data copy failed";
1151                 return rc;
1152         }
1153
1154         rc = llapi_get_data_version(fd, &dv2, LL_DV_RD_FLUSH);
1155         if (rc != 0) {
1156                 error_loc = "cannot get data version";
1157                 return rc;
1158         }
1159
1160         if (dv1 != dv2) {
1161                 rc = -EAGAIN;
1162                 error_loc = "source file changed";
1163                 return rc;
1164         }
1165
1166         /* Make sure we keep original atime/mtime values */
1167         rc = migrate_set_timestamps(fdv, &st);
1168         if (rc < 0) {
1169                 error_loc = "set target file timestamp failed";
1170                 return -errno;
1171         }
1172         return 0;
1173 }
1174
1175 static
1176 int lfs_layout_compid_by_pool(char *fname, const char *pool, int *comp_id)
1177 {
1178         struct pool_to_id_cbdata data = { .pool = pool };
1179         struct llapi_layout *layout = NULL;
1180         int rc;
1181
1182         layout = llapi_layout_get_by_path(fname, 0);
1183         if (!layout) {
1184                 fprintf(stderr,
1185                         "error %s: file '%s' couldn't get layout: rc=%d\n",
1186                         progname, fname, errno);
1187                 rc = -errno;
1188                 goto free_layout;
1189         }
1190         rc = llapi_layout_sanity(layout, fname, false, true);
1191         if (rc < 0) {
1192                 llapi_layout_sanity_perror(errno);
1193                 goto free_layout;
1194         }
1195         rc = llapi_layout_comp_iterate(layout, find_comp_id_by_pool, &data);
1196         if (rc < 0)
1197                 goto free_layout;
1198
1199         *comp_id = data.id;
1200         rc = 0;
1201
1202 free_layout:
1203         if (layout)
1204                 llapi_layout_free(layout);
1205         return rc;
1206 }
1207
1208 static int lfs_component_set(char *fname, int comp_id, const char *pool,
1209                              __u32 flags, __u32 neg_flags)
1210 {
1211         __u32 ids[2];
1212         __u32 flags_array[2];
1213         size_t count = 0;
1214         int rc;
1215
1216         if (!comp_id) {
1217                 if (pool == NULL) {
1218                         fprintf(stderr,
1219                                 "error %s: neither component id nor pool is specified\n",
1220                                 progname);
1221                         return -EINVAL;
1222                 }
1223                 rc = lfs_layout_compid_by_pool(fname, pool, &comp_id);
1224                 if (rc)
1225                         return rc;
1226         }
1227
1228         if (flags) {
1229                 ids[count] = comp_id;
1230                 flags_array[count] = flags;
1231                 ++count;
1232         }
1233
1234         if (neg_flags) {
1235                 if (neg_flags & LCME_FL_STALE) {
1236                         fprintf(stderr,
1237                                 "%s: cannot clear 'stale' flags from component. Please use lfs-mirror-resync(1) instead\n",
1238                                 progname);
1239                         return -EINVAL;
1240                 }
1241
1242                 ids[count] = comp_id;
1243                 flags_array[count] = neg_flags | LCME_FL_NEG;
1244                 ++count;
1245         }
1246
1247         rc = llapi_layout_file_comp_set(fname, ids, flags_array, count);
1248         if (rc) {
1249                 if (errno == EUCLEAN) {
1250                         rc = -errno;
1251                         fprintf(stderr,
1252                                 "%s: cannot set 'stale' flag on component '%#x' of the last non-stale mirror of '%s'\n",
1253                                 progname, comp_id, fname);
1254                 } else {
1255                         fprintf(stderr,
1256                                 "%s: cannot change the flags of component '%#x' of file '%s': %x / ^(%x)\n",
1257                                 progname, comp_id, fname, flags, neg_flags);
1258                 }
1259         }
1260
1261         return rc;
1262 }
1263
1264 static int lfs_component_del(char *fname, __u32 comp_id,
1265                              __u32 flags, __u32 neg_flags)
1266 {
1267         int     rc = 0;
1268
1269         if (flags && neg_flags)
1270                 return -EINVAL;
1271
1272         if (!flags && neg_flags)
1273                 flags = neg_flags | LCME_FL_NEG;
1274
1275         if ((flags && comp_id) || (!flags && !comp_id))
1276                 return -EINVAL;
1277
1278         if (flags) {
1279                 if (flags & ~LCME_KNOWN_FLAGS) {
1280                         fprintf(stderr,
1281                                 "%s setstripe: unknown flags %#x\n",
1282                                 progname, flags);
1283                         return -EINVAL;
1284                 }
1285         } else if (comp_id > LCME_ID_MAX) {
1286                 fprintf(stderr, "%s setstripe: invalid component id %u\n",
1287                         progname, comp_id);
1288                 return -EINVAL;
1289         }
1290
1291         rc = llapi_layout_file_comp_del(fname, comp_id, flags);
1292         if (rc)
1293                 fprintf(stderr,
1294                         "%s setstripe: cannot delete component %#x from '%s': %s\n",
1295                         progname, comp_id, fname, strerror(errno));
1296         return rc;
1297 }
1298
1299 static int lfs_component_add(char *fname, struct llapi_layout *layout)
1300 {
1301         int     rc;
1302
1303         if (!layout)
1304                 return -EINVAL;
1305
1306         rc = llapi_layout_file_comp_add(fname, layout);
1307         if (rc)
1308                 fprintf(stderr, "Add layout component(s) to %s failed. %s\n",
1309                         fname, strerror(errno));
1310         return rc;
1311 }
1312
1313 static int lfs_component_create(char *fname, int open_flags, mode_t open_mode,
1314                                 struct llapi_layout *layout)
1315 {
1316         struct stat     st;
1317         int     fd;
1318
1319         if (!layout)
1320                 return -EINVAL;
1321
1322         fd = lstat(fname, &st);
1323         if (fd == 0 && S_ISDIR(st.st_mode))
1324                 open_flags = O_DIRECTORY | O_RDONLY;
1325
1326         fd = llapi_layout_file_open(fname, open_flags, open_mode, layout);
1327         if (fd < 0)
1328                 fprintf(stderr, "%s: cannot %s '%s': %s\n", progname,
1329                         S_ISDIR(st.st_mode) ?
1330                                 "set default composite layout for" :
1331                                 "create composite file",
1332                         fname, strerror(errno));
1333         return fd;
1334 }
1335
1336 static int lfs_migrate(char *name, __u64 migration_flags,
1337                        struct llapi_stripe_param *param,
1338                        struct llapi_layout *layout)
1339 {
1340         struct llapi_layout *existing;
1341         uint64_t dom_new, dom_cur;
1342         int fd = -1;
1343         int fdv = -1;
1344         int rc;
1345
1346         rc = migrate_open_files(name, migration_flags, param, layout,
1347                                 &fd, &fdv);
1348         if (rc < 0)
1349                 goto out;
1350
1351         rc = llapi_layout_dom_size(layout, &dom_new);
1352         if (rc) {
1353                 error_loc = "cannot get new layout DoM size";
1354                 goto out;
1355         }
1356         /* special case for migration to DOM layout*/
1357         existing = llapi_layout_get_by_fd(fd, 0);
1358         if (!existing) {
1359                 error_loc = "cannot get existing layout";
1360                 goto out;
1361         }
1362
1363         rc = llapi_layout_dom_size(existing, &dom_cur);
1364         if (rc) {
1365                 error_loc = "cannot get current layout DoM size";
1366                 goto out;
1367         }
1368
1369         /*
1370          * if file has DoM layout already then migration is possible to
1371          * the new layout with the same DoM component via swap layout,
1372          * if new layout used bigger DOM size, then mirroring is used
1373          */
1374         if (dom_new > dom_cur) {
1375                 rc = lfs_migrate_to_dom(fd, fdv, name, migration_flags, param,
1376                                         layout);
1377                 if (rc)
1378                         error_loc = "cannot migrate to DOM layout";
1379                 goto out_closed;
1380         }
1381
1382         if (!(migration_flags & MIGRATION_NONBLOCK)) {
1383                 /*
1384                  * Blocking mode (forced if servers do not support file lease).
1385                  * It is also the default mode, since we cannot distinguish
1386                  * between a broken lease and a server that does not support
1387                  * atomic swap/close (LU-6785)
1388                  */
1389                 rc = migrate_block(fd, fdv);
1390                 goto out;
1391         }
1392
1393         rc = llapi_lease_acquire(fd, LL_LEASE_RDLCK);
1394         if (rc < 0) {
1395                 error_loc = "cannot get lease";
1396                 goto out;
1397         }
1398
1399         rc = migrate_nonblock(fd, fdv);
1400         if (rc < 0) {
1401                 llapi_lease_release(fd);
1402                 goto out;
1403         }
1404
1405         /*
1406          * Atomically put lease, swap layouts and close.
1407          * for a migration we need to check data version on file did
1408          * not change.
1409          */
1410         rc = llapi_fswap_layouts(fd, fdv, 0, 0, SWAP_LAYOUTS_CLOSE);
1411         if (rc < 0) {
1412                 error_loc = "cannot swap layout";
1413                 goto out;
1414         }
1415
1416 out:
1417         if (fd >= 0)
1418                 close(fd);
1419
1420         if (fdv >= 0)
1421                 close(fdv);
1422 out_closed:
1423         if (rc < 0)
1424                 fprintf(stderr, "error: %s: %s: %s: %s\n",
1425                         progname, name, error_loc, strerror(-rc));
1426         else if (migration_flags & MIGRATION_VERBOSE)
1427                 printf("%s\n", name);
1428
1429         return rc;
1430 }
1431
1432 static int comp_str2flags(char *string, __u32 *flags, __u32 *neg_flags)
1433 {
1434         char *name;
1435         char *dup_string = NULL;
1436         int rc = 0;
1437
1438         *flags = 0;
1439         *neg_flags = 0;
1440
1441         if (!string || !string[0])
1442                 return -EINVAL;
1443
1444         dup_string = strdup(string);
1445         if (!dup_string) {
1446                 llapi_printf(LLAPI_MSG_ERROR,
1447                              "%s: insufficient memory\n",
1448                              progname);
1449                 return -ENOMEM;
1450         }
1451
1452         for (name = strtok(dup_string, ","); name; name = strtok(NULL, ",")) {
1453                 bool found = false;
1454                 int i;
1455
1456                 for (i = 0; i < ARRAY_SIZE(comp_flags_table); i++) {
1457                         __u32 comp_flag = comp_flags_table[i].cfn_flag;
1458                         const char *comp_name = comp_flags_table[i].cfn_name;
1459
1460                         if (strcmp(name, comp_name) == 0) {
1461                                 *flags |= comp_flag;
1462                                 found = true;
1463                         } else if (strncmp(name, "^", 1) == 0 &&
1464                                    strcmp(name + 1, comp_name) == 0) {
1465                                 *neg_flags |= comp_flag;
1466                                 found = true;
1467                         }
1468                 }
1469                 if (!found) {
1470                         llapi_printf(LLAPI_MSG_ERROR,
1471                                      "%s: component flag '%s' not supported\n",
1472                                      progname, name);
1473                         rc = -EINVAL;
1474                         goto out_free;
1475                 }
1476         }
1477
1478         if (!*flags && !*neg_flags)
1479                 rc = -EINVAL;
1480
1481         /* don't allow to set and exclude the same flag */
1482         if (*flags & *neg_flags)
1483                 rc = -EINVAL;
1484
1485 out_free:
1486         free(dup_string);
1487         return rc;
1488 }
1489
1490 static int mdthash_input(char *string, __u32 *inflags,
1491                          __u32 *exflags, __u32 *type)
1492 {
1493         char *name;
1494         struct mhf_list {
1495                 char *name;
1496                 __u32 flag;
1497         } mhflist[] = {
1498                 {"migrating", LMV_HASH_FLAG_MIGRATION},
1499                 {"badtype", LMV_HASH_FLAG_BAD_TYPE},
1500                 {"lostlmv", LMV_HASH_FLAG_LOST_LMV},
1501         };
1502
1503         if (string == NULL)
1504                 return -EINVAL;
1505
1506         *inflags = 0;
1507         *exflags = 0;
1508         *type = 0;
1509         for (name = strtok(string, ","); name; name = strtok(NULL, ",")) {
1510                 bool found = false;
1511                 int i;
1512
1513                 for (i = 0; i < ARRAY_SIZE(mhflist); i++) {
1514                         if (strcmp(name, mhflist[i].name) == 0 ||
1515                             name[0] == mhflist[i].name[0]) {
1516                                 *inflags |= mhflist[i].flag;
1517                                 found = true;
1518                         } else if (name[0] == '^' &&
1519                                    (strcmp(name + 1, mhflist[i].name) == 0 ||
1520                                     name[1] == mhflist[i].name[0])) {
1521                                 *exflags |= mhflist[i].flag;
1522                                 found = true;
1523                         }
1524                 }
1525                 if (!found) {
1526                         i = check_hashtype(name);
1527                         if (i > 0) {
1528                                 *type |= 1 << i;
1529                                 continue;
1530                         }
1531                         llapi_printf(LLAPI_MSG_ERROR,
1532                                      "%s: invalid mdt_hash value '%s'\n",
1533                                      progname, name);
1534                         return -EINVAL;
1535                 }
1536         }
1537
1538         /* don't allow to include and exclude the same flag */
1539         if (*inflags & *exflags) {
1540                 llapi_printf(LLAPI_MSG_ERROR,
1541                              "%s: include and exclude same flag '%s'\n",
1542                              progname, string);
1543                 return -EINVAL;
1544         }
1545
1546         return 0;
1547 }
1548
1549 static int mirror_str2state(char *string, __u16 *state, __u16 *neg_state)
1550 {
1551         if (!string)
1552                 return -EINVAL;
1553
1554         *state = 0;
1555         *neg_state = 0;
1556
1557         if (strncmp(string, "^", 1) == 0) {
1558                 *neg_state = llapi_layout_string_flags(string + 1);
1559                 if (*neg_state != 0)
1560                         return 0;
1561         } else {
1562                 *state = llapi_layout_string_flags(string);
1563                 if (*state != 0)
1564                         return 0;
1565         }
1566
1567         llapi_printf(LLAPI_MSG_ERROR,
1568                      "%s: mirrored file state '%s' not supported\n",
1569                      progname, string);
1570         return -EINVAL;
1571 }
1572
1573 /**
1574  * struct mirror_args - Command-line arguments for mirror(s).
1575  * @m_count:  Number of mirrors to be created with this layout.
1576  * @m_flags:  Mirror level flags, only 'prefer' is supported.
1577  * @m_layout: Mirror layout.
1578  * @m_file:   A victim file. Its layout will be split and used as a mirror.
1579  * @m_next:   Point to the next node of the list.
1580  *
1581  * Command-line arguments for mirror(s) will be parsed and stored in
1582  * a linked list that consists of this structure.
1583  */
1584 struct mirror_args {
1585         __u32                   m_count;
1586         __u32                   m_flags;
1587         struct llapi_layout     *m_layout;
1588         const char              *m_file;
1589         struct mirror_args      *m_next;
1590         bool                    m_inherit;
1591 };
1592
1593 /**
1594  * enum mirror_flags - Flags for extending a mirrored file.
1595  * @MF_NO_VERIFY: Indicates not to verify the mirror(s) from victim file(s)
1596  *             in case the victim file(s) contains the same data as the
1597  *             original mirrored file.
1598  * @MF_DESTROY: Indicates to delete the mirror from the mirrored file.
1599  * @MF_COMP_ID: specified component id instead of mirror id
1600  *
1601  * Flags for extending a mirrored file.
1602  */
1603 enum mirror_flags {
1604         MF_NO_VERIFY    = 0x1,
1605         MF_DESTROY      = 0x2,
1606         MF_COMP_ID      = 0x4,
1607         MF_COMP_POOL    = 0x8,
1608 };
1609
1610 /**
1611  * mirror_create_sanity_check() - Check mirror list.
1612  * @list:  A linked list that stores the mirror arguments.
1613  *
1614  * This function does a sanity check on @list for creating
1615  * a mirrored file.
1616  *
1617  * Return: 0 on success or a negative error code on failure.
1618  */
1619 static int mirror_create_sanity_check(const char *fname,
1620                                       struct mirror_args *list,
1621                                       bool check_fname)
1622 {
1623         int rc = 0;
1624         bool has_m_file = false;
1625         bool has_m_layout = false;
1626
1627         if (!list)
1628                 return -EINVAL;
1629
1630         if (fname && check_fname) {
1631                 struct llapi_layout *layout;
1632
1633                 layout = llapi_layout_get_by_path(fname, 0);
1634                 if (!layout) {
1635                         fprintf(stderr,
1636                                 "error: %s: file '%s' couldn't get layout\n",
1637                                 progname, fname);
1638                         return -ENODATA;
1639                 }
1640
1641                 rc = llapi_layout_sanity(layout, fname, false, true);
1642
1643                 llapi_layout_free(layout);
1644
1645                 if (rc) {
1646                         llapi_layout_sanity_perror(rc);
1647                         return rc;
1648                 }
1649         }
1650
1651         while (list) {
1652                 if (list->m_file) {
1653                         has_m_file = true;
1654                         llapi_layout_free(list->m_layout);
1655
1656                         list->m_layout =
1657                                 llapi_layout_get_by_path(list->m_file, 0);
1658                         if (!list->m_layout) {
1659                                 fprintf(stderr,
1660                                         "error: %s: file '%s' has no layout\n",
1661                                         progname, list->m_file);
1662                                 return -ENODATA;
1663                         }
1664                 } else {
1665                         has_m_layout = true;
1666                         if (!list->m_layout) {
1667                                 fprintf(stderr, "error: %s: no mirror layout\n",
1668                                         progname);
1669                                 return -EINVAL;
1670                         }
1671                 }
1672
1673                 rc = llapi_layout_sanity(list->m_layout, fname, false, true);
1674                 if (rc) {
1675                         llapi_layout_sanity_perror(rc);
1676                         return rc;
1677                 }
1678
1679                 list = list->m_next;
1680         }
1681
1682         if (has_m_file && has_m_layout) {
1683                 fprintf(stderr,
1684                         "error: %s: -f <victim_file> option should not be specified with setstripe options\n",
1685                         progname);
1686                 return -EINVAL;
1687         }
1688
1689         return 0;
1690 }
1691
1692 static int mirror_set_flags(struct llapi_layout *layout, void *cbdata)
1693 {
1694         __u32 mirror_flags = *(__u32 *)cbdata;
1695         uint32_t flags;
1696         int rc;
1697
1698         rc = llapi_layout_comp_flags_get(layout, &flags);
1699         if (rc < 0)
1700                 return rc;
1701
1702         if (!flags) {
1703                 rc = llapi_layout_comp_flags_set(layout, mirror_flags);
1704                 if (rc)
1705                         return rc;
1706         }
1707
1708         return LLAPI_LAYOUT_ITER_CONT;
1709 }
1710
1711 /**
1712  * mirror_create() - Create a mirrored file.
1713  * @fname:        The file to be created.
1714  * @mirror_list:  A linked list that stores the mirror arguments.
1715  *
1716  * This function creates a mirrored file @fname with the mirror(s)
1717  * from @mirror_list.
1718  *
1719  * Return: 0 on success or a negative error code on failure.
1720  */
1721 static int mirror_create(char *fname, struct mirror_args *mirror_list)
1722 {
1723         struct llapi_layout *layout = NULL;
1724         struct mirror_args *cur_mirror = NULL;
1725         uint16_t mirror_count = 0;
1726         int i = 0;
1727         int rc = 0;
1728
1729         rc = mirror_create_sanity_check(fname, mirror_list, false);
1730         if (rc)
1731                 return rc;
1732
1733         cur_mirror = mirror_list;
1734         while (cur_mirror) {
1735                 rc = llapi_layout_comp_iterate(cur_mirror->m_layout,
1736                                                mirror_set_flags,
1737                                                &cur_mirror->m_flags);
1738                 if (rc) {
1739                         rc = -errno;
1740                         fprintf(stderr, "%s: failed to set mirror flags\n",
1741                                 progname);
1742                         goto error;
1743                 }
1744
1745                 for (i = 0; i < cur_mirror->m_count; i++) {
1746                         rc = llapi_layout_merge(&layout, cur_mirror->m_layout);
1747                         if (rc) {
1748                                 rc = -errno;
1749                                 fprintf(stderr,
1750                                         "error: %s: merge layout failed: %s\n",
1751                                         progname, strerror(errno));
1752                                 goto error;
1753                         }
1754                 }
1755                 mirror_count += cur_mirror->m_count;
1756                 cur_mirror = cur_mirror->m_next;
1757         }
1758
1759         if (!layout) {
1760                 fprintf(stderr, "error: %s: layout is NULL\n", progname);
1761                 return -EINVAL;
1762         }
1763
1764         rc = llapi_layout_mirror_count_set(layout, mirror_count);
1765         if (rc) {
1766                 rc = -errno;
1767                 fprintf(stderr, "error: %s: set mirror count failed: %s\n",
1768                         progname, strerror(errno));
1769                 goto error;
1770         }
1771
1772         rc = lfs_component_create(fname, O_CREAT | O_WRONLY, 0666,
1773                                   layout);
1774         if (rc >= 0) {
1775                 close(rc);
1776                 rc = 0;
1777         }
1778
1779 error:
1780         llapi_layout_free(layout);
1781         return rc;
1782 }
1783
1784 /**
1785  * Compare files and check lease on @fd.
1786  *
1787  * \retval bytes number of bytes are the same
1788  */
1789 static ssize_t mirror_file_compare(int fd, int fdv)
1790 {
1791         const size_t buflen = 4 * 1024 * 1024; /* 4M */
1792         void *buf;
1793         ssize_t bytes_done = 0;
1794         ssize_t bytes_read = 0;
1795
1796         buf = malloc(buflen * 2);
1797         if (!buf)
1798                 return -ENOMEM;
1799
1800         while (1) {
1801                 if (!llapi_lease_check(fd)) {
1802                         bytes_done = -EBUSY;
1803                         break;
1804                 }
1805
1806                 bytes_read = read(fd, buf, buflen);
1807                 if (bytes_read <= 0)
1808                         break;
1809
1810                 if (bytes_read != read(fdv, buf + buflen, buflen))
1811                         break;
1812
1813                 /*
1814                  * XXX: should compute the checksum on each buffer and then
1815                  * compare checksum to avoid cache collision
1816                  */
1817                 if (memcmp(buf, buf + buflen, bytes_read))
1818                         break;
1819
1820                 bytes_done += bytes_read;
1821         }
1822
1823         free(buf);
1824
1825         return bytes_done;
1826 }
1827
1828 static int mirror_extend_file(const char *fname, const char *victim_file,
1829                               enum mirror_flags mirror_flags)
1830 {
1831         int fd = -1;
1832         int fdv = -1;
1833         struct stat stbuf;
1834         struct stat stbuf_v;
1835         struct ll_ioc_lease *data = NULL;
1836         int rc;
1837
1838         fd = open(fname, O_RDWR);
1839         if (fd < 0) {
1840                 error_loc = "open source file";
1841                 rc = -errno;
1842                 goto out;
1843         }
1844
1845         fdv = open(victim_file, O_RDWR);
1846         if (fdv < 0) {
1847                 error_loc = "open target file";
1848                 rc = -errno;
1849                 goto out;
1850         }
1851
1852         if (fstat(fd, &stbuf) || fstat(fdv, &stbuf_v)) {
1853                 error_loc = "stat source or target file";
1854                 rc = -errno;
1855                 goto out;
1856         }
1857
1858         if (stbuf.st_dev != stbuf_v.st_dev) {
1859                 error_loc = "stat source and target file";
1860                 rc = -EXDEV;
1861                 goto out;
1862         }
1863
1864         /* mirrors should be of the same size */
1865         if (stbuf.st_size != stbuf_v.st_size) {
1866                 error_loc = "file sizes don't match";
1867                 rc = -EINVAL;
1868                 goto out;
1869         }
1870
1871         rc = llapi_lease_acquire(fd, LL_LEASE_RDLCK);
1872         if (rc < 0) {
1873                 error_loc = "cannot get lease";
1874                 goto out;
1875         }
1876
1877         if (!(mirror_flags & MF_NO_VERIFY)) {
1878                 ssize_t ret;
1879                 /* mirrors should have the same contents */
1880                 ret = mirror_file_compare(fd, fdv);
1881                 if (ret != stbuf.st_size) {
1882                         error_loc = "file busy or contents don't match";
1883                         rc = ret < 0 ? ret : -EINVAL;
1884                         goto out;
1885                 }
1886         }
1887
1888         /* Get rid of caching pages from clients */
1889         rc = llapi_file_flush(fd);
1890         if (rc < 0) {
1891                 error_loc = "cannot get data version";
1892                 goto out;
1893         }
1894
1895         rc = llapi_file_flush(fdv);
1896         if (rc < 0) {
1897                 error_loc = "cannot get data version";
1898                 goto out;
1899         }
1900
1901         rc = migrate_set_timestamps(fd, &stbuf);
1902         if (rc < 0) {
1903                 error_loc = "cannot set source file timestamp";
1904                 goto out;
1905         }
1906
1907         /* Atomically put lease, merge layouts and close. */
1908         data = calloc(1, offsetof(typeof(*data), lil_ids[1]));
1909         if (!data) {
1910                 error_loc = "memory allocation";
1911                 goto out;
1912         }
1913         data->lil_mode = LL_LEASE_UNLCK;
1914         data->lil_flags = LL_LEASE_LAYOUT_MERGE;
1915         data->lil_count = 1;
1916         data->lil_ids[0] = fdv;
1917         rc = llapi_lease_set(fd, data);
1918         if (rc < 0) {
1919                 error_loc = "cannot merge layout";
1920                 goto out;
1921         } else if (rc == 0) {
1922                 rc = -EBUSY;
1923                 error_loc = "lost lease lock";
1924                 goto out;
1925         }
1926         rc = 0;
1927
1928 out:
1929         if (data)
1930                 free(data);
1931         if (fd >= 0)
1932                 close(fd);
1933         if (fdv >= 0)
1934                 close(fdv);
1935         if (!rc)
1936                 (void) unlink(victim_file);
1937         if (rc < 0)
1938                 fprintf(stderr, "error: %s: %s: %s: %s\n",
1939                         progname, fname, error_loc, strerror(-rc));
1940         return rc;
1941 }
1942
1943 static int mirror_extend_layout(char *name, struct llapi_layout *m_layout,
1944                                 bool inherit, uint32_t flags)
1945 {
1946         struct llapi_layout *f_layout = NULL;
1947         struct ll_ioc_lease *data = NULL;
1948         struct stat st;
1949         int fd = -1;
1950         int fdv = -1;
1951         int rc = 0;
1952
1953         if (inherit) {
1954                 f_layout = llapi_layout_get_by_path(name, 0);
1955                 if (!f_layout) {
1956                         rc = -EINVAL;
1957                         fprintf(stderr, "%s: cannot get layout\n", progname);
1958                         goto out;
1959                 }
1960                 rc = llapi_layout_get_last_init_comp(f_layout);
1961                 if (rc) {
1962                         fprintf(stderr, "%s: cannot get the last init comp\n",
1963                                 progname);
1964                         goto out;
1965                 }
1966                 rc = llapi_layout_mirror_inherit(f_layout, m_layout);
1967                 if (rc) {
1968                         fprintf(stderr,
1969                                 "%s: cannot inherit from the last init comp\n",
1970                                 progname);
1971                         goto out;
1972                 }
1973         }
1974         llapi_layout_comp_flags_set(m_layout, flags);
1975         rc = migrate_open_files(name, MIGRATION_NONDIRECT, NULL, m_layout, &fd,
1976                                 &fdv);
1977         if (rc < 0)
1978                 goto out;
1979
1980         rc = llapi_lease_acquire(fd, LL_LEASE_RDLCK);
1981         if (rc < 0) {
1982                 error_loc = "cannot get lease";
1983                 goto out;
1984         }
1985
1986         rc = fstat(fd, &st);
1987         if (rc < 0) {
1988                 error_loc = "cannot stat source file";
1989                 goto out;
1990         }
1991
1992         rc = migrate_nonblock(fd, fdv);
1993         if (rc < 0) {
1994                 llapi_lease_release(fd);
1995                 goto out;
1996         }
1997
1998         rc = migrate_set_timestamps(fd, &st);
1999         if (rc < 0) {
2000                 error_loc = "cannot set source file timestamp";
2001                 goto out;
2002         }
2003
2004         /* Atomically put lease, merge layouts and close. */
2005         data = calloc(1, offsetof(typeof(*data), lil_ids[1]));
2006         if (!data) {
2007                 error_loc = "memory allocation";
2008                 goto out;
2009         }
2010         data->lil_mode = LL_LEASE_UNLCK;
2011         data->lil_flags = LL_LEASE_LAYOUT_MERGE;
2012         data->lil_count = 1;
2013         data->lil_ids[0] = fdv;
2014         rc = llapi_lease_set(fd, data);
2015         if (rc < 0) {
2016                 error_loc = "cannot merge layout";
2017                 goto out;
2018         } else if (rc == 0) {
2019                 rc = -EBUSY;
2020                 error_loc = "lost lease lock";
2021                 goto out;
2022         }
2023         rc = 0;
2024
2025 out:
2026         if (data)
2027                 free(data);
2028         if (fd >= 0)
2029                 close(fd);
2030         if (fdv >= 0)
2031                 close(fdv);
2032         if (rc < 0)
2033                 fprintf(stderr, "error: %s: %s: %s: %s\n",
2034                         progname, name, error_loc, strerror(-rc));
2035         return rc;
2036 }
2037
2038 static int mirror_extend(char *fname, struct mirror_args *mirror_list,
2039                          enum mirror_flags mirror_flags)
2040 {
2041         int rc = 0;
2042
2043         while (mirror_list) {
2044                 if (mirror_list->m_file) {
2045                         rc = mirror_extend_file(fname, mirror_list->m_file,
2046                                                 mirror_flags);
2047                 } else {
2048                         __u32 mirror_count = mirror_list->m_count;
2049
2050                         while (mirror_count > 0) {
2051                                 rc = mirror_extend_layout(fname,
2052                                                         mirror_list->m_layout,
2053                                                         mirror_list->m_inherit,
2054                                                         mirror_list->m_flags);
2055                                 if (rc)
2056                                         break;
2057
2058                                 --mirror_count;
2059                         }
2060                 }
2061                 if (rc)
2062                         break;
2063
2064                 mirror_list = mirror_list->m_next;
2065         }
2066
2067         return rc;
2068 }
2069
2070 static int find_mirror_id(struct llapi_layout *layout, void *cbdata)
2071 {
2072         uint32_t id;
2073         int rc;
2074
2075         rc = llapi_layout_mirror_id_get(layout, &id);
2076         if (rc < 0)
2077                 return rc;
2078
2079         if ((__u16)id == *(__u16 *)cbdata)
2080                 return LLAPI_LAYOUT_ITER_STOP;
2081
2082         return LLAPI_LAYOUT_ITER_CONT;
2083 }
2084
2085 static int find_comp_id(struct llapi_layout *layout, void *cbdata)
2086 {
2087         uint32_t id;
2088         int rc;
2089
2090         rc = llapi_layout_comp_id_get(layout, &id);
2091         if (rc < 0)
2092                 return rc;
2093
2094         if (id == *(__u32 *)cbdata)
2095                 return LLAPI_LAYOUT_ITER_STOP;
2096
2097         return LLAPI_LAYOUT_ITER_CONT;
2098 }
2099
2100 static int find_mirror_id_by_pool(struct llapi_layout *layout, void *cbdata)
2101 {
2102         char buf[LOV_MAXPOOLNAME + 1];
2103         struct pool_to_id_cbdata *d = (void *)cbdata;
2104         uint32_t id;
2105         int rc;
2106
2107         rc = llapi_layout_pool_name_get(layout, buf, sizeof(buf));
2108         if (rc < 0)
2109                 return rc;
2110         if (strcmp(d->pool, buf))
2111                 return LLAPI_LAYOUT_ITER_CONT;
2112
2113         rc = llapi_layout_mirror_id_get(layout, &id);
2114         if (rc < 0)
2115                 return rc;
2116         d->id = id;
2117
2118         return LLAPI_LAYOUT_ITER_STOP;
2119 }
2120
2121 static int find_comp_id_by_pool(struct llapi_layout *layout, void *cbdata)
2122 {
2123         char buf[LOV_MAXPOOLNAME + 1];
2124         struct pool_to_id_cbdata *d = (void *)cbdata;
2125         uint32_t id;
2126         int rc;
2127
2128         rc = llapi_layout_pool_name_get(layout, buf, sizeof(buf));
2129         if (rc < 0)
2130                 return rc;
2131         if (strcmp(d->pool, buf))
2132                 return LLAPI_LAYOUT_ITER_CONT;
2133
2134         rc = llapi_layout_comp_id_get(layout, &id);
2135         if (rc < 0)
2136                 return rc;
2137         d->id = id;
2138
2139         return LLAPI_LAYOUT_ITER_STOP;
2140 }
2141
2142 struct collect_ids_data {
2143         __u16   *cid_ids;
2144         int     cid_count;
2145         __u16   cid_exclude;
2146 };
2147
2148 static int collect_mirror_id(struct llapi_layout *layout, void *cbdata)
2149 {
2150         struct collect_ids_data *cid = cbdata;
2151         uint32_t id;
2152         int rc;
2153
2154         rc = llapi_layout_mirror_id_get(layout, &id);
2155         if (rc < 0)
2156                 return rc;
2157
2158         if ((__u16)id != cid->cid_exclude) {
2159                 int i;
2160
2161                 for (i = 0; i < cid->cid_count; i++) {
2162                         /* already collected the mirror id */
2163                         if (id == cid->cid_ids[i])
2164                                 return LLAPI_LAYOUT_ITER_CONT;
2165                 }
2166                 cid->cid_ids[cid->cid_count] = id;
2167                 cid->cid_count++;
2168         }
2169
2170         return LLAPI_LAYOUT_ITER_CONT;
2171 }
2172
2173 /**
2174  * last_non_stale_mirror() - Check if a mirror is the last non-stale mirror.
2175  * @mirror_id: Mirror id to be checked.
2176  * @layout:    Mirror component list.
2177  *
2178  * This function checks if a mirror with specified @mirror_id is the last
2179  * non-stale mirror of a layout @layout.
2180  *
2181  * Return: true or false.
2182  */
2183 static inline
2184 bool last_non_stale_mirror(__u16 mirror_id, struct llapi_layout *layout)
2185 {
2186         __u16 mirror_ids[128] = { 0 };
2187         struct collect_ids_data cid = { .cid_ids = mirror_ids,
2188                                         .cid_count = 0,
2189                                         .cid_exclude = mirror_id, };
2190         int i;
2191
2192         llapi_layout_comp_iterate(layout, collect_mirror_id, &cid);
2193
2194         for (i = 0; i < cid.cid_count; i++) {
2195                 struct llapi_resync_comp comp_array[1024] = { { 0 } };
2196                 int comp_size = 0;
2197
2198                 comp_size = llapi_mirror_find_stale(layout, comp_array,
2199                                                     ARRAY_SIZE(comp_array),
2200                                                     &mirror_ids[i], 1);
2201                 if (comp_size == 0)
2202                         return false;
2203         }
2204
2205         return true;
2206 }
2207
2208 static int mirror_split(const char *fname, __u32 id, const char *pool,
2209                         enum mirror_flags mflags, const char *victim_file)
2210 {
2211         struct llapi_layout *layout;
2212         char parent[PATH_MAX];
2213         char victim[PATH_MAX];
2214         int flags = O_CREAT | O_EXCL | O_LOV_DELAY_CREATE | O_NOFOLLOW;
2215         char *ptr;
2216         struct ll_ioc_lease *data;
2217         uint16_t mirror_count;
2218         __u32 mirror_id;
2219         int mdt_index;
2220         int fd, fdv;
2221         bool purge = true; /* delete mirror by setting fdv=fd */
2222         bool is_encrypted;
2223         int rc;
2224
2225         if (victim_file && (strcmp(fname, victim_file) == 0)) {
2226                 fprintf(stderr,
2227                         "error %s: the source file '%s' and -f file are the same\n",
2228                         progname, fname);
2229                 return -EINVAL;
2230         }
2231
2232         /* check fname contains mirror with mirror_id/comp_id */
2233         layout = llapi_layout_get_by_path(fname, 0);
2234         if (!layout) {
2235                 fprintf(stderr,
2236                         "error %s: file '%s' couldn't get layout\n",
2237                         progname, fname);
2238                 return -EINVAL;
2239         }
2240
2241         rc = llapi_layout_sanity(layout, fname, false, true);
2242         if (rc) {
2243                 llapi_layout_sanity_perror(rc);
2244                 goto free_layout;
2245         }
2246
2247         rc = llapi_layout_mirror_count_get(layout, &mirror_count);
2248         if (rc) {
2249                 fprintf(stderr,
2250                         "error %s: file '%s' couldn't get mirror count\n",
2251                         progname, fname);
2252                 goto free_layout;
2253         }
2254         if (mirror_count < 2) {
2255                 fprintf(stderr,
2256                         "error %s: file '%s' has %d component, cannot split\n",
2257                         progname, fname, mirror_count);
2258                 goto free_layout;
2259         }
2260
2261         if (mflags & MF_COMP_POOL) {
2262                 struct pool_to_id_cbdata data = { .pool = pool };
2263
2264                 rc = llapi_layout_comp_iterate(layout, find_mirror_id_by_pool,
2265                                                &data);
2266                 mirror_id = data.id;
2267         } else if (mflags & MF_COMP_ID) {
2268                 rc = llapi_layout_comp_iterate(layout, find_comp_id, &id);
2269                 mirror_id = mirror_id_of(id);
2270         } else {
2271                 rc = llapi_layout_comp_iterate(layout, find_mirror_id, &id);
2272                 mirror_id = id;
2273         }
2274         if (rc < 0) {
2275                 fprintf(stderr, "error %s: failed to iterate layout of '%s'\n",
2276                         progname, fname);
2277                 goto free_layout;
2278         } else if (rc == LLAPI_LAYOUT_ITER_CONT) {
2279                 if (mflags & MF_COMP_POOL) {
2280                         fprintf(stderr,
2281                                 "error %s: file '%s' does not contain mirror with pool '%s'\n",
2282                                 progname, fname, pool);
2283                         goto free_layout;
2284                 } else if (mflags & MF_COMP_ID) {
2285                         fprintf(stderr,
2286                                 "error %s: file '%s' does not contain mirror with comp-id %u\n",
2287                                 progname, fname, id);
2288                         goto free_layout;
2289                 } else {
2290                         fprintf(stderr,
2291                                 "error %s: file '%s' does not contain mirror with id %u\n",
2292                                 progname, fname, id);
2293                         goto free_layout;
2294                 }
2295         }
2296
2297         fd = open(fname, O_RDWR);
2298         if (fd < 0) {
2299                 fprintf(stderr,
2300                         "error %s: open file '%s' failed: %s\n",
2301                         progname, fname, strerror(errno));
2302                 goto free_layout;
2303         }
2304
2305         /* get victim file directory pathname */
2306         if (strlen(fname) > sizeof(parent) - 1) {
2307                 fprintf(stderr, "error %s: file name of '%s' too long\n",
2308                         progname, fname);
2309                 rc = -ERANGE;
2310                 goto close_fd;
2311         }
2312         strncpy(parent, fname, sizeof(parent));
2313         ptr = strrchr(parent, '/');
2314         if (!ptr) {
2315                 if (!getcwd(parent, sizeof(parent))) {
2316                         fprintf(stderr, "error %s: getcwd failed: %s\n",
2317                                 progname, strerror(errno));
2318                         rc = -errno;
2319                         goto close_fd;
2320                 }
2321         } else {
2322                 if (ptr == parent)
2323                         ptr = parent + 1;
2324                 *ptr = '\0';
2325         }
2326
2327         rc = llapi_file_fget_mdtidx(fd, &mdt_index);
2328         if (rc < 0) {
2329                 fprintf(stderr, "%s: cannot get MDT index of '%s'\n",
2330                         progname, fname);
2331                 goto close_fd;
2332         }
2333
2334         rc = llapi_file_is_encrypted(fd);
2335         if (rc < 0) {
2336                 fprintf(stderr, "%s: cannot get flags of '%s': %d\n",
2337                         progname, fname, rc);
2338                 goto close_fd;
2339         }
2340         is_encrypted = rc;
2341
2342 again:
2343         if (!victim_file) {
2344                 /* use a temp file to store the splitted layout */
2345                 if (mflags & MF_DESTROY) {
2346                         char file_path[PATH_MAX];
2347                         unsigned int rnumber;
2348                         int open_flags;
2349
2350                         if (last_non_stale_mirror(mirror_id, layout)) {
2351                                 rc = -EUCLEAN;
2352                                 fprintf(stderr,
2353                                         "%s: cannot destroy the last non-stale mirror of file '%s'\n",
2354                                         progname, fname);
2355                                 goto close_fd;
2356                         }
2357
2358                         if (purge) {
2359                                 /* don't use volatile file for mirror destroy */
2360                                 fdv = fd;
2361                         } else {
2362                                 /**
2363                                  * try the old way to delete mirror using
2364                                  * volatile file.
2365                                  */
2366                                 do {
2367                                         rnumber = random();
2368                                         rc = snprintf(file_path,
2369                                                       sizeof(file_path),
2370                                                       "%s/" LUSTRE_VOLATILE_HDR ":%.4X:%.4X:fd=%.2d",
2371                                                       parent, mdt_index,
2372                                                       rnumber, fd);
2373                                         if (rc < 0 ||
2374                                             rc >= sizeof(file_path)) {
2375                                                 fdv = -ENAMETOOLONG;
2376                                                 break;
2377                                         }
2378
2379                                         open_flags = O_RDWR |
2380                                              (O_LOV_DELAY_CREATE & ~O_ACCMODE) |
2381                                              O_CREAT | O_EXCL | O_NOFOLLOW;
2382                                         fdv = open(file_path, open_flags,
2383                                                    S_IRUSR | S_IWUSR);
2384                                         if (fdv < 0)
2385                                                 rc = -errno;
2386                                 } while (fdv < 0 && rc == -EEXIST);
2387                         }
2388                 } else {
2389                         if (is_encrypted) {
2390                                 rc = -1;
2391                                 fprintf(stderr,
2392                                         "error %s: not permitted on encrypted file '%s': %d\n",
2393                                         progname, fname, rc);
2394                                 goto close_fd;
2395                         }
2396
2397                         snprintf(victim, sizeof(victim), "%s.mirror~%u",
2398                                  fname, mirror_id);
2399                         fdv = open(victim, flags, S_IRUSR | S_IWUSR);
2400                 }
2401         } else {
2402                 /* user specified victim file */
2403                 if (is_encrypted) {
2404                         rc = -1;
2405                         fprintf(stderr,
2406                                 "error %s: not permitted on encrypted file '%s': %d\n",
2407                                 progname, fname, rc);
2408                         goto close_fd;
2409                 }
2410                 fdv = open(victim_file, flags, S_IRUSR | S_IWUSR);
2411         }
2412
2413         if (fdv < 0) {
2414                 fprintf(stderr,
2415                         "error %s: create victim file failed: %s\n",
2416                         progname, strerror(errno));
2417                 goto close_fd;
2418         }
2419
2420         /* get lease lock of fname */
2421         rc = llapi_lease_acquire(fd, LL_LEASE_WRLCK);
2422         if (rc < 0) {
2423                 fprintf(stderr,
2424                         "error %s: cannot get lease of file '%s': %d\n",
2425                         progname, fname, rc);
2426                 goto close_victim;
2427         }
2428
2429         /* Atomatically put lease, split layouts and close. */
2430         data = malloc(offsetof(typeof(*data), lil_ids[2]));
2431         if (!data) {
2432                 rc = -ENOMEM;
2433                 goto close_victim;
2434         }
2435
2436         data->lil_mode = LL_LEASE_UNLCK;
2437         data->lil_flags = LL_LEASE_LAYOUT_SPLIT;
2438         data->lil_count = 2;
2439         data->lil_ids[0] = fdv;
2440         data->lil_ids[1] = mirror_id;
2441         rc = llapi_lease_set(fd, data);
2442         if (rc <= 0) {
2443                 if (rc == -EINVAL && purge) {
2444                         /* could be old MDS which prohibit fd==fdv */
2445                         purge = false;
2446                         goto again;
2447
2448                 }
2449                 if (rc == 0) /* lost lease lock */
2450                         rc = -EBUSY;
2451                 fprintf(stderr,
2452                         "error %s: cannot split '%s': %s\n",
2453                         progname, fname, strerror(-rc));
2454         } else {
2455                 rc = 0;
2456         }
2457         free(data);
2458
2459 close_victim:
2460         if (!purge)
2461                 close(fdv);
2462 close_fd:
2463         close(fd);
2464 free_layout:
2465         llapi_layout_free(layout);
2466         return rc;
2467 }
2468
2469 static inline
2470 int lfs_mirror_resync_file(const char *fname, struct ll_ioc_lease *ioc,
2471                            __u16 *mirror_ids, int ids_nr);
2472
2473 static int lfs_migrate_to_dom(int fd, int fdv, char *name,
2474                               __u64 migration_flags,
2475                               struct llapi_stripe_param *param,
2476                               struct llapi_layout *layout)
2477 {
2478         struct ll_ioc_lease *data = NULL;
2479         int rc;
2480
2481         rc = llapi_lease_acquire(fd, LL_LEASE_RDLCK);
2482         if (rc < 0) {
2483                 error_loc = "cannot get lease";
2484                 goto out_close;
2485         }
2486
2487         /* Atomically put lease, merge layouts, resync and close. */
2488         data = calloc(1, offsetof(typeof(*data), lil_ids[1024]));
2489         if (!data) {
2490                 error_loc = "memory allocation";
2491                 goto out_close;
2492         }
2493         data->lil_mode = LL_LEASE_UNLCK;
2494         data->lil_flags = LL_LEASE_LAYOUT_MERGE;
2495         data->lil_count = 1;
2496         data->lil_ids[0] = fdv;
2497         rc = llapi_lease_set(fd, data);
2498         if (rc < 0) {
2499                 error_loc = "cannot merge layout";
2500                 goto out_close;
2501         } else if (rc == 0) {
2502                 rc = -EBUSY;
2503                 error_loc = "lost lease lock";
2504                 goto out_close;
2505         }
2506         close(fd);
2507         close(fdv);
2508
2509         rc = lfs_mirror_resync_file(name, data, NULL, 0);
2510         if (rc) {
2511                 error_loc = "cannot resync file";
2512                 goto out;
2513         }
2514
2515         /* delete first mirror now */
2516         rc = mirror_split(name, 1, NULL, MF_DESTROY, NULL);
2517         if (rc < 0)
2518                 error_loc = "cannot delete old layout";
2519         goto out;
2520
2521 out_close:
2522         close(fd);
2523         close(fdv);
2524 out:
2525         if (rc < 0)
2526                 fprintf(stderr, "error: %s: %s: %s: %s\n",
2527                         progname, name, error_loc, strerror(-rc));
2528         else if (migration_flags & MIGRATION_VERBOSE)
2529                 printf("%s\n", name);
2530         if (data)
2531                 free(data);
2532         return rc;
2533 }
2534
2535 /**
2536  * Parse a string containing an target index list into an array of integers.
2537  *
2538  * The input string contains a comma delimited list of individual
2539  * indices and ranges, for example "1,2-4,7". Add the indices into the
2540  * \a tgts array and remove duplicates.
2541  *
2542  * \param[out] tgts             array to store indices in
2543  * \param[in] size              size of \a tgts array
2544  * \param[in] offset            starting index in \a tgts
2545  * \param[in] arg               string containing OST index list
2546  * \param[in/out] overstriping  index list may contain duplicates
2547  *
2548  * \retval positive    number of indices in \a tgts
2549  * \retval -EINVAL     unable to parse \a arg
2550  */
2551 static int parse_targets(__u32 *tgts, int size, int offset, char *arg,
2552                          unsigned long long *pattern)
2553 {
2554         int rc;
2555         int nr = offset;
2556         int slots = size - offset;
2557         char *ptr = NULL;
2558         bool overstriped = false;
2559         bool end_of_loop;
2560
2561         if (!arg)
2562                 return -EINVAL;
2563
2564         end_of_loop = false;
2565         while (!end_of_loop) {
2566                 int start_index = 0;
2567                 int end_index = 0;
2568                 int i;
2569                 char *endptr = NULL;
2570
2571                 rc = -EINVAL;
2572
2573                 ptr = strchrnul(arg, ',');
2574
2575                 end_of_loop = *ptr == '\0';
2576                 *ptr = '\0';
2577
2578                 errno = 0;
2579                 start_index = strtol(arg, &endptr, 0);
2580                 if (endptr == arg) /* no data at all */
2581                         break;
2582                 if (errno != 0 || start_index < -1 ||
2583                     (*endptr != '-' && *endptr != '\0'))
2584                         break;
2585
2586                 end_index = start_index;
2587                 if (*endptr == '-') {
2588                         errno = 0;
2589                         end_index = strtol(endptr + 1, &endptr, 0);
2590                         if (errno != 0 || *endptr != '\0' || end_index < -1)
2591                                 break;
2592                         if (end_index < start_index)
2593                                 break;
2594                 }
2595
2596                 for (i = start_index; i <= end_index && slots > 0; i++) {
2597                         int j;
2598
2599                         /* remove duplicate */
2600                         for (j = 0; j < offset; j++) {
2601                                 if (tgts[j] == i && pattern &&
2602                                     *pattern == LLAPI_LAYOUT_OVERSTRIPING)
2603                                         overstriped = true;
2604                                 else if (tgts[j] == i)
2605                                         return -EINVAL;
2606                         }
2607
2608                         j = offset;
2609
2610                         if (j == offset) { /* check complete */
2611                                 tgts[nr++] = i;
2612                                 --slots;
2613                         }
2614                 }
2615
2616                 if (slots == 0 && i < end_index)
2617                         break;
2618
2619                 *ptr = ',';
2620                 arg = ++ptr;
2621                 offset = nr;
2622                 rc = 0;
2623         }
2624         if (!end_of_loop && ptr)
2625                 *ptr = ',';
2626
2627         if (!overstriped && pattern)
2628                 *pattern = LLAPI_LAYOUT_DEFAULT;
2629
2630         return rc < 0 ? rc : nr;
2631 }
2632
2633 struct lfs_setstripe_args {
2634         unsigned long long       lsa_comp_end;
2635         unsigned long long       lsa_stripe_size;
2636         unsigned long long       lsa_extension_size;
2637         long long                lsa_stripe_count;
2638         long long                lsa_stripe_off;
2639         __u32                    lsa_comp_flags;
2640         __u32                    lsa_comp_neg_flags;
2641         unsigned long long       lsa_pattern;
2642         unsigned int             lsa_mirror_count;
2643         int                      lsa_nr_tgts;
2644         bool                     lsa_first_comp;
2645         bool                     lsa_extension_comp;
2646         __u32                   *lsa_tgts;
2647         char                    *lsa_pool_name;
2648 };
2649
2650 static inline void setstripe_args_init(struct lfs_setstripe_args *lsa)
2651 {
2652         unsigned int mirror_count = lsa->lsa_mirror_count;
2653         bool first_comp = lsa->lsa_first_comp;
2654
2655         memset(lsa, 0, sizeof(*lsa));
2656
2657         lsa->lsa_stripe_size = LLAPI_LAYOUT_DEFAULT;
2658         lsa->lsa_stripe_count = LLAPI_LAYOUT_DEFAULT;
2659         lsa->lsa_stripe_off = LLAPI_LAYOUT_DEFAULT;
2660         lsa->lsa_pattern = LLAPI_LAYOUT_RAID0;
2661         lsa->lsa_pool_name = NULL;
2662
2663         lsa->lsa_mirror_count = mirror_count;
2664         lsa->lsa_first_comp = first_comp;
2665 }
2666
2667 /**
2668  * setstripe_args_init_inherit() - Initialize and inherit stripe options.
2669  * @lsa: Stripe options to be initialized and inherited.
2670  *
2671  * This function initializes stripe options in @lsa and inherit
2672  * stripe_size, stripe_count and OST pool_name options.
2673  *
2674  * Return: void.
2675  */
2676 static inline void setstripe_args_init_inherit(struct lfs_setstripe_args *lsa)
2677 {
2678         unsigned long long stripe_size;
2679         long long stripe_count;
2680         char *pool_name = NULL;
2681
2682         stripe_size = lsa->lsa_stripe_size;
2683         stripe_count = lsa->lsa_stripe_count;
2684         pool_name = lsa->lsa_pool_name;
2685
2686         setstripe_args_init(lsa);
2687
2688         lsa->lsa_stripe_size = stripe_size;
2689         lsa->lsa_stripe_count = stripe_count;
2690         lsa->lsa_pool_name = pool_name;
2691 }
2692
2693 static inline bool setstripe_args_specified(struct lfs_setstripe_args *lsa)
2694 {
2695         return (lsa->lsa_stripe_size != LLAPI_LAYOUT_DEFAULT ||
2696                 lsa->lsa_stripe_count != LLAPI_LAYOUT_DEFAULT ||
2697                 lsa->lsa_stripe_off != LLAPI_LAYOUT_DEFAULT ||
2698                 lsa->lsa_pattern != LLAPI_LAYOUT_RAID0 ||
2699                 lsa->lsa_comp_end != 0);
2700 }
2701
2702 static int lsa_args_stripe_count_check(struct lfs_setstripe_args *lsa)
2703 {
2704         if (lsa->lsa_nr_tgts) {
2705                 if (lsa->lsa_nr_tgts < 0 ||
2706                     lsa->lsa_nr_tgts >= LOV_MAX_STRIPE_COUNT) {
2707                         fprintf(stderr, "Invalid nr_tgts(%d)\n",
2708                                 lsa->lsa_nr_tgts);
2709                         errno = EINVAL;
2710                         return -1;
2711                 }
2712
2713                 if (lsa->lsa_stripe_count > 0 &&
2714                     lsa->lsa_stripe_count != LLAPI_LAYOUT_DEFAULT &&
2715                     lsa->lsa_stripe_count != LLAPI_LAYOUT_WIDE &&
2716                     lsa->lsa_nr_tgts != lsa->lsa_stripe_count) {
2717                         fprintf(stderr, "stripe_count(%lld) != nr_tgts(%d)\n",
2718                                 lsa->lsa_stripe_count,
2719                                 lsa->lsa_nr_tgts);
2720                         errno = EINVAL;
2721                         return -1;
2722                 }
2723         }
2724
2725         return 0;
2726
2727 }
2728
2729 /**
2730  * comp_args_to_layout() - Create or extend a composite layout.
2731  * @composite:       Pointer to the composite layout.
2732  * @lsa:             Stripe options for the new component.
2733  *
2734  * This function creates or extends a composite layout by adding a new
2735  * component with stripe options from @lsa.
2736  *
2737  * When modified, adjust llapi_stripe_param_verify() if needed as well.
2738  *
2739  * Return: 0 on success or an error code on failure.
2740  */
2741 static int comp_args_to_layout(struct llapi_layout **composite,
2742                                struct lfs_setstripe_args *lsa,
2743                                bool set_extent)
2744 {
2745         struct llapi_layout *layout = *composite;
2746         uint64_t prev_end = 0;
2747         uint64_t size;
2748         int i = 0, rc;
2749
2750 new_comp:
2751         if (!layout) {
2752                 layout = llapi_layout_alloc();
2753                 if (!layout) {
2754                         fprintf(stderr, "Alloc llapi_layout failed. %s\n",
2755                                 strerror(errno));
2756                         errno = ENOMEM;
2757                         return -1;
2758                 }
2759                 *composite = layout;
2760                 lsa->lsa_first_comp = true;
2761         } else {
2762                 uint64_t start;
2763
2764                 /*
2765                  * Get current component extent, current component
2766                  * must be the tail component.
2767                  */
2768                 rc = llapi_layout_comp_extent_get(layout, &start, &prev_end);
2769                 if (rc) {
2770                         fprintf(stderr, "Get comp extent failed. %s\n",
2771                                 strerror(errno));
2772                         return rc;
2773                 }
2774
2775                 if (lsa->lsa_first_comp) {
2776                         prev_end = 0;
2777                         rc = llapi_layout_add_first_comp(layout);
2778                 } else {
2779                         rc = llapi_layout_comp_add(layout);
2780                 }
2781                 if (rc) {
2782                         fprintf(stderr, "Add component failed. %s\n",
2783                                 strerror(errno));
2784                         return rc;
2785                 }
2786         }
2787
2788         rc = llapi_layout_comp_flags_set(layout, lsa->lsa_comp_flags);
2789         if (rc) {
2790                 fprintf(stderr, "Set flags 0x%x failed: %s\n",
2791                         lsa->lsa_comp_flags, strerror(errno));
2792                 return rc;
2793         }
2794
2795         if (set_extent) {
2796                 uint64_t comp_end = lsa->lsa_comp_end;
2797
2798                 /*
2799                  * The extendable component is 0-length, so it can be removed
2800                  * if there is insufficient space to extend it.
2801                  */
2802                 if (lsa->lsa_extension_comp)
2803                         comp_end = prev_end;
2804
2805                 rc = llapi_layout_comp_extent_set(layout, prev_end,
2806                                                   comp_end);
2807                 if (rc) {
2808                         fprintf(stderr, "Set extent [%lu, %lu) failed. %s\n",
2809                                 prev_end, comp_end, strerror(errno));
2810                         return rc;
2811                 }
2812         }
2813         /* reset lsa_first_comp */
2814         lsa->lsa_first_comp = false;
2815
2816         /* Data-on-MDT component setting */
2817         if (lsa->lsa_pattern == LLAPI_LAYOUT_MDT) {
2818                 /* Yaml support */
2819                 if (lsa->lsa_stripe_count == 0)
2820                         lsa->lsa_stripe_count = LLAPI_LAYOUT_DEFAULT;
2821                 if (lsa->lsa_stripe_size == lsa->lsa_comp_end)
2822                         lsa->lsa_stripe_size = LLAPI_LAYOUT_DEFAULT;
2823                 if (lsa->lsa_stripe_off == -1 ||
2824                     lsa->lsa_stripe_off == 0)
2825                         lsa->lsa_stripe_off = LLAPI_LAYOUT_DEFAULT;
2826                 /*
2827                  * In case of Data-on-MDT patterns the only extra option
2828                  * applicable is stripe size option.
2829                  */
2830                 if (lsa->lsa_stripe_count != LLAPI_LAYOUT_DEFAULT) {
2831                         fprintf(stderr,
2832                                 "Option 'stripe-count' can't be specified with Data-on-MDT component: %lld\n",
2833                                 lsa->lsa_stripe_count);
2834                         errno = EINVAL;
2835                         return -1;
2836                 }
2837                 if (lsa->lsa_stripe_size != LLAPI_LAYOUT_DEFAULT &&
2838                     lsa->lsa_stripe_size != lsa->lsa_comp_end - prev_end) {
2839                         fprintf(stderr,
2840                                 "Option 'stripe-size' can't be specified with Data-on-MDT component: %llu\n",
2841                                 lsa->lsa_stripe_size);
2842                         errno = EINVAL;
2843                         return -1;
2844                 }
2845                 if (lsa->lsa_nr_tgts != 0) {
2846                         fprintf(stderr,
2847                                 "Option 'ost-list' can't be specified with Data-on-MDT component: '%i'\n",
2848                                 lsa->lsa_nr_tgts);
2849                         errno = EINVAL;
2850                         return -1;
2851                 }
2852                 if (lsa->lsa_stripe_off != LLAPI_LAYOUT_DEFAULT) {
2853                         fprintf(stderr,
2854                                 "Option 'stripe-offset' can't be specified with Data-on-MDT component: %lld\n",
2855                                 lsa->lsa_stripe_off);
2856                         errno = EINVAL;
2857                         return -1;
2858                 }
2859                 if (lsa->lsa_pool_name != 0) {
2860                         fprintf(stderr,
2861                                 "Option 'pool' can't be specified with Data-on-MDT component: '%s'\n",
2862                                 lsa->lsa_pool_name);
2863                         errno = EINVAL;
2864                         return -1;
2865                 }
2866
2867                 rc = llapi_layout_pattern_set(layout, lsa->lsa_pattern);
2868                 if (rc) {
2869                         fprintf(stderr, "Set stripe pattern %#llx failed. %s\n",
2870                                 lsa->lsa_pattern,
2871                                 strerror(errno));
2872                         return rc;
2873                 }
2874                 /* Data-on-MDT component has always single stripe up to end */
2875                 lsa->lsa_stripe_size = lsa->lsa_comp_end;
2876         } else if (lsa->lsa_pattern == LLAPI_LAYOUT_OVERSTRIPING) {
2877                 rc = llapi_layout_pattern_set(layout, lsa->lsa_pattern);
2878                 if (rc) {
2879                         fprintf(stderr, "Set stripe pattern %#llx failed. %s\n",
2880                                 lsa->lsa_pattern,
2881                                 strerror(errno));
2882                         return rc;
2883                 }
2884         }
2885
2886         size = lsa->lsa_comp_flags & LCME_FL_EXTENSION ?
2887                 lsa->lsa_extension_size : lsa->lsa_stripe_size;
2888
2889         if (lsa->lsa_comp_flags & LCME_FL_EXTENSION)
2890                 rc = llapi_layout_extension_size_set(layout, size);
2891         else
2892                 rc = llapi_layout_stripe_size_set(layout, size);
2893
2894         if (rc) {
2895                 fprintf(stderr, "Set stripe size %lu failed: %s\n",
2896                         size, strerror(errno));
2897                 return rc;
2898         }
2899
2900         rc = llapi_layout_stripe_count_set(layout, lsa->lsa_stripe_count);
2901         if (rc) {
2902                 fprintf(stderr, "Set stripe count %lld failed: %s\n",
2903                         lsa->lsa_stripe_count, strerror(errno));
2904                 return rc;
2905         }
2906
2907         if (lsa->lsa_pool_name) {
2908                 rc = llapi_layout_pool_name_set(layout, lsa->lsa_pool_name);
2909                 if (rc) {
2910                         fprintf(stderr, "Set pool name: %s failed. %s\n",
2911                                 lsa->lsa_pool_name, strerror(errno));
2912                         return rc;
2913                 }
2914         } else {
2915                 rc = llapi_layout_pool_name_set(layout, "");
2916                 if (rc) {
2917                         fprintf(stderr, "Clear pool name failed: %s\n",
2918                                 strerror(errno));
2919                         return rc;
2920                 }
2921         }
2922
2923         rc = lsa_args_stripe_count_check(lsa);
2924         if (rc)
2925                 return rc;
2926
2927         if (lsa->lsa_nr_tgts > 0) {
2928                 bool found = false;
2929
2930                 for (i = 0; i < lsa->lsa_nr_tgts; i++) {
2931                         rc = llapi_layout_ost_index_set(layout, i,
2932                                                         lsa->lsa_tgts[i]);
2933                         if (rc)
2934                                 break;
2935
2936                         /* Make sure stripe offset is in OST list. */
2937                         if (lsa->lsa_tgts[i] == lsa->lsa_stripe_off)
2938                                 found = true;
2939                 }
2940                 if (!found) {
2941                         fprintf(stderr, "Invalid stripe offset '%lld', not in the target list",
2942                                 lsa->lsa_stripe_off);
2943                         errno = EINVAL;
2944                         return -1;
2945                 }
2946         } else if (lsa->lsa_stripe_off != LLAPI_LAYOUT_DEFAULT &&
2947                    lsa->lsa_stripe_off != -1) {
2948                 rc = llapi_layout_ost_index_set(layout, 0, lsa->lsa_stripe_off);
2949         }
2950         if (rc) {
2951                 fprintf(stderr, "Set ost index %d failed. %s\n",
2952                         i, strerror(errno));
2953                 return rc;
2954         }
2955
2956         /* Create the second, virtual component of extension space */
2957         if (lsa->lsa_extension_comp) {
2958                 lsa->lsa_comp_flags |= LCME_FL_EXTENSION;
2959                 lsa->lsa_extension_comp = false;
2960                 goto new_comp;
2961         }
2962
2963         return rc;
2964 }
2965
2966 static int build_component(struct llapi_layout **layout,
2967                            struct lfs_setstripe_args *lsa, bool set_extent)
2968 {
2969         int rc;
2970
2971         rc = comp_args_to_layout(layout, lsa, set_extent);
2972         if (rc)
2973                 return rc;
2974
2975         if (lsa->lsa_mirror_count > 0) {
2976                 rc = llapi_layout_mirror_count_set(*layout,
2977                                                    lsa->lsa_mirror_count);
2978                 if (rc)
2979                         return rc;
2980
2981                 rc = llapi_layout_flags_set(*layout, LCM_FL_RDONLY);
2982                 if (rc)
2983                         return rc;
2984                 lsa->lsa_mirror_count = 0;
2985         }
2986
2987         return rc;
2988 }
2989
2990 static int build_prev_component(struct llapi_layout **layout,
2991                                 struct lfs_setstripe_args *prev,
2992                                 struct lfs_setstripe_args *lsa,
2993                                 bool set_extent)
2994 {
2995         int extension = lsa->lsa_comp_flags & LCME_FL_EXTENSION;
2996         int rc;
2997
2998         if (prev->lsa_stripe_size) {
2999                 if (extension) {
3000                         prev->lsa_comp_end = lsa->lsa_comp_end;
3001                         prev->lsa_extension_size = lsa->lsa_extension_size;
3002                         prev->lsa_extension_comp = true;
3003                 }
3004
3005                 rc = build_component(layout, prev, true);
3006                 if (rc)
3007                         return rc;
3008         }
3009
3010         /*
3011          * Copy lsa to previous lsa;
3012          * if this is an extension component, make the previous invalid;
3013          */
3014         if (extension)
3015                 prev->lsa_stripe_size = 0;
3016         else
3017                 *prev = *lsa;
3018
3019         return 0;
3020 }
3021
3022 #ifndef LCME_TEMPLATE_FLAGS
3023 #define LCME_TEMPLATE_FLAGS     (LCME_FL_PREF_RW | LCME_FL_NOSYNC | \
3024                                  LCME_FL_EXTENSION)
3025 #endif
3026
3027 static int build_layout_from_yaml_node(struct cYAML *node,
3028                                        struct llapi_layout **layout,
3029                                        struct lfs_setstripe_args *lsa,
3030                                        struct lfs_setstripe_args *prevp)
3031 {
3032         struct lfs_setstripe_args prev = { 0 };
3033         __u32 *osts = lsa->lsa_tgts;
3034         char *string;
3035         int rc = 0;
3036
3037         if (!prevp)
3038                 prevp = &prev;
3039
3040         while (node) {
3041                 string = node->cy_string;
3042
3043                 if (node->cy_type == CYAML_TYPE_OBJECT) {
3044                         /* go deep to sub blocks */
3045                         if (string && !strncmp(string, "component", 9) &&
3046                             strncmp(string, "component0", 10) &&
3047                             strncmp(string, "components", 10)) {
3048                                 rc = build_prev_component(layout, prevp, lsa,
3049                                                           true);
3050                                 if (rc)
3051                                         return rc;
3052
3053                                 /* initialize lsa. */
3054                                 setstripe_args_init(lsa);
3055                                 lsa->lsa_first_comp = false;
3056                                 lsa->lsa_tgts = osts;
3057                         }
3058
3059                         rc = build_layout_from_yaml_node(node->cy_child, layout,
3060                                                          lsa, prevp);
3061                         if (rc)
3062                                 return rc;
3063                 } else {
3064                         if (!node->cy_string)
3065                                 return -EINVAL;
3066
3067                         /* skip leading lmm_ if present, to simplify parsing */
3068                         if (strncmp(string, "lmm_", 4) == 0)
3069                                 string += 4;
3070
3071                         if (node->cy_type == CYAML_TYPE_STRING) {
3072                                 if (!strcmp(string, "lcme_extent.e_end")) {
3073                                         if (!strcmp(node->cy_valuestring, "EOF") ||
3074                                             !strcmp(node->cy_valuestring, "eof"))
3075                                                 lsa->lsa_comp_end = LUSTRE_EOF;
3076                                 } else if (!strcmp(string, "pool")) {
3077                                         lsa->lsa_pool_name = node->cy_valuestring;
3078                                 } else if (!strcmp(string, "pattern")) {
3079                                         if (!strcmp(node->cy_valuestring, "mdt"))
3080                                                 lsa->lsa_pattern = LLAPI_LAYOUT_MDT;
3081                                         if (!strcmp(node->cy_valuestring,
3082                                                     "raid0,overstriped"))
3083                                                 lsa->lsa_pattern =
3084                                                         LLAPI_LAYOUT_OVERSTRIPING;
3085                                 } else if (!strcmp(string, "lcme_flags")) {
3086                                         rc = comp_str2flags(node->cy_valuestring,
3087                                                             &lsa->lsa_comp_flags,
3088                                                             &lsa->lsa_comp_neg_flags);
3089                                         if (rc)
3090                                                 return rc;
3091                                         /*
3092                                          * Only template flags have meaning in
3093                                          * the layout for a new file
3094                                          */
3095                                         lsa->lsa_comp_flags &= LCME_TEMPLATE_FLAGS;
3096                                 }
3097                         } else if (node->cy_type == CYAML_TYPE_NUMBER) {
3098                                 if (!strcmp(string, "lcm_mirror_count")) {
3099                                         lsa->lsa_mirror_count = node->cy_valueint;
3100                                 } else if (!strcmp(string, "lcme_extent.e_start")) {
3101                                         if (node->cy_valueint == 0)
3102                                                 lsa->lsa_first_comp = true;
3103                                 } else if (!strcmp(string, "lcme_extent.e_end")) {
3104                                         if (node->cy_valueint == -1)
3105                                                 lsa->lsa_comp_end = LUSTRE_EOF;
3106                                         else
3107                                                 lsa->lsa_comp_end = node->cy_valueint;
3108                                 } else if (!strcmp(string, "stripe_count")) {
3109                                         lsa->lsa_stripe_count = node->cy_valueint;
3110                                 } else if (!strcmp(string, "stripe_size")) {
3111                                         lsa->lsa_stripe_size = node->cy_valueint;
3112                                 } else if (!strcmp(string, "extension_size")) {
3113                                         lsa->lsa_extension_size = node->cy_valueint;
3114                                         lsa->lsa_extension_comp = true;
3115                                 } else if (!strcmp(string, "stripe_offset")) {
3116                                         lsa->lsa_stripe_off = node->cy_valueint;
3117                                 } else if (!strcmp(string, "l_ost_idx")) {
3118                                         osts[lsa->lsa_nr_tgts] = node->cy_valueint;
3119                                         lsa->lsa_nr_tgts++;
3120                                 }
3121                         }
3122                 }
3123                 node = node->cy_next;
3124         }
3125
3126         if (prevp == &prev) {
3127                 rc = build_prev_component(layout, prevp, lsa, true);
3128                 if (rc)
3129                         return rc;
3130
3131                 if (!(lsa->lsa_comp_flags & LCME_FL_EXTENSION))
3132                         rc = build_component(layout, lsa, *layout != NULL);
3133         }
3134
3135         return rc;
3136 }
3137
3138 static int lfs_comp_create_from_yaml(char *template,
3139                                      struct llapi_layout **layout,
3140                                      struct lfs_setstripe_args *lsa,
3141                                      __u32 *osts)
3142 {
3143         struct cYAML *tree = NULL, *err_rc = NULL;
3144         int rc = 0;
3145
3146         tree = cYAML_build_tree(template, NULL, 0, &err_rc, false);
3147         if (!tree) {
3148                 fprintf(stderr, "%s: cannot parse YAML file %s\n",
3149                         progname, template);
3150                 cYAML_build_error(-EINVAL, -1, "yaml", "from comp yaml",
3151                                   "can't parse", &err_rc);
3152                 cYAML_print_tree2file(stderr, err_rc);
3153                 cYAML_free_tree(err_rc);
3154                 rc = -EINVAL;
3155                 goto err;
3156         }
3157
3158         /* initialize lsa for plain file */
3159         setstripe_args_init(lsa);
3160         lsa->lsa_tgts = osts;
3161
3162         rc = build_layout_from_yaml_node(tree, layout, lsa, NULL);
3163         if (rc) {
3164                 fprintf(stderr, "%s: cannot build layout from YAML file %s.\n",
3165                         progname, template);
3166                 goto err;
3167         }
3168         /* clean clean lsa */
3169         setstripe_args_init(lsa);
3170
3171 err:
3172         if (tree)
3173                 cYAML_free_tree(tree);
3174         return rc;
3175 }
3176
3177 /**
3178  * Get the extension size from the next (SEL) component and extend the
3179  * current component on it. The start of the next component is to be
3180  * adjusted as well.
3181  *
3182  * \param[in] layout    the current layout
3183  * \param[in] start     the start of the current component
3184  * \param[in,out] end   the end of the current component
3185  * \param[in] offset    the offset to adjust the end position to instead of
3186  *                      extension size
3187  *
3188  * \retval 0            - extended successfully
3189  * \retval < 0          - error
3190  */
3191 static int layout_extend_comp(struct llapi_layout *layout,
3192                               uint64_t start, uint64_t *end,
3193                               uint64_t offset)
3194 {
3195         uint64_t size, next_start, next_end;
3196         int rc;
3197
3198         rc = llapi_layout_comp_use(layout, LLAPI_LAYOUT_COMP_USE_NEXT);
3199         if (rc < 0) {
3200                 fprintf(stderr,
3201                         "%s setstripe: cannot move component cursor: %s\n",
3202                         progname, strerror(errno));
3203                 return rc;
3204         }
3205
3206         /*
3207          * Even if the @size will not be used below, this will fail if
3208          * this is not a SEL component - a good confirmation we are
3209          * working on right components.
3210          */
3211         rc = llapi_layout_extension_size_get(layout, &size);
3212         if (rc < 0) {
3213                 fprintf(stderr,
3214                         "%s setstripe: cannot get component ext size: %s\n",
3215                         progname, strerror(errno));
3216                 return rc;
3217         }
3218
3219         rc = llapi_layout_comp_extent_get(layout, &next_start, &next_end);
3220         if (rc) {
3221                 fprintf(stderr, "%s setstripe: cannot get extent: %s\n",
3222                         progname, strerror(errno));
3223                 return rc;
3224         }
3225
3226         next_start += offset ?: size;
3227         rc = llapi_layout_comp_extent_set(layout, next_start, next_end);
3228         if (rc) {
3229                 fprintf(stderr, "%s setstripe: cannot set extent: %s\n",
3230                         progname, strerror(errno));
3231                 return rc;
3232         }
3233
3234         rc = llapi_layout_comp_use(layout, LLAPI_LAYOUT_COMP_USE_PREV);
3235         if (rc < 0) {
3236                 fprintf(stderr,
3237                         "%s setstripe: cannot move component cursor: %s\n",
3238                         progname, strerror(errno));
3239                 return rc;
3240         }
3241
3242         *end += offset ?: size;
3243         rc = llapi_layout_comp_extent_set(layout, start, *end);
3244         if (rc) {
3245                 fprintf(stderr, "%s setstripe: cannot set extent: %s\n",
3246                         progname, strerror(errno));
3247                 return rc;
3248         }
3249
3250         return 0;
3251 }
3252
3253 /**
3254  * In 'lfs setstripe --component-add' mode, we need to fetch the extent
3255  * end of the last component in the existing file, and adjust the
3256  * first extent start of the components to be added accordingly.
3257  *
3258  * In the create mode, we need to check if the first component is an extendable
3259  * SEL component and extend its length to the extension size (first component
3260  * of the PFL file is initialised at the create time, cannot be 0-lenght.
3261  */
3262 static int layout_adjust_first_extent(char *fname, struct llapi_layout *layout,
3263                                       bool comp_add)
3264 {
3265         struct llapi_layout *head;
3266         uint64_t start = 0, prev_end = 0;
3267         uint64_t end;
3268         int rc, ret = 0;
3269
3270         if (!layout || !(comp_add || llapi_layout_is_composite(layout)))
3271                 return 0;
3272
3273         errno = 0;
3274         while (comp_add) {
3275                 head = llapi_layout_get_by_path(fname, 0);
3276                 if (!head) {
3277                         fprintf(stderr,
3278                                 "%s setstripe: cannot read layout from '%s': %s\n",
3279                                 progname, fname, strerror(errno));
3280                         return -EINVAL;
3281                 } else if (errno == ENODATA) {
3282                         /*
3283                          * file without LOVEA, this component-add will be turned
3284                          * into a component-create.
3285                          */
3286                         llapi_layout_free(head);
3287                         ret = -ENODATA;
3288
3289                         /*
3290                          * the new layout will be added to an empty one, it
3291                          * still needs to be adjusted below
3292                          */
3293                         comp_add = 0;
3294                         break;
3295                 } else if (!llapi_layout_is_composite(head)) {
3296                         fprintf(stderr,
3297                                 "%s setstripe: '%s' not a composite file\n",
3298                                 progname, fname);
3299                         llapi_layout_free(head);
3300                         return -EINVAL;
3301                 }
3302
3303                 rc = llapi_layout_comp_extent_get(head, &start, &prev_end);
3304                 if (rc) {
3305                         fprintf(stderr,
3306                                 "%s setstripe: cannot get prev extent: %s\n",
3307                                 progname, strerror(errno));
3308                         llapi_layout_free(head);
3309                         return rc;
3310                 }
3311
3312                 llapi_layout_free(head);
3313                 break;
3314         }
3315
3316         /* Make sure we use the first component of the layout to be added. */
3317         rc = llapi_layout_comp_use(layout, LLAPI_LAYOUT_COMP_USE_FIRST);
3318         if (rc < 0) {
3319                 fprintf(stderr,
3320                         "%s setstripe: cannot move component cursor: %s\n",
3321                         progname, strerror(errno));
3322                 return rc;
3323         }
3324
3325         rc = llapi_layout_comp_extent_get(layout, &start, &end);
3326         if (rc) {
3327                 fprintf(stderr, "%s setstripe: cannot get extent: %s\n",
3328                         progname, strerror(errno));
3329                 return rc;
3330         }
3331
3332         if (start == 0 && end == 0) {
3333                 rc = layout_extend_comp(layout, start, &end,
3334                                         comp_add ? prev_end : 0);
3335                 if (rc)
3336                         return rc;
3337         }
3338
3339         if (start > prev_end || end < prev_end) {
3340                 fprintf(stderr,
3341                         "%s setstripe: first extent [%lu, %lu) not adjacent with extent end %lu\n",
3342                         progname, start, end, prev_end);
3343                 return -EINVAL;
3344         }
3345
3346         rc = llapi_layout_comp_extent_set(layout, prev_end, end);
3347         if (rc) {
3348                 fprintf(stderr,
3349                         "%s setstripe: cannot set component extent [%lu, %lu): %s\n",
3350                         progname, prev_end, end, strerror(errno));
3351                 return rc;
3352         }
3353
3354         return ret;
3355 }
3356
3357 static int mirror_adjust_first_extents(struct mirror_args *list)
3358 {
3359         int rc = 0;
3360
3361         if (!list)
3362                 return 0;
3363
3364         while (list) {
3365                 rc = layout_adjust_first_extent(NULL, list->m_layout, false);
3366                 if (rc)
3367                         break;
3368                 list = list->m_next;
3369         }
3370
3371         return rc;
3372 }
3373
3374 static inline bool arg_is_eof(char *arg)
3375 {
3376         return !strncmp(arg, "-1", strlen("-1")) ||
3377                !strncmp(arg, "EOF", strlen("EOF")) ||
3378                !strncmp(arg, "eof", strlen("eof"));
3379 }
3380
3381 /**
3382  * lfs_mirror_alloc() - Allocate a mirror argument structure.
3383  *
3384  * Return: Valid mirror_args pointer on success and
3385  *         NULL if memory allocation fails.
3386  */
3387 static struct mirror_args *lfs_mirror_alloc(void)
3388 {
3389         struct mirror_args *mirror = NULL;
3390
3391         while (1) {
3392                 mirror = calloc(1, sizeof(*mirror));
3393                 if (mirror) {
3394                         mirror->m_inherit = false;
3395                         break;
3396                 }
3397
3398                 sleep(1);
3399         }
3400
3401         return mirror;
3402 }
3403
3404 /**
3405  * lfs_mirror_free() - Free memory allocated for a mirror argument
3406  *                     structure.
3407  * @mirror: Previously allocated mirror argument structure by
3408  *          lfs_mirror_alloc().
3409  *
3410  * Free memory allocated for @mirror.
3411  *
3412  * Return: void.
3413  */
3414 static void lfs_mirror_free(struct mirror_args *mirror)
3415 {
3416         if (mirror->m_layout)
3417                 llapi_layout_free(mirror->m_layout);
3418         free(mirror);
3419 }
3420
3421 /**
3422  * lfs_mirror_list_free() - Free memory allocated for a mirror list.
3423  * @mirror_list: Previously allocated mirror list.
3424  *
3425  * Free memory allocated for @mirror_list.
3426  *
3427  * Return: void.
3428  */
3429 static void lfs_mirror_list_free(struct mirror_args *mirror_list)
3430 {
3431         struct mirror_args *next_mirror = NULL;
3432
3433         while (mirror_list) {
3434                 next_mirror = mirror_list->m_next;
3435                 lfs_mirror_free(mirror_list);
3436                 mirror_list = next_mirror;
3437         }
3438 }
3439
3440 enum {
3441         LFS_POOL_OPT = 3,
3442         LFS_COMP_COUNT_OPT,
3443         LFS_COMP_START_OPT,
3444         LFS_COMP_FLAGS_OPT,
3445         LFS_COMP_DEL_OPT,
3446         LFS_COMP_SET_OPT,
3447         LFS_COMP_ADD_OPT,
3448         LFS_COMP_NO_VERIFY_OPT,
3449         LFS_PROJID_OPT,
3450         LFS_LAYOUT_FLAGS_OPT, /* used for mirror and foreign flags */
3451         LFS_MIRROR_ID_OPT,
3452         LFS_MIRROR_STATE_OPT,
3453         LFS_LAYOUT_COPY,
3454         LFS_MIRROR_INDEX_OPT,
3455         LFS_LAYOUT_FOREIGN_OPT,
3456         LFS_MODE_OPT,
3457         LFS_NEWERXY_OPT,
3458         LFS_INHERIT_RR_OPT,
3459         LFS_FIND_PERM,
3460 };
3461
3462 #ifndef LCME_USER_MIRROR_FLAGS
3463 /* The mirror flags can be set by users at creation time. */
3464 #define LCME_USER_MIRROR_FLAGS  (LCME_FL_PREF_RW)
3465 #endif
3466
3467 /* functions */
3468 static int lfs_setstripe_internal(int argc, char **argv,
3469                                   enum setstripe_origin opc)
3470 {
3471         struct lfs_setstripe_args        lsa = { 0 };
3472         struct llapi_stripe_param       *param = NULL;
3473         struct find_param                migrate_mdt_param = {
3474                 .fp_max_depth = -1,
3475                 .fp_mdt_index = -1,
3476         };
3477         char                            *fname;
3478         int                              result = 0;
3479         int                              result2 = 0;
3480         char                            *end;
3481         int                              c;
3482         int                              delete = 0;
3483         unsigned long long               size_units = 1;
3484         bool                             migrate_mode = false;
3485         bool                             migrate_mdt_mode = false;
3486         bool                             setstripe_mode = false;
3487         bool                             migration_block = false;
3488         __u64                            migration_flags = 0;
3489         __u32                            tgts[LOV_MAX_STRIPE_COUNT] = { 0 };
3490         int                              comp_del = 0, comp_set = 0;
3491         int                              comp_add = 0;
3492         __u32                            comp_id = 0;
3493         struct llapi_layout             *layout = NULL;
3494         struct llapi_layout             **lpp = &layout;
3495         bool                             mirror_mode = false;
3496         bool                             has_m_file = false;
3497         __u32                            mirror_count = 0;
3498         enum mirror_flags                mirror_flags = 0;
3499         struct mirror_args              *mirror_list = NULL;
3500         struct mirror_args              *new_mirror = NULL;
3501         struct mirror_args              *last_mirror = NULL;
3502         __u16                            mirror_id = 0;
3503         char                             cmd[PATH_MAX];
3504         bool from_yaml = false;
3505         bool from_copy = false;
3506         char *template = NULL;
3507         bool foreign_mode = false;
3508         char *xattr = NULL;
3509         uint32_t type = LU_FOREIGN_TYPE_NONE, flags = 0;
3510         char *mode_opt = NULL;
3511         mode_t previous_umask = 0;
3512         mode_t mode = S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH;
3513
3514         struct option long_opts[] = {
3515 /* find { .val = '0',   .name = "null",         .has_arg = no_argument }, */
3516 /* find { .val = 'A',   .name = "atime",        .has_arg = required_argument }*/
3517         /* --block is only valid in migrate mode */
3518         { .val = 'b',   .name = "block",        .has_arg = no_argument },
3519 /* find { .val = 'B',   .name = "btime",        .has_arg = required_argument }*/
3520         { .val = LFS_COMP_ADD_OPT,
3521                         .name = "comp-add",     .has_arg = no_argument },
3522         { .val = LFS_COMP_ADD_OPT,
3523                         .name = "component-add", .has_arg = no_argument },
3524         { .val = LFS_COMP_DEL_OPT,
3525                         .name = "comp-del",     .has_arg = no_argument },
3526         { .val = LFS_COMP_DEL_OPT,
3527                         .name = "component-del", .has_arg = no_argument },
3528         { .val = LFS_COMP_FLAGS_OPT,
3529                         .name = "comp-flags",   .has_arg = required_argument },
3530         { .val = LFS_COMP_FLAGS_OPT,
3531                         .name = "component-flags",
3532                                                 .has_arg = required_argument },
3533         { .val = LFS_COMP_SET_OPT,
3534                         .name = "comp-set",     .has_arg = no_argument },
3535         { .val = LFS_COMP_SET_OPT,
3536                         .name = "component-set",
3537                                                 .has_arg = no_argument},
3538         { .val = LFS_COMP_NO_VERIFY_OPT,
3539                         .name = "no-verify",    .has_arg = no_argument},
3540         { .val = LFS_LAYOUT_FLAGS_OPT,
3541                         .name = "flags",        .has_arg = required_argument},
3542         { .val = LFS_LAYOUT_FOREIGN_OPT,
3543                         .name = "foreign",      .has_arg = optional_argument},
3544         { .val = LFS_MIRROR_ID_OPT,
3545                         .name = "mirror-id",    .has_arg = required_argument},
3546         { .val = LFS_MODE_OPT,
3547                         .name = "mode",         .has_arg = required_argument},
3548         { .val = LFS_LAYOUT_COPY,
3549                         .name = "copy",         .has_arg = required_argument},
3550         { .val = 'c',   .name = "stripe-count", .has_arg = required_argument},
3551         { .val = 'c',   .name = "stripe_count", .has_arg = required_argument},
3552         { .val = 'c',   .name = "mdt-count",    .has_arg = required_argument},
3553         { .val = 'C',   .name = "overstripe-count",
3554                                                 .has_arg = required_argument},
3555         { .val = 'd',   .name = "delete",       .has_arg = no_argument},
3556         { .val = 'd',   .name = "destroy",      .has_arg = no_argument},
3557         /* --non-direct is only valid in migrate mode */
3558         { .val = 'D',   .name = "non-direct",   .has_arg = no_argument },
3559         { .val = 'E',   .name = "comp-end",     .has_arg = required_argument},
3560         { .val = 'E',   .name = "component-end",
3561                                                 .has_arg = required_argument},
3562         { .val = 'f',   .name = "file",         .has_arg = required_argument },
3563 /* find { .val = 'F',   .name = "fid",          .has_arg = no_argument }, */
3564 /* find { .val = 'g',   .name = "gid",          .has_arg = no_argument }, */
3565 /* find { .val = 'G',   .name = "group",        .has_arg = required_argument }*/
3566         { .val = 'h',   .name = "help",         .has_arg = no_argument },
3567         { .val = 'H',   .name = "mdt-hash",     .has_arg = required_argument},
3568         { .val = 'i',   .name = "stripe-index", .has_arg = required_argument},
3569         { .val = 'i',   .name = "stripe_index", .has_arg = required_argument},
3570         { .val = 'I',   .name = "comp-id",      .has_arg = required_argument},
3571         { .val = 'I',   .name = "component-id", .has_arg = required_argument},
3572 /* find { .val = 'l',   .name = "lazy",         .has_arg = no_argument }, */
3573         { .val = 'L',   .name = "layout",       .has_arg = required_argument },
3574         { .val = 'm',   .name = "mdt",          .has_arg = required_argument},
3575         { .val = 'm',   .name = "mdt-index",    .has_arg = required_argument},
3576         { .val = 'm',   .name = "mdt_index",    .has_arg = required_argument},
3577         /* --non-block is only valid in migrate mode */
3578         { .val = 'n',   .name = "non-block",    .has_arg = no_argument },
3579         { .val = 'N',   .name = "mirror-count", .has_arg = optional_argument},
3580         { .val = 'o',   .name = "ost",          .has_arg = required_argument },
3581 #if LUSTRE_VERSION_CODE < OBD_OCD_VERSION(3, 0, 53, 0)
3582         { .val = 'o',   .name = "ost-list",     .has_arg = required_argument },
3583         { .val = 'o',   .name = "ost_list",     .has_arg = required_argument },
3584 #endif
3585         { .val = 'p',   .name = "pool",         .has_arg = required_argument },
3586 /* find { .val = 'P',   .name = "print",        .has_arg = no_argument }, */
3587 /* getstripe { .val = 'q', .name = "quiet",     .has_arg = no_argument }, */
3588 /* getstripe { .val = 'r', .name = "recursive", .has_arg = no_argument }, */
3589 /* getstripe { .val = 'R', .name = "raw",       .has_arg = no_argument }, */
3590         { .val = 'S',   .name = "stripe-size",  .has_arg = required_argument },
3591         { .val = 'S',   .name = "stripe_size",  .has_arg = required_argument },
3592 /* find { .val = 't',   .name = "type",         .has_arg = required_argument }*/
3593 /* dirstripe { .val = 'T', .name = "mdt-count", .has_arg = required_argument }*/
3594 /* find { .val = 'u',   .name = "uid",          .has_arg = required_argument }*/
3595 /* find { .val = 'U',   .name = "user",         .has_arg = required_argument }*/
3596         /* --verbose is only valid in migrate mode */
3597         { .val = 'v',   .name = "verbose",      .has_arg = no_argument},
3598         { .val = 'x',   .name = "xattr",        .has_arg = required_argument },
3599 /* dirstripe { .val = 'X',.name = "max-inherit",.has_arg = required_argument }*/
3600         { .val = 'y',   .name = "yaml",         .has_arg = required_argument },
3601         { .val = 'z',   .name = "ext-size",     .has_arg = required_argument},
3602         { .val = 'z',   .name = "extension-size", .has_arg = required_argument},
3603         { .name = NULL } };
3604
3605         setstripe_args_init(&lsa);
3606
3607         migrate_mode = (opc == SO_MIGRATE);
3608         mirror_mode = (opc == SO_MIRROR_CREATE || opc == SO_MIRROR_EXTEND);
3609         setstripe_mode = (opc == SO_SETSTRIPE);
3610         if (opc == SO_MIRROR_DELETE) {
3611                 delete = 1;
3612                 mirror_flags = MF_DESTROY;
3613         }
3614
3615         snprintf(cmd, sizeof(cmd), "%s %s", progname, argv[0]);
3616         progname = cmd;
3617         while ((c = getopt_long(argc, argv,
3618                                 "bc:C:dDE:f:hH:i:I:m:N::no:p:L:s:S:vx:y:z:",
3619                                 long_opts, NULL)) >= 0) {
3620                 size_units = 1;
3621                 switch (c) {
3622                 case 0:
3623                         /* Long options. */
3624                         break;
3625                 case LFS_COMP_ADD_OPT:
3626                         comp_add = 1;
3627                         break;
3628                 case LFS_COMP_DEL_OPT:
3629                         comp_del = 1;
3630                         break;
3631                 case LFS_COMP_FLAGS_OPT:
3632                         result = comp_str2flags(optarg, &lsa.lsa_comp_flags,
3633                                                 &lsa.lsa_comp_neg_flags);
3634                         if (result != 0)
3635                                 goto usage_error;
3636                         if (mirror_mode && lsa.lsa_comp_neg_flags) {
3637                                 fprintf(stderr,
3638                                         "%s: inverted flags are not supported\n",
3639                                         progname);
3640                                 goto usage_error;
3641                         }
3642                         break;
3643                 case LFS_COMP_SET_OPT:
3644                         comp_set = 1;
3645                         break;
3646                 case LFS_COMP_NO_VERIFY_OPT:
3647                         mirror_flags |= MF_NO_VERIFY;
3648                         break;
3649                 case LFS_MIRROR_ID_OPT: {
3650                         unsigned long int id;
3651
3652                         errno = 0;
3653                         id = strtoul(optarg, &end, 0);
3654                         if (errno != 0 || *end != '\0' || id == 0 ||
3655                             id > UINT16_MAX) {
3656                                 fprintf(stderr,
3657                                         "%s %s: invalid mirror ID '%s'\n",
3658                                         progname, argv[0], optarg);
3659                                 goto usage_error;
3660                         }
3661
3662                         mirror_id = (__u16)id;
3663                         break;
3664                 }
3665                 case LFS_LAYOUT_FLAGS_OPT: {
3666                         uint32_t neg_flags;
3667
3668                         /* check for numeric flags (foreign and mirror cases) */
3669                         if (setstripe_mode && !mirror_mode && !last_mirror) {
3670                                 errno = 0;
3671                                 flags = strtoul(optarg, &end, 16);
3672                                 if (errno != 0 || *end != '\0' ||
3673                                     flags >= UINT32_MAX) {
3674                                         fprintf(stderr,
3675                                                 "%s %s: invalid hex flags '%s'\n",
3676                                                 progname, argv[0], optarg);
3677                                         return CMD_HELP;
3678                                 }
3679                                 if (!foreign_mode) {
3680                                         fprintf(stderr,
3681                                                 "%s %s: hex flags must be specified with --foreign option\n",
3682                                                 progname, argv[0]);
3683                                         return CMD_HELP;
3684                                 }
3685                                 break;
3686                         }
3687
3688                         if (!mirror_mode || !last_mirror) {
3689                                 fprintf(stderr,
3690                                         "error: %s: --flags must be specified with --mirror-count|-N option\n",
3691                                         progname);
3692                                 goto usage_error;
3693                         }
3694
3695                         result = comp_str2flags(optarg, &last_mirror->m_flags,
3696                                                 &neg_flags);
3697                         if (result != 0)
3698                                 goto usage_error;
3699
3700                         if (neg_flags) {
3701                                 fprintf(stderr,
3702                                         "%s: inverted flags are not supported\n",
3703                                         progname);
3704                                 result = -EINVAL;
3705                                 goto usage_error;
3706                         }
3707                         if (last_mirror->m_flags & ~LCME_USER_MIRROR_FLAGS) {
3708                                 fprintf(stderr,
3709                                         "%s: unsupported mirror flags: %s\n",
3710                                         progname, optarg);
3711                                 result = -EINVAL;
3712                                 goto error;
3713                         }
3714                         break;
3715                 }
3716                 case LFS_LAYOUT_FOREIGN_OPT:
3717                         if (optarg) {
3718                                 /* check pure numeric */
3719                                 type = strtoul(optarg, &end, 0);
3720                                 if (*end) {
3721                                         /* check name */
3722                                         type = check_foreign_type_name(optarg);
3723                                         if (type == LU_FOREIGN_TYPE_UNKNOWN) {
3724                                                 fprintf(stderr,
3725                                                         "%s %s: unrecognized foreign type '%s'\n",
3726                                                         progname, argv[0],
3727                                                         optarg);
3728                                                 return CMD_HELP;
3729                                         }
3730                                 } else if (type >= UINT32_MAX) {
3731                                         fprintf(stderr,
3732                                                 "%s %s: invalid foreign type '%s'\n",
3733                                                 progname, argv[0], optarg);
3734                                         return CMD_HELP;
3735                                 }
3736                         }
3737                         foreign_mode = true;
3738                         break;
3739                 case LFS_MODE_OPT:
3740                         mode_opt = optarg;
3741                         if (mode_opt) {
3742                                 mode = strtoul(mode_opt, &end, 8);
3743                                 if (*end != '\0') {
3744                                         fprintf(stderr,
3745                                                 "%s %s: bad mode '%s'\n",
3746                                                 progname, argv[0], mode_opt);
3747                                         return CMD_HELP;
3748                                 }
3749                                 previous_umask = umask(0);
3750                         }
3751                         break;
3752                 case LFS_LAYOUT_COPY:
3753                         from_copy = true;
3754                         template = optarg;
3755                         break;
3756                 case 'b':
3757                         if (!migrate_mode) {
3758                                 fprintf(stderr,
3759                                         "%s %s: -b|--block valid only for migrate command\n",
3760                                         progname, argv[0]);
3761                                 goto usage_error;
3762                         }
3763                         migration_block = true;
3764                         break;
3765                 case 'C':
3766                         if (lsa.lsa_pattern == LLAPI_LAYOUT_MDT) {
3767                                 fprintf(stderr,
3768                                         "%s %s: -C|--overstripe-count incompatible with DoM layout\n",
3769                                         progname, argv[0]);
3770                                 goto usage_error;
3771                         }
3772                         lsa.lsa_pattern = LLAPI_LAYOUT_OVERSTRIPING;
3773                         /* fall through */
3774                 case 'c':
3775                         errno = 0;
3776                         lsa.lsa_stripe_count = strtoul(optarg, &end, 0);
3777                         if (errno != 0 || *end != '\0'||
3778                             lsa.lsa_stripe_count < -1 ||
3779                             lsa.lsa_stripe_count > LOV_MAX_STRIPE_COUNT) {
3780                                 fprintf(stderr,
3781                                         "%s %s: invalid stripe count '%s'\n",
3782                                         progname, argv[0], optarg);
3783                                 goto usage_error;
3784                         }
3785
3786                         if (lsa.lsa_stripe_count == -1)
3787                                 lsa.lsa_stripe_count = LLAPI_LAYOUT_WIDE;
3788                         break;
3789                 case 'd':
3790                         /* delete the default striping pattern */
3791                         delete = 1;
3792                         if (opc == SO_MIRROR_SPLIT) {
3793                                 if (has_m_file) {
3794                                         fprintf(stderr,
3795                                               "%s %s: -d cannot used with -f\n",
3796                                                 progname, argv[0]);
3797                                         goto usage_error;
3798                                 }
3799                                 mirror_flags |= MF_DESTROY;
3800                         }
3801                         break;
3802                 case 'D':
3803                         if (!migrate_mode) {
3804                                 fprintf(stderr,
3805                                         "%s %s: -D|--non-direct is valid only for migrate command\n",
3806                                         progname, argv[0]);
3807                                 goto usage_error;
3808                         }
3809                         migration_flags |= MIGRATION_NONDIRECT;
3810                         break;
3811                 case 'E':
3812                         if (lsa.lsa_comp_end != 0) {
3813                                 result = comp_args_to_layout(lpp, &lsa, true);
3814                                 if (result) {
3815                                         fprintf(stderr, "%s: invalid layout\n",
3816                                                 progname);
3817                                         goto usage_error;
3818                                 }
3819
3820                                 setstripe_args_init_inherit(&lsa);
3821                         }
3822
3823                         if (arg_is_eof(optarg)) {
3824                                 lsa.lsa_comp_end = LUSTRE_EOF;
3825                         } else {
3826                                 result = llapi_parse_size(optarg,
3827                                                           &lsa.lsa_comp_end,
3828                                                           &size_units, 0);
3829                                 /* assume units of KB if too small */
3830                                 if (lsa.lsa_comp_end < 4096)
3831                                         lsa.lsa_comp_end *= 1024;
3832                                 if (result ||
3833                                     lsa.lsa_comp_end & (LOV_MIN_STRIPE_SIZE - 1)) {
3834                                         fprintf(stderr,
3835                                                 "%s %s: invalid component end '%s'\n",
3836                                                 progname, argv[0], optarg);
3837                                         goto usage_error;
3838                                 }
3839                         }
3840                         break;
3841                 case 'H':
3842                         if (!migrate_mode) {
3843                                 fprintf(stderr,
3844                                         "--mdt-hash is valid only for migrate command\n");
3845                                 return CMD_HELP;
3846                         }
3847
3848                         lsa.lsa_pattern = check_hashtype(optarg);
3849                         if (lsa.lsa_pattern == 0) {
3850                                 fprintf(stderr,
3851                                         "%s %s: bad stripe hash type '%s'\n",
3852                                         progname, argv[0], optarg);
3853                                 return CMD_HELP;
3854                         }
3855                         break;
3856                 case 'i':
3857                         errno = 0;
3858                         lsa.lsa_stripe_off = strtol(optarg, &end, 0);
3859                         if (errno != 0 || *end != '\0' ||
3860                             lsa.lsa_stripe_off < -1 ||
3861                             lsa.lsa_stripe_off > LOV_V1_INSANE_STRIPE_COUNT) {
3862                                 fprintf(stderr,
3863                                         "%s %s: invalid stripe offset '%s'\n",
3864                                         progname, argv[0], optarg);
3865                                 goto usage_error;
3866                         }
3867                         if (lsa.lsa_stripe_off == -1)
3868                                 lsa.lsa_stripe_off = LLAPI_LAYOUT_DEFAULT;
3869                         break;
3870                 case 'I':
3871                         comp_id = strtoul(optarg, &end, 0);
3872                         if (*end != '\0' || comp_id == 0 ||
3873                             comp_id > LCME_ID_MAX) {
3874                                 fprintf(stderr,
3875                                         "%s %s: invalid component ID '%s'\n",
3876                                         progname, argv[0], optarg);
3877                                 goto usage_error;
3878                         }
3879                         break;
3880                 case 'f':
3881                         if (opc != SO_MIRROR_EXTEND && opc != SO_MIRROR_SPLIT) {
3882                                 fprintf(stderr,
3883                                         "error: %s: invalid option: %s\n",
3884                                         progname, argv[optopt + 1]);
3885                                 goto usage_error;
3886                         }
3887                         if (opc == SO_MIRROR_EXTEND) {
3888                                 if (!last_mirror) {
3889                                         fprintf(stderr,
3890                                 "error: %s: '-N' must exist in front of '%s'\n",
3891                                                 progname, argv[optopt + 1]);
3892                                         goto usage_error;
3893                                 }
3894                                 last_mirror->m_file = optarg;
3895                                 last_mirror->m_count = 1;
3896                         } else {
3897                                 /* mirror split */
3898                                 if (!mirror_list)
3899                                         mirror_list = lfs_mirror_alloc();
3900                                 mirror_list->m_file = optarg;
3901                         }
3902                         has_m_file = true;
3903                         break;
3904                 case 'L':
3905                         if (strcmp(argv[optind - 1], "mdt") == 0) {
3906                                 /* Can be only the first component */
3907                                 if (layout) {
3908                                         result = -EINVAL;
3909                                         fprintf(stderr,
3910                                                 "error: 'mdt' layout can be only the first one\n");
3911                                         goto error;
3912                                 }
3913                                 if (lsa.lsa_comp_end > (1ULL << 30)) { /* 1Gb */
3914                                         result = -EFBIG;
3915                                         fprintf(stderr,
3916                                                 "error: 'mdt' layout size is too big\n");
3917                                         goto error;
3918                                 }
3919                                 lsa.lsa_pattern = LLAPI_LAYOUT_MDT;
3920                                 lsa.lsa_stripe_size = LLAPI_LAYOUT_DEFAULT;
3921                         } else if (strcmp(argv[optind - 1], "raid0") != 0) {
3922                                 result = -EINVAL;
3923                                 fprintf(stderr,
3924                                         "error: layout '%s' is unknown, supported layouts are: 'mdt', 'raid0'\n",
3925                                         argv[optind]);
3926                                 goto error;
3927                         }
3928                         break;
3929                 case 'm':
3930                         if (!migrate_mode) {
3931                                 fprintf(stderr,
3932                                         "%s %s: -m|--mdt-index is valid only for migrate command\n",
3933                                         progname, argv[0]);
3934                                 goto usage_error;
3935                         }
3936                         migrate_mdt_mode = true;
3937                         lsa.lsa_nr_tgts = parse_targets(tgts,
3938                                                 sizeof(tgts) / sizeof(__u32),
3939                                                 lsa.lsa_nr_tgts, optarg, NULL);
3940                         if (lsa.lsa_nr_tgts < 0) {
3941                                 fprintf(stderr,
3942                                         "%s: invalid MDT target(s) '%s'\n",
3943                                         progname, optarg);
3944                                 goto usage_error;
3945                         }
3946
3947                         lsa.lsa_tgts = tgts;
3948                         if (lsa.lsa_stripe_off == LLAPI_LAYOUT_DEFAULT)
3949                                 lsa.lsa_stripe_off = tgts[0];
3950                         break;
3951                 case 'n':
3952                         if (!migrate_mode) {
3953                                 fprintf(stderr,
3954                                         "%s %s: -n|--non-block valid only for migrate command\n",
3955                                         progname, argv[0]);
3956                                 goto usage_error;
3957                         }
3958                         migration_flags |= MIGRATION_NONBLOCK;
3959                         break;
3960                 case 'N':
3961                         if (opc == SO_SETSTRIPE) {
3962                                 opc = SO_MIRROR_CREATE;
3963                                 mirror_mode = true;
3964                         }
3965                         mirror_count = 1;
3966                         if (optarg) {
3967                                 errno = 0;
3968                                 mirror_count = strtoul(optarg, &end, 0);
3969                                 if (errno != 0 || *end != '\0' ||
3970                                     mirror_count == 0 ||
3971                                     mirror_count > LUSTRE_MIRROR_COUNT_MAX) {
3972                                         fprintf(stderr,
3973                                                 "error: %s: bad mirror count: %s\n",
3974                                                 progname, optarg);
3975                                         result = -EINVAL;
3976                                         goto error;
3977                                 }
3978                         }
3979
3980                         new_mirror = lfs_mirror_alloc();
3981                         new_mirror->m_count = mirror_count;
3982
3983                         if (!mirror_list)
3984                                 mirror_list = new_mirror;
3985
3986                         if (last_mirror) {
3987                                 /* wrap up last mirror */
3988                                 if (!setstripe_args_specified(&lsa))
3989                                         last_mirror->m_inherit = true;
3990                                 if (lsa.lsa_comp_end == 0)
3991                                         lsa.lsa_comp_end = LUSTRE_EOF;
3992
3993                                 result = comp_args_to_layout(lpp, &lsa, true);
3994                                 if (result) {
3995                                         lfs_mirror_free(new_mirror);
3996                                         goto error;
3997                                 }
3998
3999                                 setstripe_args_init_inherit(&lsa);
4000
4001                                 last_mirror->m_next = new_mirror;
4002                         }
4003
4004                         last_mirror = new_mirror;
4005                         lpp = &last_mirror->m_layout;
4006                         break;
4007                 case 'o':
4008 #if LUSTRE_VERSION_CODE < OBD_OCD_VERSION(3, 0, 53, 0)
4009                         if (strcmp(argv[optind - 1], "--ost-list") == 0)
4010                                 fprintf(stderr,
4011                                         "warning: '--ost-list' is deprecated, use '--ost' instead\n");
4012 #endif
4013                         if (lsa.lsa_pattern == LLAPI_LAYOUT_MDT) {
4014                                 fprintf(stderr,
4015                                         "%s %s: -o|--ost incompatible with DoM layout\n",
4016                                         progname, argv[0]);
4017                                 goto usage_error;
4018                         }
4019                         /*
4020                          * -o allows overstriping, and must note it because
4021                          * parse_targets is shared with MDT striping, which
4022                          * does not allow duplicates
4023                          */
4024                         lsa.lsa_pattern = LLAPI_LAYOUT_OVERSTRIPING;
4025                         lsa.lsa_nr_tgts = parse_targets(tgts,
4026                                                 sizeof(tgts) / sizeof(__u32),
4027                                                 lsa.lsa_nr_tgts, optarg,
4028                                                 &lsa.lsa_pattern);
4029                         if (lsa.lsa_nr_tgts < 0) {
4030                                 fprintf(stderr,
4031                                         "%s %s: invalid OST target(s) '%s'\n",
4032                                         progname, argv[0], optarg);
4033                                 goto usage_error;
4034                         }
4035
4036                         lsa.lsa_tgts = tgts;
4037                         if (lsa.lsa_stripe_off == LLAPI_LAYOUT_DEFAULT)
4038                                 lsa.lsa_stripe_off = tgts[0];
4039                         break;
4040                 case 'p':
4041                         if (!optarg)
4042                                 goto usage_error;
4043                         lsa.lsa_pool_name = optarg;
4044
4045                         if (strlen(lsa.lsa_pool_name) == 0 ||
4046                             strncmp(lsa.lsa_pool_name, "none",
4047                                     LOV_MAXPOOLNAME) == 0)
4048                                 lsa.lsa_pool_name = NULL;
4049                         break;
4050                 case 'S':
4051                         result = llapi_parse_size(optarg, &lsa.lsa_stripe_size,
4052                                                   &size_units, 0);
4053                         /* assume units of KB if too small to be valid */
4054                         if (lsa.lsa_stripe_size < 4096)
4055                                 lsa.lsa_stripe_size *= 1024;
4056                         if (result ||
4057                             lsa.lsa_stripe_size & (LOV_MIN_STRIPE_SIZE - 1)) {
4058                                 fprintf(stderr,
4059                                         "%s %s: invalid stripe size '%s'\n",
4060                                         progname, argv[0], optarg);
4061                                 goto usage_error;
4062                         }
4063                         break;
4064                 case 'v':
4065                         if (!migrate_mode) {
4066                                 fprintf(stderr,
4067                                         "%s %s: -v|--verbose valid only for migrate command\n",
4068                                         progname, argv[0]);
4069                                 goto usage_error;
4070                         }
4071                         migrate_mdt_param.fp_verbose = VERBOSE_DETAIL;
4072                         migration_flags = MIGRATION_VERBOSE;
4073                         break;
4074                 case 'x':
4075                         xattr = optarg;
4076                         break;
4077                 case 'y':
4078                         from_yaml = true;
4079                         template = optarg;
4080                         break;
4081                 case 'z':
4082                         result = llapi_parse_size(optarg,
4083                                                   &lsa.lsa_extension_size,
4084                                                   &size_units, 0);
4085                         if (result) {
4086                                 fprintf(stderr,
4087                                         "%s %s: invalid extension size '%s'\n",
4088                                         progname, argv[0], optarg);
4089                                 goto usage_error;
4090                         }
4091
4092                         lsa.lsa_extension_comp = true;
4093                         break;
4094                 default:
4095                         fprintf(stderr, "%s: unrecognized option '%s'\n",
4096                                 progname, argv[optind - 1]);
4097                 case 'h':
4098                         goto usage_error;
4099                 }
4100         }
4101
4102         fname = argv[optind];
4103
4104         if (optind == argc) {
4105                 fprintf(stderr, "%s %s: FILE must be specified\n",
4106                         progname, argv[0]);
4107                 goto usage_error;
4108         }
4109
4110         /* lfs migrate $filename should keep the file's layout by default */
4111         if (migrate_mode && !layout && !from_yaml &&
4112             !setstripe_args_specified(&lsa) && !lsa.lsa_pool_name)
4113                 from_copy = true;
4114
4115         if (xattr && !foreign_mode) {
4116                 /*
4117                  * only print a warning as this is harmless and will be ignored
4118                  */
4119                 fprintf(stderr,
4120                         "%s %s: xattr has been specified for non-foreign layout\n",
4121                         progname, argv[0]);
4122         } else if (foreign_mode && !xattr) {
4123                 fprintf(stderr,
4124                         "%s %s: xattr must be provided in foreign mode\n",
4125                         progname, argv[0]);
4126                 goto usage_error;
4127         }
4128
4129         if (foreign_mode && (!setstripe_mode || comp_add | comp_del ||
4130             comp_set || comp_id || delete || from_copy ||
4131             setstripe_args_specified(&lsa) || lsa.lsa_nr_tgts ||
4132             lsa.lsa_tgts)) {
4133                 fprintf(stderr,
4134                         "%s %s: only --xattr/--flags/--mode options are valid with --foreign\n",
4135                         progname, argv[0]);
4136                 return CMD_HELP;
4137         }
4138
4139         if (mirror_mode && mirror_count == 0) {
4140                 fprintf(stderr,
4141                         "error: %s: --mirror-count|-N option is required\n",
4142                         progname);
4143                 result = -EINVAL;
4144                 goto error;
4145         }
4146
4147         if (mirror_mode) {
4148                 if (!setstripe_args_specified(&lsa))
4149                         last_mirror->m_inherit = true;
4150                 if (lsa.lsa_comp_end == 0)
4151                         lsa.lsa_comp_end = LUSTRE_EOF;
4152         }
4153
4154         if (lsa.lsa_comp_end != 0) {
4155                 result = comp_args_to_layout(lpp, &lsa, true);
4156                 if (result) {
4157                         fprintf(stderr, "error: %s: invalid layout\n",
4158                                 progname);
4159                         result = -EINVAL;
4160                         goto error;
4161                 }
4162         }
4163
4164         if (mirror_flags & MF_NO_VERIFY) {
4165                 if (opc != SO_MIRROR_EXTEND) {
4166                         fprintf(stderr,
4167                                 "error: %s: --no-verify is valid only for lfs mirror extend command\n",
4168                                 progname);
4169                         result = -EINVAL;
4170                         goto error;
4171                 } else if (!has_m_file) {
4172                         fprintf(stderr,
4173                                 "error: %s: --no-verify must be specified with -f <victim_file> option\n",
4174                                 progname);
4175                         result = -EINVAL;
4176                         goto error;
4177                 }
4178         }
4179
4180         if (comp_set && !comp_id && !lsa.lsa_pool_name) {
4181                 fprintf(stderr,
4182                         "%s %s: --component-set doesn't have component-id set\n",
4183                         progname, argv[0]);
4184                 goto usage_error;
4185         }
4186
4187         if ((delete + comp_set + comp_del + comp_add) > 1) {
4188                 fprintf(stderr,
4189                         "%s %s: options --component-set, --component-del, --component-add and -d are mutually exclusive\n",
4190                         progname, argv[0]);
4191                 goto usage_error;
4192         }
4193
4194         if (delete && (setstripe_args_specified(&lsa) || comp_id != 0 ||
4195                        lsa.lsa_comp_flags != 0 || layout != NULL)) {
4196                 fprintf(stderr,
4197                         "%s %s: option -d is mutually exclusive with -s, -c, -o, -p, -I, -F and -E options\n",
4198                         progname, argv[0]);
4199                 goto usage_error;
4200         }
4201
4202         if ((comp_set || comp_del) &&
4203             (setstripe_args_specified(&lsa) || layout != NULL)) {
4204                 fprintf(stderr,
4205                         "%s %s: options --component-del and --component-set are mutually exclusive when used with -c, -E, -o, -p, or -s\n",
4206                         progname, argv[0]);
4207                 goto usage_error;
4208         }
4209
4210         if (comp_del && comp_id != 0 && lsa.lsa_comp_flags != 0) {
4211                 fprintf(stderr,
4212                         "%s %s: options -I and -F are mutually exclusive when used with --component-del\n",
4213                         progname, argv[0]);
4214                 goto usage_error;
4215         }
4216
4217         if (comp_add || comp_del) {
4218                 struct stat st;
4219
4220                 result = lstat(fname, &st);
4221                 if (result == 0 && S_ISDIR(st.st_mode)) {
4222                         fprintf(stderr,
4223                                 "%s setstripe: cannot use --component-add or --component-del for directory\n",
4224                                 progname);
4225                         goto usage_error;
4226                 }
4227
4228                 if (mirror_mode) {
4229                         fprintf(stderr,
4230                                 "error: %s: can't use --component-add or --component-del for mirror operation\n",
4231                                 progname);
4232                         goto usage_error;
4233                 }
4234         }
4235
4236         if (comp_add) {
4237                 if (!layout) {
4238                         fprintf(stderr,
4239                                 "%s %s: option -E must be specified with --component-add\n",
4240                                 progname, argv[0]);
4241                         goto usage_error;
4242                 }
4243         }
4244
4245         if (from_yaml && from_copy) {
4246                 fprintf(stderr,
4247                         "%s: can't specify --yaml and --copy together\n",
4248                         progname);
4249                 goto error;
4250         }
4251
4252         if ((from_yaml || from_copy) &&
4253             (setstripe_args_specified(&lsa) || layout != NULL)) {
4254                 fprintf(stderr,
4255                         "error: %s: can't specify --yaml or --copy with -c, -S, -i, -o, -p or -E options.\n",
4256                         argv[0]);
4257                 goto error;
4258         }
4259
4260         if ((migration_flags & MIGRATION_NONBLOCK) && migration_block) {
4261                 fprintf(stderr,
4262                         "%s %s: options --non-block and --block are mutually exclusive\n",
4263                         progname, argv[0]);
4264                 goto usage_error;
4265         }
4266
4267         if (!comp_del && !comp_set && opc != SO_MIRROR_SPLIT &&
4268             opc != SO_MIRROR_DELETE && comp_id != 0) {
4269                 fprintf(stderr,
4270                         "%s: option -I can only be used with --component-del or --component-set or lfs mirror split\n",
4271                         progname);
4272                 goto usage_error;
4273         }
4274
4275         if (migrate_mdt_mode) {
4276                 struct lmv_user_md *lmu;
4277
4278                 /* initialize migrate mdt parameters */
4279                 lmu = calloc(1, lmv_user_md_size(lsa.lsa_nr_tgts,
4280                                                  LMV_USER_MAGIC_SPECIFIC));
4281                 if (!lmu) {
4282                         fprintf(stderr,
4283                                 "%s %s: cannot allocate memory for lmv_user_md: %s\n",
4284                                 progname, argv[0], strerror(ENOMEM));
4285                         result = -ENOMEM;
4286                         goto error;
4287                 }
4288                 if (lsa.lsa_stripe_count != LLAPI_LAYOUT_DEFAULT)
4289                         lmu->lum_stripe_count = lsa.lsa_stripe_count;
4290                 if (lsa.lsa_stripe_off == LLAPI_LAYOUT_DEFAULT) {
4291                         fprintf(stderr,
4292                                 "%s %s: migrate should specify MDT index\n",
4293                                 progname, argv[0]);
4294                         free(lmu);
4295                         goto usage_error;
4296                 }
4297                 lmu->lum_stripe_offset = lsa.lsa_stripe_off;
4298                 if (lsa.lsa_pattern != LLAPI_LAYOUT_RAID0)
4299                         lmu->lum_hash_type = lsa.lsa_pattern;
4300                 else
4301                         lmu->lum_hash_type = LMV_HASH_TYPE_UNKNOWN;
4302                 if (lsa.lsa_pool_name) {
4303                         strncpy(lmu->lum_pool_name, lsa.lsa_pool_name,
4304                                 sizeof(lmu->lum_pool_name) - 1);
4305                         lmu->lum_pool_name[sizeof(lmu->lum_pool_name) - 1] = 0;
4306                 }
4307                 if (lsa.lsa_nr_tgts > 1) {
4308                         int i;
4309
4310                         if (lsa.lsa_stripe_count > 0 &&
4311                             lsa.lsa_stripe_count != LLAPI_LAYOUT_DEFAULT &&
4312                             lsa.lsa_stripe_count != lsa.lsa_nr_tgts) {
4313                                 fprintf(stderr,
4314                                         "error: %s: stripe count %lld doesn't match the number of MDTs: %d\n",
4315                                         progname, lsa.lsa_stripe_count,
4316                                         lsa.lsa_nr_tgts);
4317                                 free(lmu);
4318                                 goto usage_error;
4319                         }
4320
4321                         lmu->lum_magic = LMV_USER_MAGIC_SPECIFIC;
4322                         lmu->lum_stripe_count = lsa.lsa_nr_tgts;
4323                         for (i = 0; i < lsa.lsa_nr_tgts; i++)
4324                                 lmu->lum_objects[i].lum_mds = lsa.lsa_tgts[i];
4325                 } else {
4326                         lmu->lum_magic = LMV_USER_MAGIC;
4327                 }
4328
4329                 migrate_mdt_param.fp_lmv_md = lmu;
4330                 migrate_mdt_param.fp_migrate = 1;
4331         } else if (!layout) {
4332                 if (lsa_args_stripe_count_check(&lsa))
4333                         goto usage_error;
4334
4335                 /* initialize stripe parameters */
4336                 param = calloc(1, offsetof(typeof(*param),
4337                                lsp_osts[lsa.lsa_nr_tgts]));
4338                 if (!param) {
4339                         fprintf(stderr,
4340                                 "%s %s: cannot allocate memory for parameters: %s\n",
4341                                 progname, argv[0], strerror(ENOMEM));
4342                         result = -ENOMEM;
4343                         goto error;
4344                 }
4345
4346                 if (lsa.lsa_stripe_size != LLAPI_LAYOUT_DEFAULT)
4347                         param->lsp_stripe_size = lsa.lsa_stripe_size;
4348                 if (lsa.lsa_stripe_count != LLAPI_LAYOUT_DEFAULT) {
4349                         if (lsa.lsa_stripe_count == LLAPI_LAYOUT_WIDE)
4350                                 param->lsp_stripe_count = -1;
4351                         else
4352                                 param->lsp_stripe_count = lsa.lsa_stripe_count;
4353                 }
4354                 if (lsa.lsa_stripe_off == LLAPI_LAYOUT_DEFAULT)
4355                         param->lsp_stripe_offset = -1;
4356                 else
4357                         param->lsp_stripe_offset = lsa.lsa_stripe_off;
4358                 param->lsp_stripe_pattern =
4359                                 llapi_pattern_to_lov(lsa.lsa_pattern);
4360                 if (param->lsp_stripe_pattern == EINVAL) {
4361                         fprintf(stderr, "error: %s: invalid stripe pattern\n",
4362                                 argv[0]);
4363                         free(param);
4364                         goto usage_error;
4365                 }
4366                 param->lsp_pool = lsa.lsa_pool_name;
4367                 param->lsp_is_specific = false;
4368
4369                 if (lsa.lsa_nr_tgts > 0) {
4370                         param->lsp_is_specific = true;
4371                         param->lsp_stripe_count = lsa.lsa_nr_tgts;
4372                         memcpy(param->lsp_osts, tgts,
4373                                sizeof(*tgts) * lsa.lsa_nr_tgts);
4374                 }
4375         }
4376
4377         if (from_yaml) {
4378                 /* generate a layout from a YAML template */
4379                 result = lfs_comp_create_from_yaml(template, &layout,
4380                                                    &lsa, tgts);
4381                 if (result) {
4382                         fprintf(stderr,
4383                                 "error: %s: can't create composite layout from template file %s\n",
4384                                 argv[0], template);
4385                         goto error;
4386                 }
4387         }
4388
4389         if (layout != NULL || mirror_list != NULL) {
4390                 if (mirror_list)
4391                         result = mirror_adjust_first_extents(mirror_list);
4392                 else
4393                         result = layout_adjust_first_extent(fname, layout,
4394                                                             comp_add);
4395                 if (result == -ENODATA)
4396                         comp_add = 0;
4397                 else if (result != 0) {
4398                         fprintf(stderr, "error: %s: invalid layout\n",
4399                                 progname);
4400                         goto error;
4401                 }
4402         }
4403
4404         for (fname = argv[optind]; fname != NULL; fname = argv[++optind]) {
4405                 if (from_copy) {
4406                         layout = llapi_layout_get_by_path(template ?: fname, 0);
4407                         if (!layout) {
4408                                 fprintf(stderr,
4409                                         "%s: can't create composite layout from file %s: %s\n",
4410                                         progname, template ?: fname,
4411                                         strerror(errno));
4412                                 result = -errno;
4413                                 goto error;
4414                         }
4415                 }
4416
4417                 if (migrate_mdt_mode) {
4418                         result = llapi_migrate_mdt(fname, &migrate_mdt_param);
4419                 } else if (migrate_mode) {
4420                         result = lfs_migrate(fname, migration_flags, param,
4421                                              layout);
4422                 } else if (comp_set != 0) {
4423                         result = lfs_component_set(fname, comp_id,
4424                                                    lsa.lsa_pool_name,
4425                                                    lsa.lsa_comp_flags,
4426                                                    lsa.lsa_comp_neg_flags);
4427                 } else if (comp_del != 0) {
4428                         result = lfs_component_del(fname, comp_id,
4429                                                    lsa.lsa_comp_flags,
4430                                                    lsa.lsa_comp_neg_flags);
4431                 } else if (comp_add != 0) {
4432                         result = lfs_component_add(fname, layout);
4433                 } else if (opc == SO_MIRROR_CREATE) {
4434                         result = mirror_create(fname, mirror_list);
4435                 } else if (opc == SO_MIRROR_EXTEND) {
4436                         result = mirror_extend(fname, mirror_list,
4437                                                mirror_flags);
4438                 } else if (opc == SO_MIRROR_SPLIT || opc == SO_MIRROR_DELETE) {
4439                         if (!mirror_id && !comp_id && !lsa.lsa_pool_name) {
4440                                 fprintf(stderr,
4441                                         "%s: no mirror id, component id, or pool name specified to delete from '%s'\n",
4442                                         progname, fname);
4443                                 goto usage_error;
4444                         }
4445                         if (lsa.lsa_pool_name)
4446                                 mirror_flags |= MF_COMP_POOL;
4447                         else if (mirror_id != 0)
4448                                 comp_id = mirror_id;
4449                         else
4450                                 mirror_flags |= MF_COMP_ID;
4451                         if (has_m_file && !strcmp(fname, mirror_list->m_file)) {
4452                                 fprintf(stderr,
4453                                         "%s: the file specified by -f cannot be same as the source file '%s'\n",
4454                                         progname, fname);
4455                                 goto usage_error;
4456                         }
4457                         result = mirror_split(fname, comp_id, lsa.lsa_pool_name,
4458                                               mirror_flags,
4459                                               has_m_file ? mirror_list->m_file :
4460                                               NULL);
4461                 } else if (layout) {
4462                         result = lfs_component_create(fname, O_CREAT | O_WRONLY,
4463                                                       mode, layout);
4464                         if (result >= 0) {
4465                                 close(result);
4466                                 result = 0;
4467                         }
4468                 } else if (foreign_mode) {
4469                         result = llapi_file_create_foreign(fname, mode, type,
4470                                                            flags, xattr);
4471                         if (result >= 0) {
4472                                 close(result);
4473                                 result = 0;
4474                         }
4475                 } else {
4476                         result = llapi_file_open_param(fname,
4477                                                        O_CREAT | O_WRONLY,
4478                                                        mode, param);
4479                         if (result >= 0) {
4480                                 close(result);
4481                                 result = 0;
4482                         }
4483                 }
4484                 if (result) {
4485                         /* Save the first error encountered. */
4486                         if (result2 == 0)
4487                                 result2 = result;
4488                         continue;
4489                 }
4490         }
4491
4492         if (mode_opt)
4493                 umask(previous_umask);
4494
4495         free(param);
4496         free(migrate_mdt_param.fp_lmv_md);
4497         llapi_layout_free(layout);
4498         lfs_mirror_list_free(mirror_list);
4499         return result2;
4500 usage_error:
4501         result = CMD_HELP;
4502 error:
4503         llapi_layout_free(layout);
4504         lfs_mirror_list_free(mirror_list);
4505         return result;
4506 }
4507
4508 static int lfs_poollist(int argc, char **argv)
4509 {
4510         if (argc != 2)
4511                 return CMD_HELP;
4512
4513         return llapi_poollist(argv[1]);
4514 }
4515
4516 #define FP_DEFAULT_TIME_MARGIN (24 * 60 * 60)
4517 static time_t set_time(struct find_param *param, time_t *time, time_t *set,
4518                        char *str)
4519 {
4520         long long t = 0;
4521         int sign = 0;
4522         char *endptr = "AD";
4523         char *timebuf;
4524
4525         if (str[0] == '+')
4526                 sign = 1;
4527         else if (str[0] == '-')
4528                 sign = -1;
4529
4530         if (sign)
4531                 str++;
4532
4533         for (timebuf = str; *endptr && *(endptr + 1); timebuf = endptr + 1) {
4534                 long long val = strtoll(timebuf, &endptr, 0);
4535                 int unit = 1;
4536
4537                 switch (*endptr) {
4538                 case  'y':
4539                         unit *= 52; /* 52 weeks + 1 day below */
4540                 case  'w':      /* fallthrough */
4541                         unit *= 7;
4542                         if (param->fp_time_margin == FP_DEFAULT_TIME_MARGIN)
4543                                 param->fp_time_margin *= (1 + unit / 52);
4544                         unit += (*endptr == 'y'); /* +1 day for 365 days/year */
4545                 case '\0': /* days are default unit if none used */
4546                 case  'd':      /* fallthrough */
4547                         unit *= 24;
4548                 case  'h':      /* fallthrough */
4549                         unit *= 60;
4550                 case  'm':      /* fallthrough */
4551                         unit *= 60;
4552                 case  's':      /* fallthrough */
4553                         break;
4554                         /* don't need to multiply by 1 for seconds */
4555                 default:
4556                         fprintf(stderr,
4557                                 "%s find: bad time string '%s': %s\n",
4558                                 progname, timebuf, strerror(EINVAL));
4559                         return LONG_MAX;
4560                 }
4561
4562                 if (param->fp_time_margin == 0 ||
4563                     (*endptr && unit < param->fp_time_margin))
4564                         param->fp_time_margin = unit;
4565
4566                 t += val * unit;
4567         }
4568         if (*time < t) {
4569                 if (sign != 0)
4570                         str--;
4571                 fprintf(stderr, "%s find: bad time '%s': too large\n",
4572                         progname, str);
4573                 return LONG_MAX;
4574         }
4575
4576         *set = *time - t;
4577
4578         return sign;
4579 }
4580
4581 static int str2quotaid(__u32 *id, const char *arg)
4582 {
4583         unsigned long int projid_tmp = 0;
4584         char *endptr = NULL;
4585
4586         projid_tmp = strtoul(arg, &endptr, 10);
4587         if (*endptr != '\0')
4588                 return -EINVAL;
4589         /* UINT32_MAX is not allowed - see projid_valid()/INVALID_PROJID */
4590         if (projid_tmp >= UINT32_MAX)
4591                 return -ERANGE;
4592
4593         *id = projid_tmp;
4594         return 0;
4595 }
4596
4597 static int name2uid(unsigned int *id, const char *name)
4598 {
4599         struct passwd *passwd;
4600
4601         passwd = getpwnam(name);
4602         if (!passwd)
4603                 return -ENOENT;
4604         *id = passwd->pw_uid;
4605
4606         return 0;
4607 }
4608
4609 static int name2gid(unsigned int *id, const char *name)
4610 {
4611         struct group *group;
4612
4613         group = getgrnam(name);
4614         if (!group)
4615                 return -ENOENT;
4616         *id = group->gr_gid;
4617
4618         return 0;
4619 }
4620
4621 static inline int name2projid(unsigned int *id, const char *name)
4622 {
4623         return -ENOTSUP;
4624 }
4625
4626 static int uid2name(char **name, unsigned int id)
4627 {
4628         struct passwd *passwd;
4629
4630         passwd = getpwuid(id);
4631         if (!passwd)
4632                 return -ENOENT;
4633         *name = passwd->pw_name;
4634
4635         return 0;
4636 }
4637
4638 static inline int gid2name(char **name, unsigned int id)
4639 {
4640         struct group *group;
4641
4642         group = getgrgid(id);
4643         if (!group)
4644                 return -ENOENT;
4645         *name = group->gr_name;
4646
4647         return 0;
4648 }
4649
4650 static int name2layout(__u32 *layout, char *name)
4651 {
4652         char *ptr, *layout_name;
4653
4654         *layout = 0;
4655         for (ptr = name; ; ptr = NULL) {
4656                 layout_name = strtok(ptr, ",");
4657                 if (!layout_name)
4658                         break;
4659                 if (strcmp(layout_name, "released") == 0)
4660                         *layout |= LOV_PATTERN_F_RELEASED;
4661                 else if (strcmp(layout_name, "raid0") == 0)
4662                         *layout |= LOV_PATTERN_RAID0;
4663                 else if (strcmp(layout_name, "mdt") == 0)
4664                         *layout |= LOV_PATTERN_MDT;
4665                 else if (strcmp(layout_name, "overstriping") == 0)
4666                         *layout |= LOV_PATTERN_OVERSTRIPING;
4667                 else
4668                         return -1;
4669         }
4670         return 0;
4671 }
4672
4673 static int parse_symbolic(const char *input, mode_t *outmode, const char **end)
4674 {
4675         int loop;
4676         int user, group, other;
4677         int who, all;
4678         char c, op;
4679         mode_t perm;
4680         mode_t usermask;
4681         mode_t previous_flags;
4682
4683         user = group = other = 0;
4684         all = 0;
4685         loop = 1;
4686         perm = 0;
4687         previous_flags = 0;
4688         *end = input;
4689         usermask = 0;
4690
4691         while (loop) {
4692                 switch (*input) {
4693                 case 'u':
4694                         user = 1;
4695                         break;
4696                 case 'g':
4697                         group = 1;
4698                         break;
4699                 case 'o':
4700                         other = 1;
4701                         break;
4702                 case 'a':
4703                         user = group = other = 1;
4704                         all = 1;
4705                         break;
4706                 default:
4707                         loop = 0;
4708                 }
4709
4710                 if (loop)
4711                         input++;
4712         }
4713
4714         who = user || group || other;
4715         if (!who) {
4716                 /* get the umask */
4717                 usermask = umask(0022);
4718                 umask(usermask);
4719                 usermask &= 07777;
4720         }
4721
4722         if (*input == '-' || *input == '+' || *input == '=')
4723                 op = *input++;
4724         else
4725                 /* operation is required */
4726                 return -1;
4727
4728         /* get the flags in *outmode */
4729         switch (*input) {
4730         case 'u':
4731                 previous_flags = (*outmode & 0700);
4732                 perm |= user  ? previous_flags : 0;
4733                 perm |= group ? (previous_flags >> 3) : 0;
4734                 perm |= other ? (previous_flags >> 6) : 0;
4735                 input++;
4736                 goto write_perm;
4737         case 'g':
4738                 previous_flags = (*outmode & 0070);
4739                 perm |= user  ? (previous_flags << 3) : 0;
4740                 perm |= group ? previous_flags : 0;
4741                 perm |= other ? (previous_flags >> 3) : 0;
4742                 input++;
4743                 goto write_perm;
4744         case 'o':
4745                 previous_flags = (*outmode & 0007);
4746                 perm |= user  ? (previous_flags << 6) : 0;
4747                 perm |= group ? (previous_flags << 3) : 0;
4748                 perm |= other ? previous_flags : 0;
4749                 input++;
4750                 goto write_perm;
4751         default:
4752                 break;
4753         }
4754
4755         /* this part is optional,
4756          * if empty perm = 0 and *outmode is not modified
4757          */
4758         loop = 1;
4759         while (loop) {
4760                 c = *input;
4761                 switch (c) {
4762                 case 'r':
4763                         perm |= user  ? 0400 : 0;
4764                         perm |= group ? 0040 : 0;
4765                         perm |= other ? 0004 : 0;
4766                         /* set read permission for uog except for umask's
4767                          * permissions
4768                          */
4769                         perm |= who   ? 0 : (0444 & ~usermask);
4770                         break;
4771                 case 'w':
4772                         perm |= user  ? 0200 : 0;
4773                         perm |= group ? 0020 : 0;
4774                         perm |= other ? 0002 : 0;
4775                         /* set write permission for uog except for umask'
4776                          * permissions
4777                          */
4778                         perm |= who   ? 0 : (0222 & ~usermask);
4779                         break;
4780                 case 'x':
4781                         perm |= user  ? 0100 : 0;
4782                         perm |= group ? 0010 : 0;
4783                         perm |= other ? 0001 : 0;
4784                         /* set execute permission for uog except for umask'
4785                          * permissions
4786                          */
4787                         perm |= who   ? 0 : (0111 & ~usermask);
4788                         break;
4789                 case 'X':
4790                         /*
4791                          * Adds execute permission to 'u', 'g' and/or 'g' if
4792                          * specified and either 'u', 'g' or 'o' already has
4793                          * execute permissions.
4794                          */
4795                         if ((*outmode & 0111) != 0) {
4796                                 perm |= user  ? 0100 : 0;
4797                                 perm |= group ? 0010 : 0;
4798                                 perm |= other ? 0001 : 0;
4799                                 perm |= !who  ? 0111 : 0;
4800                         }
4801                         break;
4802                 case 's':
4803                         /* s is ignored if o is given, but it's not an error */
4804                         if (other && !group && !user)
4805                                 break;
4806                         perm |= user  ? S_ISUID : 0;
4807                         perm |= group ? S_ISGID : 0;
4808                         break;
4809                 case 't':
4810                         /* 't' should be used when 'a' is given
4811                          * or who is empty
4812                          */
4813                         perm |= (!who || all) ? S_ISVTX : 0;
4814                         /* using ugo with t is not an error */
4815                         break;
4816                 default:
4817                         loop = 0;
4818                         break;
4819                 }
4820                 if (loop)
4821                         input++;
4822         }
4823
4824 write_perm:
4825         /* uog flags should be only one character long */
4826         if (previous_flags && (*input != '\0' && *input != ','))
4827                 return -1;
4828
4829         switch (op) {
4830         case '-':
4831                 /* remove the flags from outmode */
4832                 *outmode &= ~perm;
4833                 break;
4834         case '+':
4835                 /* add the flags to outmode */
4836                 *outmode |= perm;
4837                 break;
4838         case '=':
4839                 /* set the flags of outmode to perm */
4840                 if (perm != 0)
4841                         *outmode = perm;
4842                 break;
4843         }
4844
4845         *end = input;
4846         return 0;
4847 }
4848
4849 static int str2mode_t(const char *input, mode_t *outmode)
4850 {
4851         int ret;
4852         const char *iter;
4853
4854         ret = 0;
4855
4856         if (*input >= '0' && *input <= '7') {
4857                 /* parse octal representation */
4858                 char *end;
4859
4860                 iter = input;
4861
4862                 /* look for invalid digits in octal representation */
4863                 while (isdigit(*iter))
4864                         if (*iter++ > '7')
4865                                 return -1;
4866
4867                 errno = 0;
4868                 *outmode = strtoul(input, &end, 8);
4869
4870                 if (errno != 0 || *outmode > 07777) {
4871                         *outmode = 0;
4872                         ret = -1;
4873                 }
4874
4875         } else if (*input == '8' || *input == '9') {
4876                 /* error: invalid octal number */
4877                 ret = -1;
4878         } else {
4879                 /* parse coma seperated list of symbolic representation */
4880                 int rc;
4881                 const char *end;
4882
4883                 *outmode = 0;
4884                 rc = 0;
4885                 end = NULL;
4886
4887                 do {
4888                         rc = parse_symbolic(input, outmode, &end);
4889                         if (rc)
4890                                 return -1;
4891
4892                         input = end+1;
4893                 } while (*end == ',');
4894
4895                 if (*end != '\0')
4896                         ret = -1;
4897         }
4898         return ret;
4899 }
4900
4901 static int lfs_find(int argc, char **argv)
4902 {
4903         int c, rc;
4904         int ret = 0;
4905         time_t t;
4906         struct find_param param = {
4907                 .fp_max_depth = -1,
4908                 .fp_quiet = 1,
4909                 .fp_time_margin = FP_DEFAULT_TIME_MARGIN,
4910         };
4911         struct option long_opts[] = {
4912         { .val = 'A',   .name = "atime",        .has_arg = required_argument },
4913         { .val = 'b',   .name = "blocks",       .has_arg = required_argument },
4914         { .val = 'B',   .name = "btime",        .has_arg = required_argument },
4915         { .val = 'B',   .name = "Btime",        .has_arg = required_argument },
4916         { .val = LFS_COMP_COUNT_OPT,
4917                         .name = "comp-count",   .has_arg = required_argument },
4918         { .val = LFS_COMP_COUNT_OPT,
4919                         .name = "component-count",
4920                                                 .has_arg = required_argument },
4921         { .val = LFS_COMP_FLAGS_OPT,
4922                         .name = "comp-flags",   .has_arg = required_argument },
4923         { .val = LFS_COMP_FLAGS_OPT,
4924                         .name = "component-flags",
4925                                                 .has_arg = required_argument },
4926         { .val = LFS_COMP_START_OPT,
4927                         .name = "comp-start",   .has_arg = required_argument },
4928         { .val = LFS_COMP_START_OPT,
4929                         .name = "component-start",
4930                                                 .has_arg = required_argument },
4931         { .val = LFS_MIRROR_STATE_OPT,
4932                         .name = "mirror-state", .has_arg = required_argument },
4933         { .val = LFS_NEWERXY_OPT,
4934                         .name = "newer",        .has_arg = required_argument},
4935         { .val = LFS_NEWERXY_OPT,
4936                         .name = "neweraa",      .has_arg = required_argument},
4937         { .val = LFS_NEWERXY_OPT,
4938                         .name = "neweram",      .has_arg = required_argument},
4939         { .val = LFS_NEWERXY_OPT,
4940                         .name = "newerac",      .has_arg = required_argument},
4941         { .val = LFS_NEWERXY_OPT,
4942                         .name = "newerab",      .has_arg = required_argument},
4943         { .val = LFS_NEWERXY_OPT,
4944                         .name = "newerma",      .has_arg = required_argument},
4945         { .val = LFS_NEWERXY_OPT,
4946                         .name = "newermm",      .has_arg = required_argument},
4947         { .val = LFS_NEWERXY_OPT,
4948                         .name = "newermc",      .has_arg = required_argument},
4949         { .val = LFS_NEWERXY_OPT,
4950                         .name = "newermb",      .has_arg = required_argument},
4951         { .val = LFS_NEWERXY_OPT,
4952                         .name = "newerca",      .has_arg = required_argument},
4953         { .val = LFS_NEWERXY_OPT,
4954                         .name = "newercm",      .has_arg = required_argument},
4955         { .val = LFS_NEWERXY_OPT,
4956                         .name = "newercc",      .has_arg = required_argument},
4957         { .val = LFS_NEWERXY_OPT,
4958                         .name = "newercb",      .has_arg = required_argument},
4959         { .val = LFS_NEWERXY_OPT,
4960                         .name = "newerba",      .has_arg = required_argument},
4961         { .val = LFS_NEWERXY_OPT,
4962                         .name = "newerbm",      .has_arg = required_argument},
4963         { .val = LFS_NEWERXY_OPT,
4964                         .name = "newerbc",      .has_arg = required_argument},
4965         { .val = LFS_NEWERXY_OPT,
4966                         .name = "newerbb",      .has_arg = required_argument},
4967         { .val = LFS_NEWERXY_OPT,
4968                         .name = "newerBa",      .has_arg = required_argument},
4969         { .val = LFS_NEWERXY_OPT,
4970                         .name = "newerBm",      .has_arg = required_argument},
4971         { .val = LFS_NEWERXY_OPT,
4972                         .name = "newerBc",      .has_arg = required_argument},
4973         { .val = LFS_NEWERXY_OPT,
4974                         .name = "newerBB",      .has_arg = required_argument},
4975         { .val = LFS_NEWERXY_OPT,
4976                         .name = "newerat",      .has_arg = required_argument},
4977         { .val = LFS_NEWERXY_OPT,
4978                         .name = "newermt",      .has_arg = required_argument},
4979         { .val = LFS_NEWERXY_OPT,
4980                         .name = "newerct",      .has_arg = required_argument},
4981         { .val = LFS_NEWERXY_OPT,
4982                         .name = "newerbt",      .has_arg = required_argument},
4983         { .val = LFS_NEWERXY_OPT,
4984                         .name = "newerBt",      .has_arg = required_argument},
4985         { .val = 'c',   .name = "stripe-count", .has_arg = required_argument },
4986         { .val = 'c',   .name = "stripe_count", .has_arg = required_argument },
4987         { .val = 'C',   .name = "ctime",        .has_arg = required_argument },
4988 /* getstripe { .val = 'd', .name = "directory", .has_arg = no_argument }, */
4989         { .val = 'D',   .name = "maxdepth",     .has_arg = required_argument },
4990         { .val = 'E',   .name = "comp-end",     .has_arg = required_argument },
4991         { .val = 'E',   .name = "component-end",
4992                                                 .has_arg = required_argument },
4993 /* find { .val = 'F',   .name = "fid",          .has_arg = no_argument }, */
4994         { .val = LFS_LAYOUT_FOREIGN_OPT,
4995                         .name = "foreign",      .has_arg = optional_argument},
4996         { .val = 'g',   .name = "gid",          .has_arg = required_argument },
4997         { .val = 'G',   .name = "group",        .has_arg = required_argument },
4998         { .val = 'h',   .name = "help",         .has_arg = no_argument },
4999         { .val = 'H',   .name = "mdt-hash",     .has_arg = required_argument },
5000         { .val = 'i',   .name = "stripe-index", .has_arg = required_argument },
5001         { .val = 'i',   .name = "stripe_index", .has_arg = required_argument },
5002 /* getstripe { .val = 'I', .name = "comp-id",   .has_arg = required_argument }*/
5003         { .val = 'l',   .name = "lazy",         .has_arg = no_argument },
5004         { .val = 'L',   .name = "layout",       .has_arg = required_argument },
5005         { .val = 'm',   .name = "mdt",          .has_arg = required_argument },
5006         { .val = 'm',   .name = "mdt-index",    .has_arg = required_argument },
5007         { .val = 'm',   .name = "mdt_index",    .has_arg = required_argument },
5008         { .val = 'M',   .name = "mtime",        .has_arg = required_argument },
5009         { .val = 'n',   .name = "name",         .has_arg = required_argument },
5010         { .val = 'N',   .name = "mirror-count", .has_arg = required_argument },
5011 /* find { .val = 'o'    .name = "or", .has_arg = no_argument }, like find(1) */
5012         { .val = 'O',   .name = "obd",          .has_arg = required_argument },
5013         { .val = 'O',   .name = "ost",          .has_arg = required_argument },
5014         /* no short option for pool yet, can be 'p' after 2.18 */
5015         { .val = LFS_POOL_OPT,
5016                         .name = "pool",         .has_arg = required_argument },
5017         { .val = '0',   .name = "print0",       .has_arg = no_argument },
5018         { .val = 'P',   .name = "print",        .has_arg = no_argument },
5019         { .val = LFS_PROJID_OPT,
5020                         .name = "projid",       .has_arg = required_argument },
5021 /* getstripe { .val = 'q', .name = "quiet",     .has_arg = no_argument }, */
5022 /* getstripe { .val = 'r', .name = "recursive", .has_arg = no_argument }, */
5023 /* getstripe { .val = 'R', .name = "raw",       .has_arg = no_argument }, */
5024         { .val = 's',   .name = "size",         .has_arg = required_argument },
5025         { .val = 'S',   .name = "stripe-size",  .has_arg = required_argument },
5026         { .val = 'S',   .name = "stripe_size",  .has_arg = required_argument },
5027         { .val = 't',   .name = "type",         .has_arg = required_argument },
5028         { .val = LFS_FIND_PERM,
5029                         .name = "perm",         .has_arg = required_argument },
5030         { .val = 'T',   .name = "mdt-count",    .has_arg = required_argument },
5031         { .val = 'u',   .name = "uid",          .has_arg = required_argument },
5032         { .val = 'U',   .name = "user",         .has_arg = required_argument },
5033         { .val = 'z',   .name = "extension-size",
5034                                                 .has_arg = required_argument },
5035         { .val = 'z',   .name = "ext-size",     .has_arg = required_argument },
5036 /* getstripe { .val = 'v', .name = "verbose",   .has_arg = no_argument }, */
5037 /* getstripe { .val = 'y', .name = "yaml",      .has_arg = no_argument }, */
5038         { .name = NULL } };
5039         int optidx = 0;
5040         int pathstart = -1;
5041         int pathend = -1;
5042         int pathbad = -1;
5043         int neg_opt = 0;
5044         time_t *xtime;
5045         int *xsign;
5046         int isoption;
5047         char *endptr;
5048
5049         time(&t);
5050
5051         /* when getopt_long_only() hits '!' it returns 1, puts "!" in optarg */
5052         while ((c = getopt_long_only(argc, argv,
5053                 "-0A:b:B:c:C:D:E:g:G:hH:i:L:m:M:n:N:O:Ppqrs:S:t:T:u:U:vz:",
5054                 long_opts, &optidx)) >= 0) {
5055                 xtime = NULL;
5056                 xsign = NULL;
5057                 if (neg_opt)
5058                         --neg_opt;
5059                 /* '!' is part of option */
5060                 /*
5061                  * when getopt_long_only() finds a string which is not
5062                  * an option nor a known option argument it returns 1
5063                  * in that case if we already have found pathstart and pathend
5064                  * (i.e. we have the list of pathnames),
5065                  * the only supported value is "!"
5066                  */
5067                 isoption = (c != 1) || (strcmp(optarg, "!") == 0);
5068                 if (!isoption && pathend != -1) {
5069                         fprintf(stderr,
5070                                 "err: %s: filename|dirname must either precede options or follow options\n",
5071                                 argv[0]);
5072                         ret = CMD_HELP;
5073                         goto err;
5074                 }
5075                 if (!isoption && pathstart == -1)
5076                         pathstart = optind - 1;
5077                 if (isoption && pathstart != -1 && pathend == -1)
5078                         pathend = optind - 2;
5079                 switch (c) {
5080                 case 0:
5081                         /* Long options. */
5082                         break;
5083                 case 1:
5084                         /*
5085                          * unknown; opt is "!" or path component,
5086                          * checking done above.
5087                          */
5088                         if (strcmp(optarg, "!") == 0)
5089                                 neg_opt = 2;
5090                         break;
5091                 case 'A':
5092                         xtime = &param.fp_atime;
5093                         xsign = &param.fp_asign;
5094                         param.fp_exclude_atime = !!neg_opt;
5095                         /* no break, this falls through to 'B' for btime */
5096                 case 'B':
5097                         if (c == 'B') {
5098                                 xtime = &param.fp_btime;
5099                                 xsign = &param.fp_bsign;
5100                                 param.fp_exclude_btime = !!neg_opt;
5101                         }
5102                         /* no break, this falls through to 'C' for ctime */
5103                 case 'C':
5104                         if (c == 'C') {
5105                                 xtime = &param.fp_ctime;
5106                                 xsign = &param.fp_csign;
5107                                 param.fp_exclude_ctime = !!neg_opt;
5108                         }
5109                         /* no break, this falls through to 'M' for mtime */
5110                 case 'M':
5111                         if (c == 'M') {
5112                                 xtime = &param.fp_mtime;
5113                                 xsign = &param.fp_msign;
5114                                 param.fp_exclude_mtime = !!neg_opt;
5115                         }
5116                         rc = set_time(&param, &t, xtime, optarg);
5117                         if (rc == LONG_MAX) {
5118                                 ret = -1;
5119                                 goto err;
5120                         }
5121                         if (rc)
5122                                 *xsign = rc;
5123                         break;
5124                 case 'b':
5125                         if (optarg[0] == '+') {
5126                                 param.fp_blocks_sign = -1;
5127                                 optarg++;
5128                         } else if (optarg[0] == '-') {
5129                                 param.fp_blocks_sign =  1;
5130                                 optarg++;
5131                         }
5132
5133                         param.fp_blocks_units = 1024;
5134                         ret = llapi_parse_size(optarg, &param.fp_blocks,
5135                                                &param.fp_blocks_units, 0);
5136                         if (ret) {
5137                                 fprintf(stderr, "error: bad blocks '%s'\n",
5138                                         optarg);
5139                                 goto err;
5140                         }
5141                         param.fp_check_blocks = 1;
5142                         param.fp_exclude_blocks = !!neg_opt;
5143                         break;
5144                 case LFS_COMP_COUNT_OPT:
5145                         if (optarg[0] == '+') {
5146                                 param.fp_comp_count_sign = -1;
5147                                 optarg++;
5148                         } else if (optarg[0] == '-') {
5149                                 param.fp_comp_count_sign =  1;
5150                                 optarg++;
5151                         }
5152
5153                         errno = 0;
5154                         param.fp_comp_count = strtoul(optarg, &endptr, 0);
5155                         if (errno != 0 || *endptr != '\0' ||
5156                             param.fp_comp_count > UINT32_MAX) {
5157                                 fprintf(stderr,
5158                                         "error: bad component count '%s'\n",
5159                                         optarg);
5160                                 goto err;
5161                         }
5162                         param.fp_check_comp_count = 1;
5163                         param.fp_exclude_comp_count = !!neg_opt;
5164                         break;
5165                 case LFS_COMP_FLAGS_OPT:
5166                         rc = comp_str2flags(optarg, &param.fp_comp_flags,
5167                                             &param.fp_comp_neg_flags);
5168                         if (rc) {
5169                                 fprintf(stderr,
5170                                         "error: bad component flags '%s'\n",
5171                                         optarg);
5172                                 goto err;
5173                         }
5174                         param.fp_check_comp_flags = 1;
5175                         if (neg_opt) {
5176                                 __u32 flags = param.fp_comp_neg_flags;
5177
5178                                 param.fp_comp_neg_flags = param.fp_comp_flags;
5179                                 param.fp_comp_flags = flags;
5180                         }
5181                         break;
5182                 case LFS_COMP_START_OPT:
5183                         if (optarg[0] == '+') {
5184                                 param.fp_comp_start_sign = -1;
5185                                 optarg++;
5186                         } else if (optarg[0] == '-') {
5187                                 param.fp_comp_start_sign =  1;
5188                                 optarg++;
5189                         }
5190
5191                         rc = llapi_parse_size(optarg, &param.fp_comp_start,
5192                                               &param.fp_comp_start_units, 0);
5193                         if (rc) {
5194                                 fprintf(stderr,
5195                                         "error: bad component start '%s'\n",
5196                                         optarg);
5197                                 goto err;
5198                         }
5199                         param.fp_check_comp_start = 1;
5200                         param.fp_exclude_comp_start = !!neg_opt;
5201                         break;
5202                 case LFS_MIRROR_STATE_OPT:
5203                         rc = mirror_str2state(optarg, &param.fp_mirror_state,
5204                                               &param.fp_mirror_neg_state);
5205                         if (rc) {
5206                                 fprintf(stderr,
5207                                         "error: bad mirrored file state '%s'\n",
5208                                         optarg);
5209                                 goto err;
5210                         }
5211                         param.fp_check_mirror_state = 1;
5212                         if (neg_opt) {
5213                                 __u16 state = param.fp_mirror_neg_state;
5214
5215                                 param.fp_mirror_neg_state =
5216                                         param.fp_mirror_state;
5217                                 param.fp_mirror_state = state;
5218                         }
5219                         break;
5220                 case 'c':
5221                         if (optarg[0] == '+') {
5222                                 param.fp_stripe_count_sign = -1;
5223                                 optarg++;
5224                         } else if (optarg[0] == '-') {
5225                                 param.fp_stripe_count_sign =  1;
5226                                 optarg++;
5227                         }
5228
5229                         errno = 0;
5230                         param.fp_stripe_count = strtoul(optarg, &endptr, 0);
5231                         if (errno != 0 || *endptr != '\0' ||
5232                             param.fp_stripe_count > LOV_MAX_STRIPE_COUNT) {
5233                                 fprintf(stderr,
5234                                         "error: bad stripe_count '%s'\n",
5235                                         optarg);
5236                                 ret = -1;
5237                                 goto err;
5238                         }
5239                         param.fp_check_stripe_count = 1;
5240                         param.fp_exclude_stripe_count = !!neg_opt;
5241                         break;
5242                 case 'D':
5243                         errno = 0;
5244                         param.fp_max_depth = strtol(optarg, 0, 0);
5245                         if (errno != 0 || param.fp_max_depth < 0) {
5246                                 fprintf(stderr,
5247                                         "error: bad maxdepth '%s'\n",
5248                                         optarg);
5249                                 ret = -1;
5250                                 goto err;
5251                         }
5252                         break;
5253                 case 'E':
5254                         if (optarg[0] == '+') {
5255                                 param.fp_comp_end_sign = -1;
5256                                 optarg++;
5257                         } else if (optarg[0] == '-') {
5258                                 param.fp_comp_end_sign =  1;
5259                                 optarg++;
5260                         }
5261
5262                         if (arg_is_eof(optarg)) {
5263                                 param.fp_comp_end = LUSTRE_EOF;
5264                                 param.fp_comp_end_units = 1;
5265                                 rc = 0;
5266                         } else {
5267                                 rc = llapi_parse_size(optarg,
5268                                                 &param.fp_comp_end,
5269                                                 &param.fp_comp_end_units, 0);
5270                                 /* assume units of KB if too small */
5271                                 if (param.fp_comp_end < 4096)
5272                                         param.fp_comp_end *= 1024;
5273                         }
5274                         if (rc) {
5275                                 fprintf(stderr,
5276                                         "error: bad component end '%s'\n",
5277                                         optarg);
5278                                 goto err;
5279                         }
5280                         param.fp_check_comp_end = 1;
5281                         param.fp_exclude_comp_end = !!neg_opt;
5282                         break;
5283                 case LFS_LAYOUT_FOREIGN_OPT: {
5284                         /* all types by default */
5285                         uint32_t type = LU_FOREIGN_TYPE_UNKNOWN;
5286
5287                         if (optarg) {
5288                                 /* check pure numeric */
5289                                 type = strtoul(optarg, &endptr, 0);
5290                                 if (*endptr) {
5291                                         /* check name */
5292                                         type = check_foreign_type_name(optarg);
5293                                         if (type == LU_FOREIGN_TYPE_UNKNOWN) {
5294                                                 fprintf(stderr,
5295                                                         "%s %s: unknown foreign type '%s'\n",
5296                                                         progname, argv[0],
5297                                                         optarg);
5298                                                 return CMD_HELP;
5299                                         }
5300                                 } else if (type >= UINT32_MAX) {
5301                                         fprintf(stderr,
5302                                                 "%s %s: invalid foreign type '%s'\n",
5303                                                 progname, argv[0], optarg);
5304                                         return CMD_HELP;
5305                                 }
5306                         }
5307                         param.fp_foreign_type = type;
5308                         param.fp_check_foreign = 1;
5309                         param.fp_exclude_foreign = !!neg_opt;
5310                         break;
5311                 }
5312                 case LFS_NEWERXY_OPT: {
5313                         char x = 'm';
5314                         char y = 'm';
5315                         int xidx;
5316                         int negidx;
5317                         time_t *newery;
5318                         time_t ref = time(NULL);
5319
5320                         /* no need to check bad options, they won't get here */
5321                         if (strlen(long_opts[optidx].name) == 7) {
5322                                 x = long_opts[optidx].name[5];
5323                                 y = long_opts[optidx].name[6];
5324                         }
5325
5326                         if (y == 't') {
5327                                 static const char *const fmts[] = {
5328                                         "%Y-%m-%d %H:%M:%S",
5329                                         "%Y-%m-%d %H:%M",
5330                                         "%Y-%m-%d",
5331                                         "%H:%M:%S", /* sometime today */
5332                                         "%H:%M",
5333                                         "@%s",
5334                                         "%s",
5335                                         NULL };
5336                                 struct tm tm;
5337                                 bool found = false;
5338                                 int i;
5339
5340                                 for (i = 0; fmts[i] != NULL; i++) {
5341                                         char *ptr;
5342
5343                                         /* Init for times relative to today */
5344                                         if (strncmp(fmts[i], "%H", 2) == 0)
5345                                                 localtime_r(&ref, &tm);
5346                                         else
5347                                                 memset(&tm, 0, sizeof(tm));
5348                                         ptr = strptime(optarg, fmts[i], &tm);
5349                                         /* Skip spaces */
5350                                         while (ptr && isspace(*ptr))
5351                                                 ptr++;
5352                                         if (ptr == optarg + strlen(optarg)) {
5353                                                 found = true;
5354                                                 break;
5355                                         }
5356                                 }
5357
5358                                 if (!found) {
5359                                         fprintf(stderr,
5360                                                 "%s: invalid time '%s'\n",
5361                                                 progname, optarg);
5362                                         fprintf(stderr,
5363                                                 "supported formats are:\n  ");
5364                                         for (i = 0; fmts[i] != NULL; i++)
5365                                                 fprintf(stderr, "'%s', ",
5366                                                         fmts[i]);
5367                                         fprintf(stderr, "\n");
5368                                         ret = -EINVAL;
5369                                         goto err;
5370                                 }
5371
5372                                 ref = mktime(&tm);
5373                         } else if (y == 'b' || y == 'B') {
5374                                 lstatx_t stx;
5375
5376                                 rc = llapi_get_lum_file(optarg, NULL, &stx,
5377                                                         NULL, 0);
5378                                 if (rc || !(stx.stx_mask & STATX_BTIME)) {
5379                                         if (!(stx.stx_mask & STATX_BTIME))
5380                                                 ret = -EOPNOTSUPP;
5381                                         else
5382                                                 ret = -errno;
5383                                         fprintf(stderr,
5384                                                 "%s: get btime failed '%s': %s\n",
5385                                                 progname, optarg,
5386                                                 strerror(-ret));
5387                                         goto err;
5388                                 }
5389
5390                                 ref = stx.stx_btime.tv_sec;
5391                         } else {
5392                                 struct stat statbuf;
5393
5394                                 if (stat(optarg, &statbuf) < 0) {
5395                                         fprintf(stderr,
5396                                                 "%s: cannot stat file '%s': %s\n",
5397                                                 progname, optarg,
5398                                                 strerror(errno));
5399                                         ret = -errno;
5400                                         goto err;
5401                                 }
5402
5403                                 switch (y) {
5404                                 case 'a':
5405                                         ref = statbuf.st_atime;
5406                                         break;
5407                                 case 'm':
5408                                         ref = statbuf.st_mtime;
5409                                         break;
5410                                 case 'c':
5411                                         ref = statbuf.st_ctime;
5412                                         break;
5413                                 default:
5414                                         fprintf(stderr,
5415                                                 "%s: invalid Y argument: '%c'\n",
5416                                                 progname, x);
5417                                         ret = -EINVAL;
5418                                         goto err;
5419                                 }
5420                         }
5421
5422                         switch (x) {
5423                         case 'a':
5424                                 xidx = NEWERXY_ATIME;
5425                                 break;
5426                         case 'm':
5427                                 xidx = NEWERXY_MTIME;
5428                                 break;
5429                         case 'c':
5430                                 xidx = NEWERXY_CTIME;
5431                                 break;
5432                         case 'b':
5433                         case 'B':
5434                                 xidx = NEWERXY_BTIME;
5435                                 break;
5436                         default:
5437                                 fprintf(stderr,
5438                                         "%s: invalid X argument: '%c'\n",
5439                                         progname, x);
5440                                 ret = -EINVAL;
5441                                 goto err;
5442                         }
5443
5444                         negidx = !!neg_opt;
5445                         newery = &param.fp_newery[xidx][negidx];
5446
5447                         if (*newery == 0) {
5448                                 *newery = ref;
5449                         } else {
5450                                 if (negidx)
5451                                         *newery = *newery > ref ? ref : *newery;
5452                                 else
5453                                         *newery = *newery > ref ? *newery : ref;
5454                         }
5455                         param.fp_newerxy = 1;
5456                         break;
5457                 }
5458                 case 'g':
5459                 case 'G':
5460                         rc = name2gid(&param.fp_gid, optarg);
5461                         if (rc) {
5462                                 if (str2quotaid(&param.fp_gid, optarg)) {
5463                                         fprintf(stderr,
5464                                                 "Group/GID: %s cannot be found.\n",
5465                                                 optarg);
5466                                         ret = -1;
5467                                         goto err;
5468                                 }
5469                         }
5470                         param.fp_exclude_gid = !!neg_opt;
5471                         param.fp_check_gid = 1;
5472                         break;
5473                 case 'H':
5474                         rc = mdthash_input(optarg, &param.fp_hash_inflags,
5475                                            &param.fp_hash_exflags,
5476                                            &param.fp_hash_type);
5477                         if (rc) {
5478                                 ret = -1;
5479                                 goto err;
5480                         }
5481                         if (param.fp_hash_inflags || param.fp_hash_exflags)
5482                                 param.fp_check_hash_flag = 1;
5483                         param.fp_exclude_hash_type = !!neg_opt;
5484                         break;
5485                 case 'l':
5486                         param.fp_lazy = 1;
5487                         break;
5488                 case 'L':
5489                         ret = name2layout(&param.fp_layout, optarg);
5490                         if (ret)
5491                                 goto err;
5492                         param.fp_exclude_layout = !!neg_opt;
5493                         param.fp_check_layout = 1;
5494                         break;
5495                 case 'u':
5496                 case 'U':
5497                         rc = name2uid(&param.fp_uid, optarg);
5498                         if (rc) {
5499                                 if (str2quotaid(&param.fp_uid, optarg)) {
5500                                         fprintf(stderr,
5501                                                 "User/UID: %s cannot be found.\n",
5502                                                 optarg);
5503                                         ret = -1;
5504                                         goto err;
5505                                 }
5506                         }
5507                         param.fp_exclude_uid = !!neg_opt;
5508                         param.fp_check_uid = 1;
5509                         break;
5510                 case 'n':
5511                         param.fp_pattern = (char *)optarg;
5512                         param.fp_exclude_pattern = !!neg_opt;
5513                         break;
5514                 case 'N':
5515                         if (optarg[0] == '+') {
5516                                 param.fp_mirror_count_sign = -1;
5517                                 optarg++;
5518                         } else if (optarg[0] == '-') {
5519                                 param.fp_mirror_count_sign =  1;
5520                                 optarg++;
5521                         }
5522
5523                         errno = 0;
5524                         param.fp_mirror_count = strtoul(optarg, &endptr, 0);
5525                         if (errno != 0 || *endptr != '\0' ||
5526                             param.fp_mirror_count > LUSTRE_MIRROR_COUNT_MAX) {
5527                                 fprintf(stderr,
5528                                         "error: bad mirror count '%s'\n",
5529                                         optarg);
5530                                 goto err;
5531                         }
5532                         param.fp_check_mirror_count = 1;
5533                         param.fp_exclude_mirror_count = !!neg_opt;
5534                         break;
5535                 case 'm':
5536                 case 'i':
5537                 case 'O': {
5538                         char *buf, *token, *next, *p;
5539                         int len = 1;
5540                         void *tmp;
5541
5542                         buf = strdup(optarg);
5543                         if (!buf) {
5544                                 ret = -ENOMEM;
5545                                 goto err;
5546                         }
5547
5548                         param.fp_exclude_obd = !!neg_opt;
5549
5550                         token = buf;
5551                         while (token && *token) {
5552                                 token = strchr(token, ',');
5553                                 if (token) {
5554                                         len++;
5555                                         token++;
5556                                 }
5557                         }
5558                         if (c == 'm') {
5559                                 param.fp_exclude_mdt = !!neg_opt;
5560                                 param.fp_num_alloc_mdts += len;
5561                                 tmp = realloc(param.fp_mdt_uuid,
5562                                               param.fp_num_alloc_mdts *
5563                                               sizeof(*param.fp_mdt_uuid));
5564                                 if (!tmp) {
5565                                         ret = -ENOMEM;
5566                                         goto err_free;
5567                                 }
5568
5569                                 param.fp_mdt_uuid = tmp;
5570                         } else {
5571                                 param.fp_exclude_obd = !!neg_opt;
5572                                 param.fp_num_alloc_obds += len;
5573                                 tmp = realloc(param.fp_obd_uuid,
5574                                               param.fp_num_alloc_obds *
5575                                               sizeof(*param.fp_obd_uuid));
5576                                 if (!tmp) {
5577                                         ret = -ENOMEM;
5578                                         goto err_free;
5579                                 }
5580
5581                                 param.fp_obd_uuid = tmp;
5582                         }
5583                         for (token = buf; token && *token; token = next) {
5584                                 struct obd_uuid *puuid;
5585
5586                                 if (c == 'm') {
5587                                         puuid =
5588                                         &param.fp_mdt_uuid[param.fp_num_mdts++];
5589                                 } else {
5590                                         puuid =
5591                                         &param.fp_obd_uuid[param.fp_num_obds++];
5592                                 }
5593                                 p = strchr(token, ',');
5594                                 next = 0;
5595                                 if (p) {
5596                                         *p = 0;
5597                                         next = p+1;
5598                                 }
5599
5600                                 if (strlen(token) > sizeof(puuid->uuid) - 1) {
5601                                         ret = -E2BIG;
5602                                         goto err_free;
5603                                 }
5604
5605                                 strncpy(puuid->uuid, token,
5606                                         sizeof(puuid->uuid));
5607                         }
5608 err_free:
5609                         if (buf)
5610                                 free(buf);
5611                         break;
5612                 }
5613 #if LUSTRE_VERSION_CODE >= OBD_OCD_VERSION(2, 18, 53, 0)
5614                 case 'p':
5615 #endif
5616                 case LFS_POOL_OPT:
5617                         if (strlen(optarg) > LOV_MAXPOOLNAME) {
5618                                 fprintf(stderr,
5619                                         "Pool name %s is too long (max %d)\n",
5620                                         optarg, LOV_MAXPOOLNAME);
5621                                 ret = -1;
5622                                 goto err;
5623                         }
5624                         /*
5625                          * We do check for empty pool because empty pool
5626                          * is used to find V1 LOV attributes
5627                          */
5628                         strncpy(param.fp_poolname, optarg, LOV_MAXPOOLNAME);
5629                         param.fp_poolname[LOV_MAXPOOLNAME] = '\0';
5630                         param.fp_exclude_pool = !!neg_opt;
5631                         param.fp_check_pool = 1;
5632                         break;
5633 #if LUSTRE_VERSION_CODE < OBD_OCD_VERSION(2, 14, 53, 0)
5634                 case 'p': /* want this for --pool, to match getstripe/find */
5635                         fprintf(stderr,
5636                                 "warning: -p deprecated, use --print0 or -0\n");
5637 #endif
5638                 case '0':
5639                         param.fp_zero_end = 1;
5640                         break;
5641                 case 'P': /* we always print, this option is a no-op */
5642                         break;
5643                 case LFS_PROJID_OPT:
5644                         rc = name2projid(&param.fp_projid, optarg);
5645                         if (rc) {
5646                                 if (str2quotaid(&param.fp_projid, optarg)) {
5647                                         fprintf(stderr,
5648                                                 "Invalid project ID: %s\n",
5649                                                 optarg);
5650                                         ret = -1;
5651                                         goto err;
5652                                 }
5653                         }
5654                         param.fp_exclude_projid = !!neg_opt;
5655                         param.fp_check_projid = 1;
5656                         break;
5657                 case 's':
5658                         if (optarg[0] == '+') {
5659                                 param.fp_size_sign = -1;
5660                                 optarg++;
5661                         } else if (optarg[0] == '-') {
5662                                 param.fp_size_sign =  1;
5663                                 optarg++;
5664                         }
5665
5666                         ret = llapi_parse_size(optarg, &param.fp_size,
5667                                                &param.fp_size_units, 0);
5668                         if (ret) {
5669                                 fprintf(stderr, "error: bad file size '%s'\n",
5670                                         optarg);
5671                                 goto err;
5672                         }
5673                         param.fp_check_size = 1;
5674                         param.fp_exclude_size = !!neg_opt;
5675                         break;
5676                 case 'S':
5677                         if (optarg[0] == '+') {
5678                                 param.fp_stripe_size_sign = -1;
5679                                 optarg++;
5680                         } else if (optarg[0] == '-') {
5681                                 param.fp_stripe_size_sign =  1;
5682                                 optarg++;
5683                         }
5684
5685                         ret = llapi_parse_size(optarg, &param.fp_stripe_size,
5686                                                &param.fp_stripe_size_units, 0);
5687                         /* assume units of KB if too small to be valid */
5688                         if (param.fp_stripe_size < 4096)
5689                                 param.fp_stripe_size *= 1024;
5690                         if (ret) {
5691                                 fprintf(stderr, "error: bad stripe_size '%s'\n",
5692                                         optarg);
5693                                 goto err;
5694                         }
5695                         param.fp_check_stripe_size = 1;
5696                         param.fp_exclude_stripe_size = !!neg_opt;
5697                         break;
5698                 case 't':
5699                         param.fp_exclude_type = !!neg_opt;
5700                         switch (optarg[0]) {
5701                         case 'b':
5702                                 param.fp_type = S_IFBLK;
5703                                 break;
5704                         case 'c':
5705                                 param.fp_type = S_IFCHR;
5706                                 break;
5707                         case 'd':
5708                                 param.fp_type = S_IFDIR;
5709                                 break;
5710                         case 'f':
5711                                 param.fp_type = S_IFREG;
5712                                 break;
5713                         case 'l':
5714                                 param.fp_type = S_IFLNK;
5715                                 break;
5716                         case 'p':
5717                                 param.fp_type = S_IFIFO;
5718                                 break;
5719                         case 's':
5720                                 param.fp_type = S_IFSOCK;
5721                                 break;
5722                         default:
5723                                 fprintf(stderr, "%s: bad type '%s'\n",
5724                                         progname, optarg);
5725                                 ret = CMD_HELP;
5726                                 goto err;
5727                         }
5728                         break;
5729                 case LFS_FIND_PERM:
5730                         param.fp_exclude_perm = !!neg_opt;
5731                         param.fp_perm_sign = LFS_FIND_PERM_EXACT;
5732                         if (*optarg == '/') {
5733                                 param.fp_perm_sign = LFS_FIND_PERM_ANY;
5734                                 optarg++;
5735                         } else if (*optarg == '-') {
5736                                 param.fp_perm_sign = LFS_FIND_PERM_ALL;
5737                                 optarg++;
5738                         }
5739
5740                         if (str2mode_t(optarg, &param.fp_perm)) {
5741                                 fprintf(stderr, "error: invalid mode '%s'\n",
5742                                         optarg);
5743                                 ret = -1;
5744                                 goto err;
5745                         }
5746                         break;
5747                 case 'T':
5748                         if (optarg[0] == '+') {
5749                                 param.fp_mdt_count_sign = -1;
5750                                 optarg++;
5751                         } else if (optarg[0] == '-') {
5752                                 param.fp_mdt_count_sign =  1;
5753                                 optarg++;
5754                         }
5755
5756                         errno = 0;
5757                         param.fp_mdt_count = strtoul(optarg, &endptr, 0);
5758                         if (errno != 0 || *endptr != '\0' ||
5759                             param.fp_mdt_count >= UINT32_MAX) {
5760                                 fprintf(stderr, "error: bad mdt_count '%s'\n",
5761                                         optarg);
5762                                 ret = -1;
5763                                 goto err;
5764                         }
5765                         param.fp_check_mdt_count = 1;
5766                         param.fp_exclude_mdt_count = !!neg_opt;
5767                         break;
5768                 case 'z':
5769                         if (optarg[0] == '+') {
5770                                 param.fp_ext_size_sign = -1;
5771                                 optarg++;
5772                         } else if (optarg[0] == '-') {
5773                                 param.fp_ext_size_sign =  1;
5774                                 optarg++;
5775                         }
5776
5777                         ret = llapi_parse_size(optarg, &param.fp_ext_size,
5778                                                &param.fp_ext_size_units, 0);
5779                         if (ret) {
5780                                 fprintf(stderr, "error: bad ext-size '%s'\n",
5781                                         optarg);
5782                                 goto err;
5783                         }
5784                         param.fp_ext_size /= SEL_UNIT_SIZE;
5785                         param.fp_ext_size_units /= SEL_UNIT_SIZE;
5786                         param.fp_check_ext_size = 1;
5787                         param.fp_exclude_ext_size = !!neg_opt;
5788                         break;
5789                 default:
5790                         fprintf(stderr, "%s: unrecognized option '%s'\n",
5791                                 progname, argv[optind - 1]);
5792                 case 'h':
5793                         ret = CMD_HELP;
5794                         goto err;
5795                 }
5796         }
5797
5798         if (pathstart == -1) {
5799                 fprintf(stderr, "error: %s: no filename|pathname\n",
5800                         argv[0]);
5801                 ret = CMD_HELP;
5802                 goto err;
5803         } else if (pathend == -1) {
5804                 /* no options */
5805                 pathend = argc;
5806         }
5807
5808         do {
5809                 rc = llapi_find(argv[pathstart], &param);
5810                 if (rc && !ret) {
5811                         ret = rc;
5812                         pathbad = pathstart;
5813                 }
5814         } while (++pathstart < pathend);
5815
5816         if (ret)
5817                 fprintf(stderr, "%s: failed for '%s': %s\n",
5818                         progname, argv[pathbad], strerror(-rc));
5819
5820 err:
5821         if (param.fp_obd_uuid && param.fp_num_alloc_obds)
5822                 free(param.fp_obd_uuid);
5823
5824         if (param.fp_mdt_uuid && param.fp_num_alloc_mdts)
5825                 free(param.fp_mdt_uuid);
5826
5827         return ret;
5828 }
5829
5830 static int lfs_getstripe_internal(int argc, char **argv,
5831                                   struct find_param *param)
5832 {
5833         struct option long_opts[] = {
5834 /* find { .val = 'A',   .name = "atime",        .has_arg = required_argument }*/
5835 /* find { .val = 'b',   .name = "blocks",       .has_arg = required_argument }*/
5836 /* find { .val = 'B',   .name = "btime",        .has_arg = required_argument }*/
5837 /* find { .val = 'B',   .name = "Btime",        .has_arg = required_argument }*/
5838         { .val = LFS_COMP_COUNT_OPT,
5839                         .name = "comp-count",   .has_arg = no_argument },
5840         { .val = LFS_COMP_COUNT_OPT,
5841                 .name = "component-count",      .has_arg = no_argument },
5842         { .val = LFS_COMP_FLAGS_OPT,
5843                         .name = "comp-flags",   .has_arg = optional_argument },
5844         { .val = LFS_COMP_FLAGS_OPT,
5845                 .name = "component-flags",      .has_arg = optional_argument },
5846         { .val = LFS_COMP_START_OPT,
5847                         .name = "comp-start",   .has_arg = optional_argument },
5848         { .val = LFS_COMP_START_OPT,
5849                 .name = "component-start",      .has_arg = optional_argument },
5850         { .val = LFS_MIRROR_INDEX_OPT,
5851                 .name = "mirror-index",         .has_arg = required_argument },
5852         { .val = LFS_MIRROR_ID_OPT,
5853                 .name = "mirror-id",            .has_arg = required_argument },
5854         { .val = 'c',   .name = "stripe-count", .has_arg = no_argument },
5855         { .val = 'c',   .name = "stripe_count", .has_arg = no_argument },
5856 /* find { .val = 'C',   .name = "ctime",        .has_arg = required_argument }*/
5857         { .val = 'd',   .name = "directory",    .has_arg = no_argument },
5858         { .val = 'D',   .name = "default",      .has_arg = no_argument },
5859         { .val = 'E',   .name = "comp-end",     .has_arg = optional_argument },
5860         { .val = 'E',   .name = "component-end", .has_arg = optional_argument },
5861         { .val = 'F',   .name = "fid",          .has_arg = no_argument },
5862         { .val = 'g',   .name = "generation",   .has_arg = no_argument },
5863 /* find { .val = 'G',   .name = "group",        .has_arg = required_argument }*/
5864         { .val = 'h',   .name = "help",         .has_arg = no_argument },
5865 /* dirstripe { .val = 'H', .name = "mdt-hash",  .has_arg = required_argument }*/
5866         { .val = 'i',   .name = "stripe-index", .has_arg = no_argument },
5867         { .val = 'i',   .name = "stripe_index", .has_arg = no_argument },
5868         { .val = 'I',   .name = "comp-id",      .has_arg = optional_argument },
5869         { .val = 'I',   .name = "component-id", .has_arg = optional_argument },
5870 /* find { .val = 'l',   .name = "lazy",         .has_arg = no_argument }, */
5871         { .val = 'L',   .name = "layout",       .has_arg = no_argument },
5872         { .val = 'm',   .name = "mdt",          .has_arg = no_argument },
5873         { .val = 'm',   .name = "mdt-index",    .has_arg = no_argument },
5874         { .val = 'm',   .name = "mdt_index",    .has_arg = no_argument },
5875 /* find { .val = 'M',   .name = "mtime",        .has_arg = required_argument }*/
5876 /* find { .val = 'n',   .name = "name",         .has_arg = required_argument }*/
5877         { .val = 'N',   .name = "mirror-count", .has_arg = no_argument },
5878         { .val = 'O',   .name = "obd",          .has_arg = required_argument },
5879         { .val = 'O',   .name = "ost",          .has_arg = required_argument },
5880         { .val = 'p',   .name = "pool",         .has_arg = no_argument },
5881 /* find { .val = 'P',   .name = "print",        .has_arg = no_argument }, */
5882         { .val = 'q',   .name = "quiet",        .has_arg = no_argument },
5883         { .val = 'r',   .name = "recursive",    .has_arg = no_argument },
5884         { .val = 'R',   .name = "raw",          .has_arg = no_argument },
5885         { .val = 'S',   .name = "stripe-size",  .has_arg = no_argument },
5886         { .val = 'S',   .name = "stripe_size",  .has_arg = no_argument },
5887 /* find { .val = 't',   .name = "type",         .has_arg = required_argument }*/
5888 /* dirstripe { .val = 'T', .name = "mdt-count", .has_arg = required_argument }*/
5889 /* find { .val = 'u',   .name = "uid",          .has_arg = required_argument }*/
5890 /* find { .val = 'U',   .name = "user",         .has_arg = required_argument }*/
5891         { .val = 'v',   .name = "verbose",      .has_arg = no_argument },
5892 /* dirstripe { .val = 'X',.name = "max-inherit",.has_arg = required_argument }*/
5893         { .val = 'y',   .name = "yaml",         .has_arg = no_argument },
5894         { .val = 'z',   .name = "extension-size", .has_arg = no_argument },
5895         { .val = 'z',   .name = "ext-size",     .has_arg = no_argument },
5896         { .name = NULL } };
5897         int c, rc;
5898         int neg_opt = 0;
5899         int pathstart = -1, pathend = -1;
5900         int isoption;
5901         char *end, *tmp;
5902
5903         while ((c = getopt_long(argc, argv,
5904                         "-cdDE::FghiI::LmMNoO:pqrRsSvyz",
5905                         long_opts, NULL)) != -1) {
5906                 if (neg_opt)
5907                         --neg_opt;
5908
5909                 /* '!' is part of option */
5910                 isoption = (c != 1) || (strcmp(optarg, "!") == 0);
5911                 if (!isoption && pathend != -1) {
5912                         fprintf(stderr,
5913                                 "error: %s: filename|dirname must either precede options or follow options\n",
5914                                 argv[0]);
5915                         return CMD_HELP;
5916                 }
5917                 if (!isoption && pathstart == -1)
5918                         pathstart = optind - 1;
5919                 if (isoption && pathstart != -1 && pathend == -1)
5920                         pathend = optind - 2;
5921
5922                 switch (c) {
5923                 case 1:
5924                         /* unknown: opt is "!" */
5925                         if (strcmp(optarg, "!") == 0)
5926                                 neg_opt = 2;
5927                         break;
5928                 case 'c':
5929                         if (!(param->fp_verbose & VERBOSE_DETAIL)) {
5930                                 param->fp_verbose |= VERBOSE_COUNT;
5931                                 param->fp_max_depth = 0;
5932                         }
5933                         break;
5934                 case LFS_COMP_COUNT_OPT:
5935                         param->fp_verbose |= VERBOSE_COMP_COUNT;
5936                         param->fp_max_depth = 0;
5937                         break;
5938                 case LFS_COMP_FLAGS_OPT:
5939                         if (optarg) {
5940                                 rc = comp_str2flags(optarg,
5941                                                     &param->fp_comp_flags,
5942                                                     &param->fp_comp_neg_flags);
5943                                 if (rc != 0) {
5944                                         fprintf(stderr,
5945                                                 "error: %s bad component flags '%s'.\n",
5946                                                 argv[0], optarg);
5947                                         return CMD_HELP;
5948                                 }
5949                                 param->fp_check_comp_flags = 1;
5950                         } else {
5951                                 param->fp_verbose |= VERBOSE_COMP_FLAGS;
5952                                 param->fp_max_depth = 0;
5953                         }
5954                         break;
5955                 case LFS_COMP_START_OPT:
5956                         if (optarg) {
5957                                 tmp = optarg;
5958                                 if (tmp[0] == '+') {
5959                                         param->fp_comp_start_sign = -1;
5960                                         tmp++;
5961                                 } else if (tmp[0] == '-') {
5962                                         param->fp_comp_start_sign = 1;
5963                                         tmp++;
5964                                 }
5965                                 rc = llapi_parse_size(tmp,
5966                                                 &param->fp_comp_start,
5967                                                 &param->fp_comp_start_units, 0);
5968                                 if (rc != 0) {
5969                                         fprintf(stderr,
5970                                                 "error: %s bad component start '%s'.\n",
5971                                                 argv[0], tmp);
5972                                         return CMD_HELP;
5973                                 }
5974                                 param->fp_check_comp_start = 1;
5975                         } else {
5976                                 param->fp_verbose |= VERBOSE_COMP_START;
5977                                 param->fp_max_depth = 0;
5978                         }
5979                         break;
5980                 case LFS_MIRROR_INDEX_OPT: {
5981                         unsigned long int mirror_index;
5982
5983                         if (optarg[0] == '+') {
5984                                 param->fp_mirror_index_sign = -1;
5985                                 optarg++;
5986                         } else if (optarg[0] == '-') {
5987                                 param->fp_mirror_index_sign = 1;
5988                                 optarg++;
5989                         }
5990
5991                         errno = 0;
5992                         mirror_index = strtoul(optarg, &end, 0);
5993                         if (errno != 0 || *end != '\0' ||
5994                             mirror_index > UINT16_MAX || (mirror_index == 0 &&
5995                             param->fp_mirror_index_sign == 0 && neg_opt == 0)) {
5996                                 fprintf(stderr,
5997                                         "%s %s: invalid mirror index '%s'\n",
5998                                         progname, argv[0], optarg);
5999                                 return CMD_HELP;
6000                         }
6001
6002                         param->fp_mirror_index = (__u16)mirror_index;
6003
6004                         if (param->fp_mirror_id != 0) {
6005                                 fprintf(stderr,
6006                                         "%s %s: can't specify both mirror index and mirror ID\n",
6007                                         progname, argv[0]);
6008                                 return CMD_HELP;
6009                         }
6010                         param->fp_check_mirror_index = 1;
6011                         param->fp_exclude_mirror_index = !!neg_opt;
6012                         break;
6013                 }
6014                 case LFS_MIRROR_ID_OPT: {
6015                         unsigned long int mirror_id;
6016
6017                         if (optarg[0] == '+') {
6018                                 param->fp_mirror_id_sign = -1;
6019                                 optarg++;
6020                         } else if (optarg[0] == '-') {
6021                                 param->fp_mirror_id_sign = 1;
6022                                 optarg++;
6023                         }
6024
6025                         errno = 0;
6026                         mirror_id = strtoul(optarg, &end, 0);
6027                         if (errno != 0 || *end != '\0' ||
6028                             mirror_id > UINT16_MAX || (mirror_id == 0 &&
6029                             param->fp_mirror_id_sign == 0 && neg_opt == 0)) {
6030                                 fprintf(stderr,
6031                                         "%s %s: invalid mirror ID '%s'\n",
6032                                         progname, argv[0], optarg);
6033                                 return CMD_HELP;
6034                         }
6035
6036                         param->fp_mirror_id = (__u16)mirror_id;
6037
6038                         if (param->fp_mirror_index != 0) {
6039                                 fprintf(stderr,
6040                                         "%s %s: can't specify both mirror index and mirror ID\n",
6041                                         progname, argv[0]);
6042                                 return CMD_HELP;
6043                         }
6044                         param->fp_check_mirror_id = 1;
6045                         param->fp_exclude_mirror_id = !!neg_opt;
6046                         break;
6047                 }
6048                 case 'd':
6049                         param->fp_max_depth = 0;
6050                         break;
6051                 case 'D':
6052                         param->fp_get_default_lmv = 1;
6053                         break;
6054                 case 'E':
6055                         if (optarg) {
6056                                 tmp = optarg;
6057                                 if (tmp[0] == '+') {
6058                                         param->fp_comp_end_sign = -1;
6059                                         tmp++;
6060                                 } else if (tmp[0] == '-') {
6061                                         param->fp_comp_end_sign = 1;
6062                                         tmp++;
6063                                 }
6064
6065                                 if (arg_is_eof(tmp)) {
6066                                         param->fp_comp_end = LUSTRE_EOF;
6067                                         param->fp_comp_end_units = 1;
6068                                         rc = 0;
6069                                 } else {
6070                                         rc = llapi_parse_size(tmp,
6071                                                 &param->fp_comp_end,
6072                                                 &param->fp_comp_end_units, 0);
6073                                         /* assume units of KB if too small */
6074                                         if (param->fp_comp_end < 4096)
6075                                                 param->fp_comp_end *= 1024;
6076                                 }
6077                                 if (rc != 0) {
6078                                         fprintf(stderr,
6079                                                 "error: %s bad component end '%s'.\n",
6080                                                 argv[0], tmp);
6081                                         return CMD_HELP;
6082                                 }
6083                                 param->fp_check_comp_end = 1;
6084                         } else {
6085                                 param->fp_verbose |= VERBOSE_COMP_END;
6086                                 param->fp_max_depth = 0;
6087                         }
6088                         break;
6089                 case 'F':
6090                         if (!(param->fp_verbose & VERBOSE_DETAIL)) {
6091                                 param->fp_verbose |= VERBOSE_DFID;
6092                                 param->fp_max_depth = 0;
6093                         }
6094                         break;
6095                 case 'g':
6096                         if (!(param->fp_verbose & VERBOSE_DETAIL)) {
6097                                 param->fp_verbose |= VERBOSE_GENERATION;
6098                                 param->fp_max_depth = 0;
6099                         }
6100                         break;
6101                 case 'i':
6102                         if (!(param->fp_verbose & VERBOSE_DETAIL)) {
6103                                 param->fp_verbose |= VERBOSE_STRIPE_OFFSET;
6104                                 param->fp_max_depth = 0;
6105                         }
6106                         break;
6107                 case 'I':
6108                         if (optarg) {
6109                                 param->fp_comp_id = strtoul(optarg, &end, 0);
6110                                 if (*end != '\0' || param->fp_comp_id == 0 ||
6111                                     param->fp_comp_id > LCME_ID_MAX) {
6112                                         fprintf(stderr,
6113                                                 "error: %s bad component id '%s'\n",
6114                                                 argv[0], optarg);
6115                                         return CMD_HELP;
6116                                 }
6117                                 param->fp_check_comp_id = 1;
6118                         } else {
6119                                 param->fp_max_depth = 0;
6120                                 param->fp_verbose |= VERBOSE_COMP_ID;
6121                         }
6122                         break;
6123                 case 'L':
6124                         if (!(param->fp_verbose & VERBOSE_DETAIL)) {
6125                                 param->fp_verbose |= VERBOSE_PATTERN;
6126                                 param->fp_max_depth = 0;
6127                         }
6128                         break;
6129 #if LUSTRE_VERSION_CODE < OBD_OCD_VERSION(3, 0, 53, 0)
6130                 case 'M':
6131                         fprintf(stderr,
6132                                 "warning: '-M' deprecated, use '--mdt-index' or '-m' instead\n");
6133 #endif
6134                 case 'm':
6135                         if (!(param->fp_verbose & VERBOSE_DETAIL))
6136                                 param->fp_max_depth = 0;
6137                         param->fp_verbose |= VERBOSE_MDTINDEX;
6138                         break;
6139                 case 'N':
6140                         if (!(param->fp_verbose & VERBOSE_DETAIL)) {
6141                                 param->fp_verbose |= VERBOSE_MIRROR_COUNT;
6142                                 param->fp_max_depth = 0;
6143                         }
6144                         break;
6145                 case 'O':
6146                         if (param->fp_obd_uuid) {
6147                                 fprintf(stderr,
6148                                         "error: %s: only one obduuid allowed",
6149                                         argv[0]);
6150                                 return CMD_HELP;
6151                         }
6152                         param->fp_obd_uuid = (struct obd_uuid *)optarg;
6153                         break;
6154                 case 'p':
6155                         if (!(param->fp_verbose & VERBOSE_DETAIL)) {
6156                                 param->fp_verbose |= VERBOSE_POOL;
6157                                 param->fp_max_depth = 0;
6158                         }
6159                         break;
6160                 case 'q':
6161                         param->fp_quiet++;
6162                         break;
6163                 case 'r':
6164                         param->fp_recursive = 1;
6165                         break;
6166                 case 'R':
6167                         param->fp_raw = 1;
6168                         break;
6169                 case 'S':
6170                         if (!(param->fp_verbose & VERBOSE_DETAIL)) {
6171                                 param->fp_verbose |= VERBOSE_STRIPE_SIZE;
6172                                 param->fp_max_depth = 0;
6173                         }
6174                         break;
6175                 case 'v':
6176                         param->fp_verbose = VERBOSE_DEFAULT | VERBOSE_DETAIL;
6177                         break;
6178                 case 'y':
6179                         param->fp_yaml = 1;
6180                         break;
6181                 case 'z':
6182                         if (!(param->fp_verbose & VERBOSE_DETAIL)) {
6183                                 param->fp_verbose |= VERBOSE_EXT_SIZE;
6184                                 param->fp_max_depth = 0;
6185                         }
6186                         break;
6187                 default:
6188                         fprintf(stderr, "%s: unrecognized option '%s'\n",
6189                                 progname, argv[optind - 1]);
6190                 case 'h':
6191                         return CMD_HELP;
6192                 }
6193         }
6194
6195         if (pathstart == -1) {
6196                 fprintf(stderr, "error: %s: no filename|pathname\n",
6197                                 argv[0]);
6198                 return CMD_HELP;
6199         } else if (pathend == -1) {
6200                 /* no options */
6201                 pathend = argc;
6202         }
6203
6204         if (pathend > argc)
6205                 return CMD_HELP;
6206
6207         if (param->fp_recursive)
6208                 param->fp_max_depth = -1;
6209         else if (param->fp_verbose & VERBOSE_DETAIL)
6210                 param->fp_max_depth = 1;
6211
6212         if (!param->fp_verbose)
6213                 param->fp_verbose = VERBOSE_DEFAULT;
6214         if (param->fp_quiet)
6215                 param->fp_verbose = VERBOSE_OBJID;
6216
6217         do {
6218                 rc = llapi_getstripe(argv[pathstart], param);
6219         } while (++pathstart < pathend && !rc);
6220
6221         if (rc)
6222                 fprintf(stderr, "error: %s failed for %s.\n",
6223                         argv[0], argv[optind - 1]);
6224         return rc;
6225 }
6226
6227 static int lfs_tgts(int argc, char **argv)
6228 {
6229         char mntdir[PATH_MAX] = {'\0'}, path[PATH_MAX] = {'\0'};
6230         struct find_param param;
6231         int index = 0, rc = 0;
6232
6233         if (argc > 2)
6234                 return CMD_HELP;
6235
6236         if (argc == 2 && !realpath(argv[1], path)) {
6237                 rc = -errno;
6238                 fprintf(stderr, "error: invalid path '%s': %s\n",
6239                         argv[1], strerror(-rc));
6240                 return rc;
6241         }
6242
6243         while (!llapi_search_mounts(path, index++, mntdir, NULL)) {
6244                 /* Check if we have a mount point */
6245                 if (mntdir[0] == '\0')
6246                         continue;
6247
6248                 memset(&param, 0, sizeof(param));
6249                 if (!strcmp(argv[0], "mdts"))
6250                         param.fp_get_lmv = 1;
6251
6252                 rc = llapi_ostlist(mntdir, &param);
6253                 if (rc) {
6254                         fprintf(stderr, "error: %s: failed on %s\n",
6255                                 argv[0], mntdir);
6256                 }
6257                 if (path[0] != '\0')
6258                         break;
6259                 memset(mntdir, 0, PATH_MAX);
6260         }
6261
6262         return rc;
6263 }
6264
6265 static int lfs_getstripe(int argc, char **argv)
6266 {
6267         struct find_param param = { 0 };
6268
6269         param.fp_max_depth = 1;
6270         return lfs_getstripe_internal(argc, argv, &param);
6271 }
6272
6273 /* functions */
6274 static int lfs_getdirstripe(int argc, char **argv)
6275 {
6276         struct find_param param = { 0 };
6277         struct option long_opts[] = {
6278         { .val = 'c',   .name = "mdt-count",     .has_arg = no_argument },
6279         { .val = 'D',   .name = "default",       .has_arg = no_argument },
6280         { .val = 'h',   .name = "help",         .has_arg = no_argument },
6281         { .val = 'H',   .name = "mdt-hash",      .has_arg = no_argument },
6282         { .val = 'i',   .name = "mdt-index",     .has_arg = no_argument },
6283         { .val = 'm',   .name = "mdt-index",     .has_arg = no_argument },
6284         { .val = 'O',   .name = "obd",           .has_arg = required_argument },
6285         { .val = 'r',   .name = "recursive",     .has_arg = no_argument },
6286         { .val = 'T',   .name = "mdt-count",     .has_arg = no_argument },
6287         { .val = 'v',   .name = "verbose",       .has_arg = no_argument },
6288         { .val = 'X',   .name = "max-inherit",   .has_arg = no_argument },
6289         { .val = 'y',   .name = "yaml",          .has_arg = no_argument },
6290         { .val = LFS_INHERIT_RR_OPT,
6291                         .name = "max-inherit-rr", .has_arg = no_argument },
6292         { .name = NULL } };
6293         int c, rc;
6294
6295         param.fp_get_lmv = 1;
6296
6297         while ((c = getopt_long(argc, argv,
6298                                 "cDhHimO:rtTvXy", long_opts, NULL)) != -1) {
6299                 switch (c) {
6300                 case 'c':
6301                 case 'T':
6302                         param.fp_verbose |= VERBOSE_COUNT;
6303                         break;
6304                 case 'D':
6305                         param.fp_get_default_lmv = 1;
6306                         break;
6307 #if LUSTRE_VERSION_CODE < OBD_OCD_VERSION(3, 0, 53, 0)
6308                 case 't':
6309                         fprintf(stderr,
6310                                 "warning: '-t' deprecated, use '--mdt-hash' or '-H' instead\n");
6311                         /* fallthrough */
6312 #endif
6313                 case 'H':
6314                         param.fp_verbose |= VERBOSE_HASH_TYPE;
6315                         break;
6316                 case 'i': /* fallthrough */
6317                 case 'm':
6318                         param.fp_verbose |= VERBOSE_STRIPE_OFFSET;
6319                         break;
6320                 case 'O':
6321                         if (param.fp_obd_uuid) {
6322                                 fprintf(stderr,
6323                                         "%s: only one obduuid allowed",
6324                                         progname);
6325                                 return CMD_HELP;
6326                         }
6327                         param.fp_obd_uuid = (struct obd_uuid *)optarg;
6328                         break;
6329                 case 'r':
6330                         param.fp_recursive = 1;
6331                         break;
6332                 case 'v':
6333                         param.fp_verbose |= VERBOSE_DETAIL;
6334                         break;
6335                 case 'X':
6336                         param.fp_verbose |= VERBOSE_INHERIT;
6337                         break;
6338                 case LFS_INHERIT_RR_OPT:
6339                         param.fp_verbose |= VERBOSE_INHERIT_RR;
6340                         break;
6341                 case 'y':
6342                         param.fp_yaml = 1;
6343                         break;
6344                 default:
6345                         fprintf(stderr, "%s: unrecognized option '%s'\n",
6346                                 progname, argv[optind - 1]);
6347                         /* fallthrough */
6348                 case 'h':
6349                         return CMD_HELP;
6350                 }
6351         }
6352
6353         if (optind >= argc)
6354                 return CMD_HELP;
6355
6356         if (param.fp_recursive)
6357                 param.fp_max_depth = -1;
6358
6359         if (!param.fp_verbose)
6360                 param.fp_verbose = VERBOSE_DEFAULT;
6361
6362         do {
6363                 rc = llapi_getstripe(argv[optind], &param);
6364         } while (++optind < argc && !rc);
6365
6366         if (rc)
6367                 fprintf(stderr, "error: %s failed for %s.\n",
6368                         argv[0], argv[optind - 1]);
6369         return rc;
6370 }
6371
6372 enum mntdf_flags {
6373         MNTDF_INODES    = 0x0001,
6374         MNTDF_COOKED    = 0x0002,
6375         MNTDF_LAZY      = 0x0004,
6376         MNTDF_VERBOSE   = 0x0008,
6377         MNTDF_SHOW      = 0x0010,
6378         MNTDF_DECIMAL   = 0x0020,
6379 };
6380
6381 #define COOK(value, base)                                       \
6382 ({                                                              \
6383         int radix = 0;                                          \
6384         while (value > base) {                                  \
6385                 value /= base;                                  \
6386                 radix++;                                        \
6387         }                                                       \
6388         radix;                                                  \
6389 })
6390 #define UUF     "%-20s"
6391 #define CSF     "%11s"
6392 #define CDF     "%11llu"
6393 #define HDF     "%8.1f%c"
6394 #define RSF     "%4s"
6395 #define RDF     "%3d%%"
6396
6397 static inline int obd_statfs_ratio(const struct obd_statfs *st, bool inodes)
6398 {
6399         double avail, used, ratio = 0;
6400
6401         if (inodes) {
6402                 avail = st->os_ffree;
6403                 used = st->os_files - st->os_ffree;
6404         } else {
6405                 avail = st->os_bavail;
6406                 used = st->os_blocks - st->os_bfree;
6407         }
6408         if (avail + used > 0)
6409                 ratio = used / (used + avail) * 100;
6410
6411         /* Round up to match df(1) usage percentage */
6412         return (ratio - (int)ratio) > 0 ? (int)(ratio + 1) : (int)ratio;
6413 }
6414
6415 /*
6416  * This is to identify various problem states for "lfs df" if .osn_err = true,
6417  * so only show flags reflecting those states by default. Informational states
6418  * are only shown with "-v" and use lower-case names to distinguish them.
6419  * UNUSED[12] were for "EROFS = 30" until 1.6 but are now available for use.
6420  */
6421 static struct obd_statfs_state_names {
6422         enum obd_statfs_state   osn_state;
6423         const char              osn_name;
6424         bool                    osn_err;
6425 } oss_names[] = {
6426         { .osn_state = OS_STATFS_DEGRADED,   .osn_name = 'D', .osn_err = true },
6427         { .osn_state = OS_STATFS_READONLY,   .osn_name = 'R', .osn_err = true },
6428         { .osn_state = OS_STATFS_NOPRECREATE,.osn_name = 'N', .osn_err = true },
6429         { .osn_state = OS_STATFS_UNUSED1,    .osn_name = '?', .osn_err = true },
6430         { .osn_state = OS_STATFS_UNUSED2,    .osn_name = '?', .osn_err = true },
6431         { .osn_state = OS_STATFS_ENOSPC,     .osn_name = 'S', .osn_err = true },
6432         { .osn_state = OS_STATFS_ENOINO,     .osn_name = 'I', .osn_err = true },
6433         { .osn_state = OS_STATFS_SUM,        .osn_name = 'a', /* aggregate */ },
6434         { .osn_state = OS_STATFS_NONROT,     .osn_name = 'f', /* flash */     },
6435 };
6436
6437 static int showdf(char *mntdir, struct obd_statfs *stat,
6438                   char *uuid, enum mntdf_flags flags,
6439                   char *type, int index, int rc)
6440 {
6441         long long avail, used, total;
6442         int ratio = 0;
6443         char *suffix = flags & MNTDF_DECIMAL ? "kMGTPEZY" : "KMGTPEZY";
6444         /* Note if we have >2^64 bytes/fs these buffers will need to be grown */
6445         char tbuf[3 * sizeof(__u64)];
6446         char ubuf[3 * sizeof(__u64)];
6447         char abuf[3 * sizeof(__u64)];
6448         char rbuf[3 * sizeof(__u64)];
6449
6450         if (!uuid || !stat)
6451                 return -EINVAL;
6452
6453         switch (rc) {
6454         case 0:
6455                 if (flags & MNTDF_INODES) {
6456                         avail = stat->os_ffree;
6457                         used = stat->os_files - stat->os_ffree;
6458                         total = stat->os_files;
6459                 } else {
6460                         int shift = flags & MNTDF_COOKED ? 0 : 10;
6461
6462                         avail = (stat->os_bavail * stat->os_bsize) >> shift;
6463                         used  = ((stat->os_blocks - stat->os_bfree) *
6464                                  stat->os_bsize) >> shift;
6465                         total = (stat->os_blocks * stat->os_bsize) >> shift;
6466                 }
6467
6468                 ratio = obd_statfs_ratio(stat, flags & MNTDF_INODES);
6469
6470                 if (flags & MNTDF_COOKED) {
6471                         int base = flags & MNTDF_DECIMAL ? 1000 : 1024;
6472                         double cook_val;
6473                         int i;
6474
6475                         cook_val = (double)total;
6476                         i = COOK(cook_val, base);
6477                         if (i > 0)
6478                                 snprintf(tbuf, sizeof(tbuf), HDF, cook_val,
6479                                          suffix[i - 1]);
6480                         else
6481                                 snprintf(tbuf, sizeof(tbuf), CDF, total);
6482
6483                         cook_val = (double)used;
6484                         i = COOK(cook_val, base);
6485                         if (i > 0)
6486                                 snprintf(ubuf, sizeof(ubuf), HDF, cook_val,
6487                                          suffix[i - 1]);
6488                         else
6489                                 snprintf(ubuf, sizeof(ubuf), CDF, used);
6490
6491                         cook_val = (double)avail;
6492                         i = COOK(cook_val, base);
6493                         if (i > 0)
6494                                 snprintf(abuf, sizeof(abuf), HDF, cook_val,
6495                                          suffix[i - 1]);
6496                         else
6497                                 snprintf(abuf, sizeof(abuf), CDF, avail);
6498                 } else {
6499                         snprintf(tbuf, sizeof(tbuf), CDF, total);
6500                         snprintf(ubuf, sizeof(tbuf), CDF, used);
6501                         snprintf(abuf, sizeof(tbuf), CDF, avail);
6502                 }
6503
6504                 sprintf(rbuf, RDF, ratio);
6505                 printf(UUF" "CSF" "CSF" "CSF" "RSF" %-s",
6506                        uuid, tbuf, ubuf, abuf, rbuf, mntdir);
6507                 if (type)
6508                         printf("[%s:%d]", type, index);
6509
6510                 if (stat->os_state) {
6511                         uint32_t i;
6512
6513                         printf(" ");
6514                         for (i = 0; i < ARRAY_SIZE(oss_names); i++) {
6515                                 if (oss_names[i].osn_state & stat->os_state &&
6516                                     (oss_names[i].osn_err ||
6517                                      flags & MNTDF_VERBOSE))
6518                                         printf("%c", oss_names[i].osn_name);
6519                         }
6520                 }
6521
6522                 printf("\n");
6523                 break;
6524         case -ENODATA:
6525                 printf(UUF": inactive device\n", uuid);
6526                 break;
6527         default:
6528                 printf(UUF": %s\n", uuid, strerror(-rc));
6529                 break;
6530         }
6531
6532         return 0;
6533 }
6534
6535 struct ll_stat_type {
6536         int   st_op;
6537         char *st_name;
6538 };
6539
6540 #define LL_STATFS_MAX   LOV_MAX_STRIPE_COUNT
6541
6542 struct ll_statfs_data {
6543         int                     sd_index;
6544         struct obd_statfs       sd_st;
6545 };
6546
6547 struct ll_statfs_buf {
6548         int                     sb_count;
6549         struct ll_statfs_data   sb_buf[LL_STATFS_MAX];
6550 };
6551
6552 static int mntdf(char *mntdir, char *fsname, char *pool, enum mntdf_flags flags,
6553                  int ops, struct ll_statfs_buf *lsb)
6554 {
6555         struct obd_statfs stat_buf, sum = { .os_bsize = 1 };
6556         struct obd_uuid uuid_buf;
6557         char *poolname = NULL;
6558         struct ll_stat_type types[] = {
6559                 { .st_op = LL_STATFS_LMV,       .st_name = "MDT" },
6560                 { .st_op = LL_STATFS_LOV,       .st_name = "OST" },
6561                 { .st_name = NULL } };
6562         struct ll_stat_type *tp;
6563         __u64 ost_files = 0;
6564         __u64 ost_ffree = 0;
6565         __u32 index;
6566         __u32 type;
6567         int fd;
6568         int rc = 0;
6569         int rc2;
6570
6571         if (pool) {
6572                 poolname = strchr(pool, '.');
6573                 if (poolname) {
6574                         if (strncmp(fsname, pool, strlen(fsname))) {
6575                                 fprintf(stderr, "filesystem name incorrect\n");
6576                                 return -ENODEV;
6577                         }
6578                         poolname++;
6579                 } else
6580                         poolname = pool;
6581         }
6582
6583         fd = open(mntdir, O_RDONLY);
6584         if (fd < 0) {
6585                 rc = -errno;
6586                 fprintf(stderr, "%s: cannot open '%s': %s\n", progname, mntdir,
6587                         strerror(errno));
6588                 return rc;
6589         }
6590
6591         if (flags & MNTDF_SHOW) {
6592                 if (flags & MNTDF_INODES)
6593                         printf(UUF" "CSF" "CSF" "CSF" "RSF" %-s\n",
6594                                "UUID", "Inodes", "IUsed", "IFree",
6595                                "IUse%", "Mounted on");
6596                 else
6597                         printf(UUF" "CSF" "CSF" "CSF" "RSF" %-s\n",
6598                                "UUID",
6599                                flags & MNTDF_COOKED ? "bytes" : "1K-blocks",
6600                                "Used", "Available", "Use%", "Mounted on");
6601         }
6602
6603         for (tp = types; tp->st_name != NULL; tp++) {
6604                 bool have_ost = false;
6605
6606                 if (!(tp->st_op & ops))
6607                         continue;
6608
6609                 for (index = 0; ; index++) {
6610                         memset(&stat_buf, 0, sizeof(struct obd_statfs));
6611                         memset(&uuid_buf, 0, sizeof(struct obd_uuid));
6612                         type = flags & MNTDF_LAZY ?
6613                                 tp->st_op | LL_STATFS_NODELAY : tp->st_op;
6614                         rc2 = llapi_obd_fstatfs(fd, type, index,
6615                                                &stat_buf, &uuid_buf);
6616                         if (rc2 == -ENODEV)
6617                                 break;
6618                         if (rc2 == -EAGAIN)
6619                                 continue;
6620                         if (rc2 == -ENODATA) { /* Inactive device, OK. */
6621                                 if (!(flags & MNTDF_VERBOSE))
6622                                         continue;
6623                         } else if (rc2 < 0 && rc == 0) {
6624                                 rc = rc2;
6625                         }
6626
6627                         /*
6628                          * If we have OSTs then don't report MDT block counts.
6629                          * For MDT-only filesystems the expectation is that all
6630                          * layouts have a DoM component.  For filesystems with
6631                          * OSTs, files are not necessarily going to store data
6632                          * on MDTs, and MDT space is limited to a fraction of
6633                          * OST space, so don't include it in the summary.
6634                          */
6635                         if (tp->st_op == LL_STATFS_LOV && !have_ost) {
6636                                 have_ost = true;
6637                                 sum.os_blocks = 0;
6638                                 sum.os_bfree = 0;
6639                                 sum.os_bavail = 0;
6640                         }
6641
6642                         if (poolname && tp->st_op == LL_STATFS_LOV &&
6643                             llapi_search_ost(fsname, poolname,
6644                                              obd_uuid2str(&uuid_buf)) != 1)
6645                                 continue;
6646
6647                         /*
6648                          * the llapi_obd_fstatfs() call may have returned with
6649                          * an error, but if it filled in uuid_buf we will at
6650                          * lease use that to print out a message for that OBD.
6651                          * If we didn't get anything in the uuid_buf, then fill
6652                          * it in so that we can print an error message.
6653                          */
6654                         if (uuid_buf.uuid[0] == '\0')
6655                                 snprintf(uuid_buf.uuid, sizeof(uuid_buf.uuid),
6656                                          "%s%04x", tp->st_name, index);
6657                         if (!rc && lsb) {
6658                                 lsb->sb_buf[lsb->sb_count].sd_index = index;
6659                                 lsb->sb_buf[lsb->sb_count].sd_st = stat_buf;
6660                                 lsb->sb_count++;
6661                         }
6662                         if (flags & MNTDF_SHOW)
6663                                 showdf(mntdir, &stat_buf,
6664                                        obd_uuid2str(&uuid_buf), flags,
6665                                        tp->st_name, index, rc2);
6666
6667                         if (rc2)
6668                                 continue;
6669
6670                         if (tp->st_op == LL_STATFS_LMV) {
6671                                 sum.os_ffree += stat_buf.os_ffree;
6672                                 sum.os_files += stat_buf.os_files;
6673                         } else /* if (tp->st_op == LL_STATFS_LOV) */ {
6674                                 ost_files += stat_buf.os_files;
6675                                 ost_ffree += stat_buf.os_ffree;
6676                         }
6677                         sum.os_blocks += stat_buf.os_blocks *
6678                                          stat_buf.os_bsize;
6679                         sum.os_bfree  += stat_buf.os_bfree *
6680                                          stat_buf.os_bsize;
6681                         sum.os_bavail += stat_buf.os_bavail *
6682                                          stat_buf.os_bsize;
6683                 }
6684         }
6685
6686         close(fd);
6687
6688         /*
6689          * If we have _some_ OSTs, but don't have as many free objects on the
6690          * OST as inodes on the MDTs, reduce the reported number of inodes
6691          * to compensate, so that the "inodes in use" number is correct.
6692          * This should be kept in sync with ll_statfs_internal().
6693          */
6694         if (ost_files && ost_ffree < sum.os_ffree) {
6695                 sum.os_files = (sum.os_files - sum.os_ffree) + ost_ffree;
6696                 sum.os_ffree = ost_ffree;
6697         }
6698         if (flags & MNTDF_SHOW) {
6699                 printf("\n");
6700                 showdf(mntdir, &sum, "filesystem_summary:", flags, NULL, 0, 0);
6701                 printf("\n");
6702         }
6703
6704         return rc;
6705 }
6706
6707 enum {
6708         LAYOUT_INHERIT_UNSET    = -2,
6709 };
6710
6711 /* functions */
6712 static int lfs_setdirstripe(int argc, char **argv)
6713 {
6714         char *dname;
6715         struct lfs_setstripe_args lsa = { 0 };
6716         struct llapi_stripe_param *param = NULL;
6717         __u32 mdts[LMV_MAX_STRIPE_COUNT] = { 0 };
6718         char *end;
6719         int c;
6720         char *mode_opt = NULL;
6721         bool default_stripe = false;
6722         bool delete = false;
6723         bool foreign_mode = false;
6724         mode_t mode = S_IRWXU | S_IRWXG | S_IRWXO;
6725         mode_t previous_mode = 0;
6726         char *xattr = NULL;
6727         __u32 type = LU_FOREIGN_TYPE_SYMLINK, flags = 0;
6728         int max_inherit = LAYOUT_INHERIT_UNSET;
6729         int max_inherit_rr = LAYOUT_INHERIT_UNSET;
6730         struct option long_opts[] = {
6731         { .val = 'c',   .name = "count",        .has_arg = required_argument },
6732         { .val = 'c',   .name = "mdt-count",    .has_arg = required_argument },
6733         { .val = 'd',   .name = "delete",       .has_arg = no_argument },
6734         { .val = 'D',   .name = "default",      .has_arg = no_argument },
6735         { .val = 'D',   .name = "default_stripe", .has_arg = no_argument },
6736         { .val = LFS_LAYOUT_FLAGS_OPT,
6737                         .name = "flags",        .has_arg = required_argument },
6738         { .val = LFS_LAYOUT_FOREIGN_OPT,
6739                         .name = "foreign",      .has_arg = optional_argument},
6740         { .val = 'h',   .name = "help",         .has_arg = no_argument },
6741         { .val = 'H',   .name = "mdt-hash",     .has_arg = required_argument },
6742 #if LUSTRE_VERSION_CODE < OBD_OCD_VERSION(2, 17, 53, 0)
6743         { .val = 'i',   .name = "mdt-index",    .has_arg = required_argument },
6744         { .val = 'i',   .name = "mdt",          .has_arg = required_argument },
6745 #else
6746 /* find { .val = 'l',   .name = "lazy",         .has_arg = no_argument }, */
6747         { .val = 'm',   .name = "mdt-index",    .has_arg = required_argument },
6748         { .val = 'm',   .name = "mdt",          .has_arg = required_argument },
6749 #endif
6750 #if LUSTRE_VERSION_CODE < OBD_OCD_VERSION(3, 0, 53, 0)
6751         { .val = 'i',   .name = "index",        .has_arg = required_argument },
6752 #endif
6753         { .val = 'o',   .name = "mode",         .has_arg = required_argument },
6754 #if LUSTRE_VERSION_CODE < OBD_OCD_VERSION(3, 0, 53, 0)
6755         { .val = 't',   .name = "hash-type",    .has_arg = required_argument },
6756 #endif
6757         { .val = 'T',   .name = "mdt-count",    .has_arg = required_argument },
6758         { .val = 'x',   .name = "xattr",        .has_arg = required_argument },
6759         { .val = 'X',   .name = "max-inherit",  .has_arg = required_argument },
6760         { .val = LFS_INHERIT_RR_OPT,
6761                         .name = "max-inherit-rr", .has_arg = required_argument},
6762 /* setstripe { .val = 'y', .name = "yaml",      .has_arg = no_argument }, */
6763         { .name = NULL } };
6764         int result = 0;
6765
6766         setstripe_args_init(&lsa);
6767
6768         while ((c = getopt_long(argc, argv, "c:dDi:hH:m:o:t:T:x:X:",
6769                                 long_opts, NULL)) >= 0) {
6770                 switch (c) {
6771                 case 0:
6772                         /* Long options. */
6773                         break;
6774                 case 'c':
6775                 case 'T':
6776                         errno = 0;
6777                         lsa.lsa_stripe_count = strtoul(optarg, &end, 0);
6778                         if (errno != 0 || *end != '\0' ||
6779                             lsa.lsa_stripe_count < -1 ||
6780                             lsa.lsa_stripe_count > LOV_MAX_STRIPE_COUNT) {
6781                                 fprintf(stderr,
6782                                         "%s: invalid stripe count '%s'\n",
6783                                         progname, optarg);
6784                                 return CMD_HELP;
6785                         }
6786                         break;
6787                 case 'd':
6788                         delete = true;
6789                         default_stripe = true;
6790                         break;
6791                 case 'D':
6792                         default_stripe = true;
6793                         break;
6794                 case LFS_LAYOUT_FOREIGN_OPT:
6795                         if (optarg) {
6796                                 /* check pure numeric */
6797                                 type = strtoul(optarg, &end, 0);
6798                                 if (*end) {
6799                                         /* check name */
6800                                         type = check_foreign_type_name(optarg);
6801                                         if (type == LU_FOREIGN_TYPE_UNKNOWN) {
6802                                                 fprintf(stderr,
6803                                                         "%s %s: unknown foreign type '%s'\n",
6804                                                         progname, argv[0],
6805                                                         optarg);
6806                                                 return CMD_HELP;
6807                                         }
6808                                 } else if (type >= UINT32_MAX) {
6809                                         fprintf(stderr,
6810                                                 "%s %s: invalid foreign type '%s'\n",
6811                                                 progname, argv[0], optarg);
6812                                         return CMD_HELP;
6813                                 }
6814                         }
6815                         foreign_mode = true;
6816                         break;
6817                 case LFS_LAYOUT_FLAGS_OPT:
6818                         errno = 0;
6819                         flags = strtoul(optarg, &end, 16);
6820                         if (errno != 0 || *end != '\0' ||
6821                             flags >= UINT32_MAX) {
6822                                 fprintf(stderr,
6823                                         "%s %s: invalid hex flags '%s'\n",
6824                                         progname, argv[0], optarg);
6825                                 return CMD_HELP;
6826                         }
6827                         if (!foreign_mode) {
6828                                 fprintf(stderr,
6829                                         "%s %s: hex flags must be specified with --foreign option\n",
6830                                         progname, argv[0]);
6831                                 return CMD_HELP;
6832                         }
6833                         break;
6834 #if LUSTRE_VERSION_CODE < OBD_OCD_VERSION(3, 0, 53, 0)
6835                 case 't':
6836                         fprintf(stderr,
6837                                 "warning: '--hash-type' and '-t' deprecated, use '--mdt-hash' or '-H' instead\n");
6838                         /* fallthrough */
6839 #endif
6840                 case 'H':
6841                         lsa.lsa_pattern = check_hashtype(optarg);
6842                         if (lsa.lsa_pattern == 0) {
6843                                 fprintf(stderr,
6844                                         "%s %s: bad stripe hash type '%s'\n",
6845                                         progname, argv[0], optarg);
6846                                 return CMD_HELP;
6847                         }
6848                         break;
6849                 case 'i':
6850 #if LUSTRE_VERSION_CODE >= OBD_OCD_VERSION(2, 17, 53, 0)
6851                 case 'm':
6852 #endif
6853 #if LUSTRE_VERSION_CODE < OBD_OCD_VERSION(3, 0, 53, 0)
6854                         if (strcmp(argv[optind - 1], "--index") == 0)
6855                                 fprintf(stderr,
6856                                         "%s %s: warning: '--index' deprecated, use '--mdt-index' instead\n",
6857                                         progname, argv[0]);
6858 #endif
6859                         lsa.lsa_nr_tgts = parse_targets(mdts,
6860                                                 sizeof(mdts) / sizeof(__u32),
6861                                                 lsa.lsa_nr_tgts, optarg, NULL);
6862                         if (lsa.lsa_nr_tgts < 0) {
6863                                 fprintf(stderr,
6864                                         "%s %s: invalid MDT target(s) '%s'\n",
6865                                         progname, argv[0], optarg);
6866                                 return CMD_HELP;
6867                         }
6868
6869                         lsa.lsa_tgts = mdts;
6870                         if (lsa.lsa_stripe_off == LLAPI_LAYOUT_DEFAULT)
6871                                 lsa.lsa_stripe_off = mdts[0];
6872                         break;
6873 #if LUSTRE_VERSION_CODE < OBD_OCD_VERSION(2, 15, 53, 0)
6874                 case 'm':
6875                         fprintf(stderr,
6876                                 "warning: '-m' is deprecated, use '--mode' or '-o' instead\n");
6877 #endif
6878                 case 'o':
6879                         mode_opt = optarg;
6880                         break;
6881                 case 'x':
6882                         xattr = optarg;
6883                         break;
6884                 case 'X':
6885                         if (!default_stripe) {
6886                                 fprintf(stderr,
6887                                         "%s %s: '--max-inherit' must be specified with '-D'\n",
6888                                         progname, argv[0]);
6889                                 return CMD_HELP;
6890                         }
6891                         errno = 0;
6892                         max_inherit = strtol(optarg, &end, 10);
6893                         if (errno != 0 || *end != '\0' || max_inherit < -2) {
6894                                 fprintf(stderr,
6895                                         "%s %s: invalid max-inherit '%s'\n",
6896                                         progname, argv[0], optarg);
6897                                 return CMD_HELP;
6898                         }
6899                         if (max_inherit == 0) {
6900                                 max_inherit = LMV_INHERIT_NONE;
6901                         } else if (max_inherit == -1) {
6902                                 max_inherit = LMV_INHERIT_UNLIMITED;
6903                         } else if (max_inherit > LMV_INHERIT_MAX) {
6904                                 fprintf(stderr,
6905                                         "%s %s: max-inherit %d exceeds maximum %u\n",
6906                                         progname, argv[0], max_inherit,
6907                                         LMV_INHERIT_MAX);
6908                                 return CMD_HELP;
6909                         }
6910                         break;
6911                 case LFS_INHERIT_RR_OPT:
6912                         if (!default_stripe) {
6913                                 fprintf(stderr,
6914                                         "%s %s: '--max-inherit-rr' must be specified with '-D'\n",
6915                                         progname, argv[0]);
6916                                 return CMD_HELP;
6917                         }
6918                         errno = 0;
6919                         max_inherit_rr = strtol(optarg, &end, 10);
6920                         if (errno != 0 || *end != '\0' || max_inherit_rr < -2) {
6921                                 fprintf(stderr,
6922                                         "%s %s: invalid max-inherit-rr '%s'\n",
6923                                         progname, argv[0], optarg);
6924                                 return CMD_HELP;
6925                         }
6926                         if (max_inherit_rr == 0) {
6927                                 max_inherit_rr = LMV_INHERIT_RR_NONE;
6928                         } else if (max_inherit_rr == -1) {
6929                                 max_inherit_rr = LMV_INHERIT_RR_UNLIMITED;
6930                         } else if (max_inherit_rr > LMV_INHERIT_RR_MAX) {
6931                                 fprintf(stderr,
6932                                         "%s %s: max-inherit-rr %d exceeds maximum %u\n",
6933                                         progname, argv[0], max_inherit_rr,
6934                                         LMV_INHERIT_RR_MAX);
6935                                 return CMD_HELP;
6936                         }
6937                         break;
6938                 default:
6939                         fprintf(stderr, "%s: unrecognized option '%s'\n",
6940                                 progname, argv[optind - 1]);
6941                         /* fallthrough */
6942                 case 'h':
6943                         return CMD_HELP;
6944                 }
6945         }
6946
6947         if (optind == argc) {
6948                 fprintf(stderr, "%s %s: DIR must be specified\n",
6949                         progname, argv[0]);
6950                 return CMD_HELP;
6951         }
6952
6953         if (xattr && !foreign_mode) {
6954                 /*
6955                  * only print a warning as this is armless and will be
6956                  * ignored
6957                  */
6958                 fprintf(stderr,
6959                         "%s %s: xattr has been specified for non-foreign layout\n",
6960                         progname, argv[0]);
6961         } else if (foreign_mode && !xattr) {
6962                 fprintf(stderr,
6963                         "%s %s: xattr must be provided in foreign mode\n",
6964                         progname, argv[0]);
6965                 return CMD_HELP;
6966         }
6967
6968         if (foreign_mode && (delete || default_stripe || lsa.lsa_nr_tgts ||
6969             lsa.lsa_tgts || setstripe_args_specified(&lsa))) {
6970                 fprintf(stderr,
6971                         "%s %s: only --xattr/--flags/--mode options are valid with --foreign\n",
6972                         progname, argv[0]);
6973                 return CMD_HELP;
6974         }
6975
6976         if (!delete && lsa.lsa_stripe_off == LLAPI_LAYOUT_DEFAULT &&
6977             lsa.lsa_stripe_count == LLAPI_LAYOUT_DEFAULT && !foreign_mode) {
6978                 /* if no parameters set, create directory on least-used MDTs */
6979                 lsa.lsa_stripe_off = LMV_OFFSET_DEFAULT;
6980                 lsa.lsa_stripe_count = 1;
6981         }
6982
6983         if (delete &&
6984             (lsa.lsa_stripe_off != LLAPI_LAYOUT_DEFAULT ||
6985              lsa.lsa_stripe_count != LLAPI_LAYOUT_DEFAULT)) {
6986                 fprintf(stderr,
6987                         "%s %s: cannot specify -d with -c or -i options\n",
6988                         progname, argv[0]);
6989                 return CMD_HELP;
6990         }
6991
6992         if (mode_opt) {
6993                 mode = strtoul(mode_opt, &end, 8);
6994                 if (*end != '\0') {
6995                         fprintf(stderr,
6996                                 "%s %s: bad MODE '%s'\n",
6997                                 progname, argv[0], mode_opt);
6998                         return CMD_HELP;
6999                 }
7000                 previous_mode = umask(0);
7001         }
7002
7003         if (max_inherit_rr != LAYOUT_INHERIT_UNSET &&
7004             lsa.lsa_stripe_off != LLAPI_LAYOUT_DEFAULT &&
7005             lsa.lsa_stripe_off != LMV_OFFSET_DEFAULT) {
7006                 fprintf(stderr,
7007                         "%s %s: max-inherit-rr needs mdt-index=-1, not %lld\n",
7008                         progname, argv[0], lsa.lsa_stripe_off);
7009                 return CMD_HELP;
7010         }
7011
7012         /* foreign LMV/dir case */
7013         if (foreign_mode) {
7014                 if (argc > optind + 1) {
7015                         fprintf(stderr,
7016                                 "%s %s: cannot specify multiple foreign dirs\n",
7017                                 progname, argv[0]);
7018                         return CMD_HELP;
7019                 }
7020
7021                 dname = argv[optind];
7022                 result = llapi_dir_create_foreign(dname, mode, type, flags,
7023                                                   xattr);
7024                 if (result != 0)
7025                         fprintf(stderr,
7026                                 "%s mkdir: can't create foreign dir '%s': %s\n",
7027                                 progname, dname, strerror(-result));
7028                 return result;
7029         }
7030
7031         /*
7032          * initialize stripe parameters, in case param is converted to specific,
7033          * i.e, 'lfs mkdir -i -1 -c N', always allocate space for lsp_tgts.
7034          */
7035         param = calloc(1, offsetof(typeof(*param),
7036                        lsp_tgts[lsa.lsa_stripe_count != LLAPI_LAYOUT_DEFAULT ?
7037                                 lsa.lsa_stripe_count : lsa.lsa_nr_tgts]));
7038         if (!param) {
7039                 fprintf(stderr,
7040                         "%s %s: cannot allocate memory for parameters: %s\n",
7041                         progname, argv[0], strerror(ENOMEM));
7042                 return CMD_HELP;
7043         }
7044
7045         /* if "lfs setdirstripe -D -i -1" is used, assume 1-stripe directory */
7046         if (default_stripe && lsa.lsa_stripe_off == LMV_OFFSET_DEFAULT &&
7047             (lsa.lsa_stripe_count == LLAPI_LAYOUT_DEFAULT ||
7048              lsa.lsa_stripe_count == 0))
7049                 lsa.lsa_stripe_count = 1;
7050         if (lsa.lsa_stripe_count != LLAPI_LAYOUT_DEFAULT)
7051                 param->lsp_stripe_count = lsa.lsa_stripe_count;
7052         if (lsa.lsa_stripe_off == LLAPI_LAYOUT_DEFAULT)
7053                 param->lsp_stripe_offset = LMV_OFFSET_DEFAULT;
7054         else
7055                 param->lsp_stripe_offset = lsa.lsa_stripe_off;
7056         if (lsa.lsa_pattern != LLAPI_LAYOUT_RAID0)
7057                 param->lsp_stripe_pattern = lsa.lsa_pattern;
7058         else
7059                 param->lsp_stripe_pattern = LMV_HASH_TYPE_UNKNOWN;
7060         param->lsp_pool = lsa.lsa_pool_name;
7061         param->lsp_is_specific = false;
7062         if (default_stripe) {
7063                 if (max_inherit == LAYOUT_INHERIT_UNSET)
7064                         max_inherit = LMV_INHERIT_DEFAULT;
7065                 if (max_inherit_rr == LAYOUT_INHERIT_UNSET)
7066                         max_inherit_rr = LMV_INHERIT_RR_DEFAULT;
7067                 param->lsp_max_inherit = max_inherit;
7068                 param->lsp_max_inherit_rr = max_inherit_rr;
7069         }
7070         if (strcmp(argv[0], "mkdir") == 0)
7071                 param->lsp_is_create = true;
7072         if (lsa.lsa_nr_tgts > 1) {
7073                 if (lsa.lsa_stripe_count > 0 &&
7074                     lsa.lsa_stripe_count != LLAPI_LAYOUT_DEFAULT &&
7075                     lsa.lsa_stripe_count != lsa.lsa_nr_tgts) {
7076                         fprintf(stderr,
7077                                 "error: %s: stripe count %lld doesn't match the number of MDTs: %d\n",
7078                                 argv[0], lsa.lsa_stripe_count,
7079                                 lsa.lsa_nr_tgts);
7080                         free(param);
7081                         return CMD_HELP;
7082                 }
7083
7084                 param->lsp_is_specific = true;
7085                 param->lsp_stripe_count = lsa.lsa_nr_tgts;
7086                 memcpy(param->lsp_tgts, mdts, sizeof(*mdts) * lsa.lsa_nr_tgts);
7087         }
7088
7089         dname = argv[optind];
7090         do {
7091                 if (default_stripe) {
7092                         result = llapi_dir_set_default_lmv(dname, param);
7093                         if (result)
7094                                 fprintf(stderr,
7095                                         "%s setdirstripe: cannot set default stripe on dir '%s': %s\n",
7096                                         progname, dname, strerror(-result));
7097                         continue;
7098                 }
7099
7100                 result = llapi_dir_create(dname, mode, param);
7101                 if (result)
7102                         fprintf(stderr,
7103                                 "%s setdirstripe: cannot create dir '%s': %s\n",
7104                                 progname, dname, strerror(-result));
7105         } while (!result && (dname = argv[++optind]));
7106
7107         if (mode_opt)
7108                 umask(previous_mode);
7109
7110         free(param);
7111         return result;
7112 }
7113
7114 /* functions */
7115 static int lfs_rmentry(int argc, char **argv)
7116 {
7117         char *dname;
7118         int   index;
7119         int   result = 0;
7120
7121         if (argc <= 1) {
7122                 fprintf(stderr, "error: %s: missing dirname\n",
7123                         argv[0]);
7124                 return CMD_HELP;
7125         }
7126
7127         index = 1;
7128         dname = argv[index];
7129         while (dname) {
7130                 result = llapi_direntry_remove(dname);
7131                 if (result) {
7132                         fprintf(stderr,
7133                                 "error: %s: remove dir entry '%s' failed\n",
7134                                 argv[0], dname);
7135                         break;
7136                 }
7137                 dname = argv[++index];
7138         }
7139         return result;
7140 }
7141
7142 static int lfs_unlink_foreign(int argc, char **argv)
7143 {
7144         char *name;
7145         int   index;
7146         int   result = 0;
7147
7148         if (argc <= 1) {
7149                 fprintf(stderr, "error: %s: missing pathname\n",
7150                         argv[0]);
7151                 return CMD_HELP;
7152         }
7153
7154         index = 1;
7155         name = argv[index];
7156         while (name != NULL) {
7157                 result = llapi_unlink_foreign(name);
7158                 if (result) {
7159                         fprintf(stderr,
7160                                 "error: %s: unlink foreign entry '%s' failed\n",
7161                                 argv[0], name);
7162                         break;
7163                 }
7164                 name = argv[++index];
7165         }
7166         return result;
7167 }
7168
7169 static int lfs_mv(int argc, char **argv)
7170 {
7171         struct lmv_user_md lmu = { LMV_USER_MAGIC };
7172         struct find_param param = {
7173                 .fp_max_depth = -1,
7174                 .fp_mdt_index = -1,
7175         };
7176         char *end;
7177         int c;
7178         int rc = 0;
7179         struct option long_opts[] = {
7180         { .val = 'm',   .name = "mdt",          .has_arg = required_argument },
7181         { .val = 'm',   .name = "mdt-index",    .has_arg = required_argument },
7182         { .val = 'v',   .name = "verbose",      .has_arg = no_argument },
7183         { .name = NULL } };
7184
7185         while ((c = getopt_long(argc, argv, "m:M:v", long_opts, NULL)) != -1) {
7186                 switch (c) {
7187 #if LUSTRE_VERSION_CODE < OBD_OCD_VERSION(3, 0, 53, 0)
7188                 case 'M':
7189                         fprintf(stderr,
7190                                 "warning: '-M' deprecated, use '--mdt-index' or '-m' instead\n");
7191 #endif
7192                 case 'm':
7193                         errno = 0;
7194                         lmu.lum_stripe_offset = strtoul(optarg, &end, 0);
7195                         if (errno != 0 || *end != '\0' ||
7196                             lmu.lum_stripe_offset >= UINT32_MAX) {
7197                                 fprintf(stderr, "%s mv: bad MDT index '%s'\n",
7198                                         progname, optarg);
7199                                 return CMD_HELP;
7200                         }
7201                         break;
7202                 case 'v':
7203                         param.fp_verbose = VERBOSE_DETAIL;
7204                         break;
7205                 default:
7206                         fprintf(stderr, "%s mv: unrecognized option '%s'\n",
7207                                 progname, argv[optind - 1]);
7208                         return CMD_HELP;
7209                 }
7210         }
7211
7212         if (lmu.lum_stripe_offset == LMV_OFFSET_DEFAULT) {
7213                 fprintf(stderr, "%s mv: MDT index must be specified\n",
7214                         progname);
7215                 return CMD_HELP;
7216         }
7217
7218         if (optind >= argc) {
7219                 fprintf(stderr, "%s mv: DIR must be specified\n", progname);
7220                 return CMD_HELP;
7221         }
7222
7223         lmu.lum_hash_type = LMV_HASH_TYPE_UNKNOWN;
7224
7225         /* initialize migrate mdt parameters */
7226         param.fp_lmv_md = &lmu;
7227         param.fp_migrate = 1;
7228         rc = llapi_migrate_mdt(argv[optind], &param);
7229         if (rc != 0)
7230                 fprintf(stderr, "%s mv: cannot migrate '%s' to MDT%04x: %s\n",
7231                         progname, argv[optind], lmu.lum_stripe_offset,
7232                         strerror(-rc));
7233         return rc;
7234 }
7235
7236 static int lfs_osts(int argc, char **argv)
7237 {
7238         return lfs_tgts(argc, argv);
7239 }
7240
7241 static int lfs_mdts(int argc, char **argv)
7242 {
7243         return lfs_tgts(argc, argv);
7244 }
7245
7246 static int lfs_df(int argc, char **argv)
7247 {
7248         char mntdir[PATH_MAX] = {'\0'}, path[PATH_MAX] = {'\0'};
7249         enum mntdf_flags flags = MNTDF_SHOW;
7250         int ops = LL_STATFS_LMV | LL_STATFS_LOV;
7251         int c, rc = 0, rc1 = 0, index = 0, arg_idx = 0;
7252         char fsname[PATH_MAX] = "", *pool_name = NULL;
7253         struct option long_opts[] = {
7254         { .val = 'h',   .name = "human-readable", .has_arg = no_argument },
7255         { .val = 'H',   .name = "si",           .has_arg = no_argument },
7256         { .val = 'i',   .name = "inodes",       .has_arg = no_argument },
7257         { .val = 'l',   .name = "lazy",         .has_arg = no_argument },
7258         { .val = 'p',   .name = "pool",         .has_arg = required_argument },
7259         { .val = 'v',   .name = "verbose",      .has_arg = no_argument },
7260         { .name = NULL} };
7261
7262         while ((c = getopt_long(argc, argv, "hHilp:v", long_opts, NULL)) != -1) {
7263                 switch (c) {
7264                 case 'h':
7265                         flags = (flags & ~MNTDF_DECIMAL) | MNTDF_COOKED;
7266                         break;
7267                 case 'H':
7268                         flags |= MNTDF_COOKED | MNTDF_DECIMAL;
7269                         break;
7270                 case 'i':
7271                         flags |= MNTDF_INODES;
7272                         break;
7273                 case 'l':
7274                         flags |= MNTDF_LAZY;
7275                         break;
7276                 case 'p':
7277                         pool_name = optarg;
7278                         break;
7279                 case 'v':
7280                         flags |= MNTDF_VERBOSE;
7281                         break;
7282                 default:
7283                         fprintf(stderr, "%s: unrecognized option '%s'\n",
7284                                 progname, argv[optind - 1]);
7285                         return CMD_HELP;
7286                 }
7287         }
7288
7289         /* Handle case where path is not specified */
7290         if (optind == argc) {
7291                 while (!llapi_search_mounts(path, index++, mntdir, fsname)) {
7292                         /* Check if we have a mount point */
7293                         if (mntdir[0] == '\0')
7294                                 continue;
7295
7296                         rc = mntdf(mntdir, fsname, pool_name, flags, ops, NULL);
7297                         if (rc || path[0] != '\0')
7298                                 break;
7299
7300                         fsname[0] = '\0'; /* avoid matching in next loop */
7301                         mntdir[0] = '\0'; /* avoid matching in next loop */
7302                         path[0] = '\0'; /* clean for next loop */
7303                 }
7304                 return rc;
7305         }
7306
7307         /* Loop through all the remaining arguments. These are Lustre FS
7308          * paths.
7309          */
7310         for (arg_idx = optind; arg_idx <= argc - 1; arg_idx++) {
7311                 bool valid = false;
7312
7313                 fsname[0] = '\0'; /* start clean */
7314                 mntdir[0] = '\0'; /* start clean */
7315                 path[0] = '\0';   /* start clean */
7316
7317                 /* path does not exists at all */
7318                 if (!realpath(argv[arg_idx], path)) {
7319                         rc = -errno;
7320                         fprintf(stderr, "error: invalid path '%s': %s\n",
7321                                 argv[arg_idx], strerror(-rc));
7322                         /* save first seen error */
7323                         if (!rc1)
7324                                 rc1 = rc;
7325
7326                         continue;
7327                 }
7328
7329                 /* path exists but may not be a Lustre filesystem */
7330                 while (!llapi_search_mounts(path, index++, mntdir, fsname)) {
7331                         /* Check if we have a mount point */
7332                         if (mntdir[0] == '\0')
7333                                 continue;
7334
7335                         rc = mntdf(mntdir, fsname, pool_name, flags, ops, NULL);
7336                         if (rc || path[0] != '\0') {
7337                                 valid = true;
7338
7339                                 /* save first seen error */
7340                                 if (!rc1)
7341                                         rc1 = rc;
7342                                 break;
7343                         }
7344                 }
7345
7346                 if (!valid) {
7347                         llapi_printf(LLAPI_MSG_ERROR,
7348                                      "%s:%s Not a Lustre filesystem\n",
7349                                      argv[0], argv[arg_idx]);
7350                         /* save first seen error */
7351                         if (!rc1)
7352                                 rc1 = -EOPNOTSUPP;
7353                 }
7354         }
7355
7356         return rc1;
7357 }
7358
7359 static int print_instance(const char *mntdir, char *buf, size_t buflen,
7360                           bool opt_instance, bool opt_fsname, bool opt_mntdir)
7361 {
7362         int rc = 0;
7363
7364         if (opt_fsname == opt_instance) { /* both true or both false */
7365                 rc = llapi_getname(mntdir, buf, buflen);
7366         } else if (opt_fsname) {
7367                 /*
7368                  * llapi_search_mounts() fills @buf with fsname, but that is not
7369                  * called if explicit paths are specified on the command-line
7370                  */
7371                 if (buf[0] == '\0')
7372                         rc = llapi_get_fsname(mntdir, buf, buflen);
7373         } else /* if (opt_instance) */ {
7374                 rc = llapi_get_instance(mntdir, buf, buflen);
7375         }
7376
7377         if (rc < 0) {
7378                 fprintf(stderr, "cannot get instance for '%s': %s\n",
7379                         mntdir, strerror(-rc));
7380                 return rc;
7381         }
7382
7383         if (opt_mntdir)
7384                 printf("%s %s\n", buf, mntdir);
7385         else
7386                 printf("%s\n", buf);
7387
7388         return 0;
7389 }
7390
7391 static int lfs_getname(int argc, char **argv)
7392 {
7393         struct option long_opts[] = {
7394         { .val = 'h',   .name = "help",         .has_arg = no_argument },
7395         { .val = 'i',   .name = "instance",     .has_arg = no_argument },
7396         { .val = 'n',   .name = "fsname",       .has_arg = no_argument },
7397         { .name = NULL} };
7398         bool opt_instance = false, opt_fsname = false;
7399         char fsname[PATH_MAX] = "";
7400         int rc = 0, rc2, c;
7401
7402         while ((c = getopt_long(argc, argv, "hin", long_opts, NULL)) != -1) {
7403                 switch (c) {
7404                 case 'i':
7405                         opt_instance = true;
7406                         break;
7407                 case 'n':
7408                         opt_fsname = true;
7409                         break;
7410                 default:
7411                         fprintf(stderr, "%s: unrecognized option '%s'\n",
7412                                 progname, argv[optind - 1]);
7413                         /* fallthrough */
7414                 case 'h':
7415                         return CMD_HELP;
7416                 }
7417         }
7418
7419         if (optind == argc) { /* no paths specified, get all paths. */
7420                 char mntdir[PATH_MAX] = "", path[PATH_MAX] = "";
7421                 int index = 0;
7422
7423                 while (!llapi_search_mounts(path, index++, mntdir, fsname)) {
7424                         rc2 = print_instance(mntdir, fsname, sizeof(fsname),
7425                                              opt_instance, opt_fsname, true);
7426                         if (!rc)
7427                                 rc = rc2;
7428                         path[0] = fsname[0] = mntdir[0] = '\0';
7429                 }
7430         } else { /* paths specified, only attempt to search these. */
7431                 bool opt_mntdir;
7432
7433                 /* if only one path is given, print only requested info */
7434                 opt_mntdir = argc - optind > 1 || (opt_instance == opt_fsname);
7435
7436                 for (; optind < argc; optind++) {
7437                         rc2 = print_instance(argv[optind], fsname,
7438                                              sizeof(fsname), opt_instance,
7439                                              opt_fsname, opt_mntdir);
7440                         if (!rc)
7441                                 rc = rc2;
7442                         fsname[0] = '\0';
7443                 }
7444         }
7445
7446         return rc;
7447 }
7448
7449 static int lfs_check(int argc, char **argv)
7450 {
7451         char mntdir[PATH_MAX] = {'\0'};
7452         int num_types = 1;
7453         char *obd_types[3];
7454         char obd_type1[4];
7455         char obd_type2[4];
7456         char obd_type3[4];
7457         int rc;
7458
7459         if (argc != 2) {
7460                 fprintf(stderr, "%s check: server type must be specified\n",
7461                         progname);
7462                 return CMD_HELP;
7463         }
7464
7465         obd_types[0] = obd_type1;
7466         obd_types[1] = obd_type2;
7467         obd_types[2] = obd_type3;
7468
7469         if (strcmp(argv[1], "osts") == 0) {
7470                 strcpy(obd_types[0], "osc");
7471         } else if (strcmp(argv[1], "mdts") == 0 ||
7472                    strcmp(argv[1], "mds") == 0) {
7473                 strcpy(obd_types[0], "mdc");
7474         } else if (strcmp(argv[1], "mgts") == 0) {
7475                 strcpy(obd_types[0], "mgc");
7476         } else if (strcmp(argv[1], "all") == 0 ||
7477                    strcmp(argv[1], "servers") == 0) {
7478                 num_types = 3;
7479                 strcpy(obd_types[0], "osc");
7480                 strcpy(obd_types[1], "mdc");
7481                 strcpy(obd_types[2], "mgc");
7482         } else {
7483                 fprintf(stderr, "%s check: unrecognized option '%s'\n",
7484                         progname, argv[1]);
7485                 return CMD_HELP;
7486         }
7487
7488         rc = llapi_search_mounts(NULL, 0, mntdir, NULL);
7489         if (rc < 0 || mntdir[0] == '\0') {
7490                 fprintf(stderr,
7491                         "%s check: cannot find mounted Lustre filesystem: %s\n",
7492                         progname, (rc < 0) ? strerror(-rc) : strerror(ENODEV));
7493                 return rc;
7494         }
7495
7496         rc = llapi_target_check(num_types, obd_types, mntdir);
7497         if (rc)
7498                 fprintf(stderr, "%s check: cannot check target '%s': %s\n",
7499                         progname, argv[1], strerror(-rc));
7500
7501         return rc;
7502 }
7503
7504 #ifdef HAVE_SYS_QUOTA_H
7505 #define ADD_OVERFLOW(a, b) \
7506                      ((((a) + (b)) < (a)) ? \
7507                       ((a) = ULONG_MAX) : ((a) = (a) + (b)))
7508
7509 /* Convert format time string "XXwXXdXXhXXmXXs" into seconds value
7510  * returns the value or ULONG_MAX on integer overflow or incorrect format
7511  * Notes:
7512  *        1. the order of specifiers is arbitrary (may be: 5w3s or 3s5w)
7513  *        2. specifiers may be encountered multiple times (2s3s is 5 seconds)
7514  *        3. empty integer value is interpreted as 0
7515  */
7516 static unsigned long str2sec(const char *timestr)
7517 {
7518         const char spec[] = "smhdw";
7519         const unsigned long mult[] = {1, 60, 60*60, 24*60*60, 7*24*60*60};
7520         unsigned long val = 0;
7521         char *tail;
7522
7523         if (strpbrk(timestr, spec) == NULL) {
7524                 /*
7525                  * no specifiers inside the time string,
7526                  * should treat it as an integer value
7527                  */
7528                 val = strtoul(timestr, &tail, 10);
7529                 return *tail ? ULONG_MAX : val;
7530         }
7531
7532         /* format string is XXwXXdXXhXXmXXs */
7533         while (*timestr) {
7534                 unsigned long v;
7535                 int ind;
7536                 char *ptr;
7537
7538                 v = strtoul(timestr, &tail, 10);
7539                 if (v == ULONG_MAX || *tail == '\0')
7540                         /*
7541                          * value too large (ULONG_MAX or more)
7542                          * or missing specifier
7543                          */
7544                         goto error;
7545
7546                 ptr = strchr(spec, *tail);
7547                 if (!ptr)
7548                         /* unknown specifier */
7549                         goto error;
7550
7551                 ind = ptr - spec;
7552
7553                 /* check if product will overflow the type */
7554                 if (!(v < ULONG_MAX / mult[ind]))
7555                         goto error;
7556
7557                 ADD_OVERFLOW(val, mult[ind] * v);
7558                 if (val == ULONG_MAX)
7559                         goto error;
7560
7561                 timestr = tail + 1;
7562         }
7563
7564         return val;
7565
7566 error:
7567         return ULONG_MAX;
7568 }
7569
7570 #define ARG2ULL(nr, str, def_units)                                     \
7571 do {                                                                    \
7572         unsigned long long limit, units = def_units;                    \
7573         int rc;                                                         \
7574                                                                         \
7575         rc = llapi_parse_size(str, &limit, &units, 1);                  \
7576         if (rc < 0) {                                                   \
7577                 fprintf(stderr, "%s: invalid limit '%s'\n",             \
7578                         progname, str);                                 \
7579                 return CMD_HELP;                                        \
7580         }                                                               \
7581         nr = limit;                                                     \
7582 } while (0)
7583
7584 static inline int has_times_option(int argc, char **argv)
7585 {
7586         int i;
7587
7588         for (i = 1; i < argc; i++)
7589                 if (!strcmp(argv[i], "-t"))
7590                         return 1;
7591
7592         return 0;
7593 }
7594
7595 static inline int lfs_verify_poolarg(char *pool)
7596 {
7597         if (strnlen(optarg, LOV_MAXPOOLNAME + 1) > LOV_MAXPOOLNAME) {
7598                 fprintf(stderr,
7599                         "Pool name '%.*s' is longer than %d\n",
7600                         LOV_MAXPOOLNAME, pool, LOV_MAXPOOLNAME);
7601                 return 1;
7602         }
7603         return 0;
7604 }
7605
7606 /* special grace time, only notify the user when its quota is over soft limit
7607  * but doesn't block new writes until the hard limit is reached.
7608  */
7609 #define NOTIFY_GRACE            "notify"
7610 #define NOTIFY_GRACE_TIME       LQUOTA_GRACE_MASK
7611
7612 #ifndef toqb
7613 static inline __u64 lustre_stoqb(size_t space)
7614 {
7615         return (space + QIF_DQBLKSIZE - 1) >> QIF_DQBLKSIZE_BITS;
7616 }
7617 #else
7618 #define lustre_stoqb   toqb
7619 #endif
7620
7621 int lfs_setquota_times(int argc, char **argv, struct if_quotactl *qctl)
7622 {
7623         int c, rc;
7624         char *mnt, *obd_type = (char *)qctl->obd_type;
7625         struct obd_dqblk *dqb = &qctl->qc_dqblk;
7626         struct obd_dqinfo *dqi = &qctl->qc_dqinfo;
7627         struct option long_opts[] = {
7628         { .val = 'b',   .name = "block-grace",  .has_arg = required_argument },
7629         { .val = 'g',   .name = "group",        .has_arg = no_argument },
7630         { .val = 'h',   .name = "help",         .has_arg = no_argument },
7631         { .val = 'i',   .name = "inode-grace",  .has_arg = required_argument },
7632         { .val = 'p',   .name = "projid",       .has_arg = no_argument },
7633         { .val = 't',   .name = "times",        .has_arg = no_argument },
7634         { .val = 'u',   .name = "user",         .has_arg = no_argument },
7635         { .val = LFS_POOL_OPT,
7636                         .name = "pool",         .has_arg = required_argument },
7637         { .name = NULL } };
7638         int qtype;
7639
7640         qctl->qc_cmd  = LUSTRE_Q_SETINFO;
7641         qctl->qc_type = ALLQUOTA;
7642
7643         while ((c = getopt_long(argc, argv, "b:ghi:ptu",
7644                                 long_opts, NULL)) != -1) {
7645                 switch (c) {
7646                 case 'u':
7647                         qtype = USRQUOTA;
7648                         goto quota_type;
7649                 case 'g':
7650                         qtype = GRPQUOTA;
7651                         goto quota_type;
7652                 case 'p':
7653                         qtype = PRJQUOTA;
7654 quota_type:
7655                         if (qctl->qc_type != ALLQUOTA) {
7656                                 fprintf(stderr,
7657                                         "%s: -u/g/p cannot be used more than once\n",
7658                                         progname);
7659                                 return CMD_HELP;
7660                         }
7661                         qctl->qc_type = qtype;
7662                         break;
7663                 case 'b':
7664                         if (strncmp(optarg, NOTIFY_GRACE,
7665                                     strlen(NOTIFY_GRACE)) == 0) {
7666                                 dqi->dqi_bgrace = NOTIFY_GRACE_TIME;
7667                         } else {
7668                                 dqi->dqi_bgrace = str2sec(optarg);
7669                                 if (dqi->dqi_bgrace >= NOTIFY_GRACE_TIME) {
7670                                         fprintf(stderr,
7671                                                 "%s: bad block-grace: %s\n",
7672                                                 progname, optarg);
7673                                         return CMD_HELP;
7674                                 }
7675                         }
7676                         dqb->dqb_valid |= QIF_BTIME;
7677                         break;
7678                 case 'i':
7679                         if (strncmp(optarg, NOTIFY_GRACE,
7680                                     strlen(NOTIFY_GRACE)) == 0) {
7681                                 dqi->dqi_igrace = NOTIFY_GRACE_TIME;
7682                         } else {
7683                                 dqi->dqi_igrace = str2sec(optarg);
7684                                 if (dqi->dqi_igrace >= NOTIFY_GRACE_TIME) {
7685                                         fprintf(stderr,
7686                                                 "%s: bad inode-grace: %s\n",
7687                                                 progname, optarg);
7688                                         return CMD_HELP;
7689                                 }
7690                         }
7691                         dqb->dqb_valid |= QIF_ITIME;
7692                         break;
7693                 case 't': /* Yes, of course! */
7694                         break;
7695                 case LFS_POOL_OPT:
7696                         if (lfs_verify_poolarg(optarg))
7697                                 return -1;
7698                         strncpy(qctl->qc_poolname, optarg, LOV_MAXPOOLNAME);
7699                         qctl->qc_cmd  = LUSTRE_Q_SETINFOPOOL;
7700                         break;
7701                 /* getopt prints error message for us when opterr != 0 */
7702                 default:
7703                         fprintf(stderr, "%s: unrecognized option '%s'\n",
7704                                 progname, argv[optind - 1]);
7705                         /* fallthrough */
7706                 case 'h':
7707                         return CMD_HELP;
7708                 }
7709         }
7710
7711         if (qctl->qc_type == ALLQUOTA) {
7712                 fprintf(stderr, "%s: neither -u, -g nor -p specified\n",
7713                         progname);
7714                 return CMD_HELP;
7715         }
7716
7717         if (optind != argc - 1) {
7718                 fprintf(stderr, "%s: unexpected parameter '%s'\n",
7719                         progname, argv[optind + 1]);
7720                 return CMD_HELP;
7721         }
7722
7723         mnt = argv[optind];
7724         rc = llapi_quotactl(mnt, qctl);
7725         if (rc) {
7726                 if (*obd_type)
7727                         fprintf(stderr, "%s %s ", obd_type,
7728                                 obd_uuid2str(&qctl->obd_uuid));
7729                 fprintf(stderr, "setquota failed: %s\n", strerror(-rc));
7730                 return rc;
7731         }
7732
7733         return 0;
7734 }
7735
7736 #define BSLIMIT (1 << 0)
7737 #define BHLIMIT (1 << 1)
7738 #define ISLIMIT (1 << 2)
7739 #define IHLIMIT (1 << 3)
7740
7741 int lfs_setquota(int argc, char **argv)
7742 {
7743         int c, rc = 0;
7744         struct if_quotactl *qctl;
7745         char *mnt, *obd_type;
7746         struct obd_dqblk *dqb;
7747         struct option long_opts[] = {
7748         { .val = 'b',   .name = "block-softlimit",
7749                                                 .has_arg = required_argument },
7750         { .val = 'B',   .name = "block-hardlimit",
7751                                                 .has_arg = required_argument },
7752         { .val = 'd',   .name = "default",      .has_arg = no_argument },
7753         { .val = 'g',   .name = "group",        .has_arg = required_argument },
7754         { .val = 'G',   .name = "default-grp",  .has_arg = no_argument },
7755         { .val = 'h',   .name = "help",         .has_arg = no_argument },
7756         { .val = 'i',   .name = "inode-softlimit",
7757                                                 .has_arg = required_argument },
7758         { .val = 'I',   .name = "inode-hardlimit",
7759                                                 .has_arg = required_argument },
7760         { .val = 'p',   .name = "projid",       .has_arg = required_argument },
7761         { .val = 'P',   .name = "default-prj",  .has_arg = no_argument },
7762         { .val = 'u',   .name = "user",         .has_arg = required_argument },
7763         { .val = 'U',   .name = "default-usr",  .has_arg = no_argument },
7764         { .val = LFS_POOL_OPT,
7765                         .name = "pool",         .has_arg = required_argument },
7766         { .name = NULL } };
7767         unsigned int limit_mask = 0;
7768         bool use_default = false;
7769         int qtype, qctl_len;
7770
7771         qctl_len = sizeof(*qctl) + LOV_MAXPOOLNAME + 1;
7772         qctl = malloc(qctl_len);
7773         if (!qctl)
7774                 return -ENOMEM;
7775
7776         memset(qctl, 0, qctl_len);
7777         obd_type = (char *)qctl->obd_type;
7778         dqb = &qctl->qc_dqblk;
7779
7780         if (has_times_option(argc, argv)) {
7781                 rc = lfs_setquota_times(argc, argv, qctl);
7782                 goto out;
7783         }
7784
7785         qctl->qc_cmd  = LUSTRE_Q_SETQUOTA;
7786         qctl->qc_type = ALLQUOTA; /* ALLQUOTA makes no sense for setquota,
7787                                    * so it can be used as a marker that qc_type
7788                                    * isn't reinitialized from command line
7789                                    */
7790
7791         while ((c = getopt_long(argc, argv, "b:B:dg:Ghi:I:p:Pu:U",
7792                 long_opts, NULL)) != -1) {
7793                 switch (c) {
7794                 case 'U':
7795                         qctl->qc_cmd = LUSTRE_Q_SETDEFAULT;
7796                         qtype = USRQUOTA;
7797                         qctl->qc_id = 0;
7798                         goto quota_type_def;
7799                 case 'u':
7800                         qtype = USRQUOTA;
7801                         rc = name2uid(&qctl->qc_id, optarg);
7802                         goto quota_type;
7803                 case 'G':
7804                         qctl->qc_cmd = LUSTRE_Q_SETDEFAULT;
7805                         qtype = GRPQUOTA;
7806                         qctl->qc_id = 0;
7807                         goto quota_type_def;
7808                 case 'g':
7809                         qtype = GRPQUOTA;
7810                         rc = name2gid(&qctl->qc_id, optarg);
7811                         goto quota_type;
7812                 case 'P':
7813                         qctl->qc_cmd = LUSTRE_Q_SETDEFAULT;
7814                         qtype = PRJQUOTA;
7815                         qctl->qc_id = 0;
7816                         goto quota_type_def;
7817                 case 'p':
7818                         qtype = PRJQUOTA;
7819                         rc = name2projid(&qctl->qc_id, optarg);
7820 quota_type:
7821                         if (rc) {
7822                                 if (str2quotaid(&qctl->qc_id, optarg)) {
7823                                         fprintf(stderr,
7824                                                 "%s setquota: invalid id '%s'\n",
7825                                                 progname, optarg);
7826                                         rc = -1;
7827                                         goto out;
7828                                 }
7829                         }
7830
7831                         if (qctl->qc_id == 0) {
7832                                 fprintf(stderr,
7833                                         "%s setquota: can't set quota for root usr/group/project.\n",
7834                                         progname);
7835                                 rc = -1;
7836                                 goto out;
7837                         }
7838
7839 quota_type_def:
7840                         if (qctl->qc_type != ALLQUOTA) {
7841                                 fprintf(stderr,
7842                                         "%s setquota: only one of -u, -U, -g, -G, -p or -P may be specified\n",
7843                                         progname);
7844                                 rc = CMD_HELP;
7845                                 goto out;
7846                         }
7847                         qctl->qc_type = qtype;
7848                         break;
7849                 case 'd':
7850                         qctl->qc_cmd = LUSTRE_Q_SETDEFAULT;
7851                         use_default = true;
7852                         break;
7853                 case 'b':
7854                         ARG2ULL(dqb->dqb_bsoftlimit, optarg, 1024);
7855                         dqb->dqb_bsoftlimit >>= 10;
7856                         limit_mask |= BSLIMIT;
7857                         if (dqb->dqb_bsoftlimit &&
7858                             dqb->dqb_bsoftlimit <= 1024) /* <= 1M? */
7859                                 fprintf(stderr,
7860                                         "%s setquota: warning: block softlimit '%llu' smaller than minimum qunit size\nSee '%s help setquota' or Lustre manual for details\n",
7861                                         progname,
7862                                         (unsigned long long)dqb->dqb_bsoftlimit,
7863                                         progname);
7864                         break;
7865                 case 'B':
7866                         ARG2ULL(dqb->dqb_bhardlimit, optarg, 1024);
7867                         dqb->dqb_bhardlimit >>= 10;
7868                         limit_mask |= BHLIMIT;
7869                         if (dqb->dqb_bhardlimit &&
7870                             dqb->dqb_bhardlimit <= 1024) /* <= 1M? */
7871                                 fprintf(stderr,
7872                                         "%s setquota: warning: block hardlimit '%llu' smaller than minimum qunit size\n"
7873                                         "See '%s help setquota' or Lustre manual for details\n",
7874                                         progname,
7875                                         (unsigned long long)dqb->dqb_bhardlimit,
7876                                         progname);
7877                         break;
7878                 case 'i':
7879                         ARG2ULL(dqb->dqb_isoftlimit, optarg, 1);
7880                         limit_mask |= ISLIMIT;
7881                         if (dqb->dqb_isoftlimit &&
7882                             dqb->dqb_isoftlimit <= 1024) /* <= 1K inodes? */
7883                                 fprintf(stderr,
7884                                         "%s setquota: warning: inode softlimit '%llu' smaller than minimum qunit size\nSee '%s help setquota' or Lustre manual for details\n",
7885                                         progname,
7886                                         (unsigned long long)dqb->dqb_isoftlimit,
7887                                         progname);
7888                         break;
7889                 case 'I':
7890                         ARG2ULL(dqb->dqb_ihardlimit, optarg, 1);
7891                         limit_mask |= IHLIMIT;
7892                         if (dqb->dqb_ihardlimit &&
7893                             dqb->dqb_ihardlimit <= 1024) /* <= 1K inodes? */
7894                                 fprintf(stderr,
7895                                         "%s setquota: warning: inode hardlimit '%llu' smaller than minimum qunit size\nSee '%s help setquota' or Lustre manual for details\n",
7896                                         progname,
7897                                         (unsigned long long)dqb->dqb_ihardlimit,
7898                                         progname);
7899                         break;
7900                 case LFS_POOL_OPT:
7901                         if (lfs_verify_poolarg(optarg)) {
7902                                 rc = -1;
7903                                 goto out;
7904                         }
7905                         strncpy(qctl->qc_poolname, optarg, LOV_MAXPOOLNAME);
7906                         qctl->qc_cmd = qctl->qc_cmd == LUSTRE_Q_SETDEFAULT ?
7907                                                 LUSTRE_Q_SETDEFAULT_POOL :
7908                                                 LUSTRE_Q_SETQUOTAPOOL;
7909                         break;
7910                 default:
7911                         fprintf(stderr,
7912                                 "%s setquota: unrecognized option '%s'\n",
7913                                 progname, argv[optind - 1]);
7914                         /* fallthrough */
7915                 case 'h':
7916                         rc = CMD_HELP;
7917                         goto out;
7918                 }
7919         }
7920
7921         if (qctl->qc_type == ALLQUOTA) {
7922                 fprintf(stderr,
7923                         "%s setquota: either -u or -g must be specified\n",
7924                         progname);
7925                 rc = CMD_HELP;
7926                 goto out;
7927         }
7928
7929         if (!use_default && limit_mask == 0) {
7930                 fprintf(stderr,
7931                         "%s setquota: at least one limit must be specified\n",
7932                         progname);
7933                 rc = CMD_HELP;
7934                 goto out;
7935         }
7936
7937         if (use_default && limit_mask != 0) {
7938                 fprintf(stderr,
7939                         "%s setquota: limits should not be specified when using default quota\n",
7940                         progname);
7941                 rc = CMD_HELP;
7942                 goto out;
7943         }
7944
7945         if (use_default && qctl->qc_id == 0) {
7946                 fprintf(stderr,
7947                         "%s setquota: can not set default quota for root user/group/project\n",
7948                         progname);
7949                 rc = CMD_HELP;
7950                 goto out;
7951         }
7952
7953         if (optind != argc - 1) {
7954                 fprintf(stderr,
7955                         "%s setquota: filesystem not specified or unexpected argument '%s'\n",
7956                         progname, argv[optind]);
7957                 rc = CMD_HELP;
7958                 goto out;
7959         }
7960
7961         mnt = argv[optind];
7962
7963         if (use_default) {
7964                 dqb->dqb_bhardlimit = 0;
7965                 dqb->dqb_bsoftlimit = 0;
7966                 dqb->dqb_ihardlimit = 0;
7967                 dqb->dqb_isoftlimit = 0;
7968                 dqb->dqb_itime = 0;
7969                 dqb->dqb_btime = 0;
7970                 dqb->dqb_valid |= QIF_LIMITS | QIF_TIMES;
7971                 /* do not set inode limits for Pool Quotas */
7972                 if (qctl->qc_cmd  == LUSTRE_Q_SETDEFAULT_POOL)
7973                         dqb->dqb_valid ^= QIF_ILIMITS | QIF_ITIME;
7974         } else if ((!(limit_mask & BHLIMIT) ^ !(limit_mask & BSLIMIT)) ||
7975                    (!(limit_mask & IHLIMIT) ^ !(limit_mask & ISLIMIT))) {
7976                 /* sigh, we can't just set blimits/ilimits */
7977                 struct if_quotactl tmp_qctl = {.qc_cmd  = LUSTRE_Q_GETQUOTA,
7978                                                .qc_type = qctl->qc_type,
7979                                                .qc_id   = qctl->qc_id};
7980
7981                 rc = llapi_quotactl(mnt, &tmp_qctl);
7982                 if (rc < 0)
7983                         goto out;
7984
7985                 if (!(limit_mask & BHLIMIT))
7986                         dqb->dqb_bhardlimit = tmp_qctl.qc_dqblk.dqb_bhardlimit;
7987                 if (!(limit_mask & BSLIMIT))
7988                         dqb->dqb_bsoftlimit = tmp_qctl.qc_dqblk.dqb_bsoftlimit;
7989                 if (!(limit_mask & IHLIMIT))
7990                         dqb->dqb_ihardlimit = tmp_qctl.qc_dqblk.dqb_ihardlimit;
7991                 if (!(limit_mask & ISLIMIT))
7992                         dqb->dqb_isoftlimit = tmp_qctl.qc_dqblk.dqb_isoftlimit;
7993
7994                 /* Keep grace times if we have got no softlimit arguments */
7995                 if ((limit_mask & BHLIMIT) && !(limit_mask & BSLIMIT)) {
7996                         dqb->dqb_valid |= QIF_BTIME;
7997                         dqb->dqb_btime = tmp_qctl.qc_dqblk.dqb_btime;
7998                 }
7999
8000                 if ((limit_mask & IHLIMIT) && !(limit_mask & ISLIMIT)) {
8001                         dqb->dqb_valid |= QIF_ITIME;
8002                         dqb->dqb_itime = tmp_qctl.qc_dqblk.dqb_itime;
8003                 }
8004         }
8005
8006         dqb->dqb_valid |= (limit_mask & (BHLIMIT | BSLIMIT)) ? QIF_BLIMITS : 0;
8007         dqb->dqb_valid |= (limit_mask & (IHLIMIT | ISLIMIT)) ? QIF_ILIMITS : 0;
8008
8009         rc = llapi_quotactl(mnt, qctl);
8010         if (rc) {
8011                 if (*obd_type)
8012                         fprintf(stderr,
8013                                 "%s setquota: cannot quotactl '%s' '%s': %s",
8014                                 progname, obd_type,
8015                                 obd_uuid2str(&qctl->obd_uuid), strerror(-rc));
8016         }
8017 out:
8018         if (rc)
8019                 fprintf(stderr, "setquota failed: %s\n", strerror(-rc));
8020
8021         free(qctl);
8022         return rc;
8023 }
8024
8025 /* Converts seconds value into format string
8026  * result is returned in buf
8027  * Notes:
8028  *        1. result is in descenting order: 1w2d3h4m5s
8029  *        2. zero fields are not filled (except for p. 3): 5d1s
8030  *        3. zero seconds value is presented as "0s"
8031  */
8032 static char *__sec2str(time_t seconds, char *buf)
8033 {
8034         const char spec[] = "smhdw";
8035         const unsigned long mult[] = {1, 60, 60*60, 24*60*60, 7*24*60*60};
8036         unsigned long c;
8037         char *tail = buf;
8038         int i;
8039
8040         for (i = ARRAY_SIZE(mult) - 1 ; i >= 0; i--) {
8041                 c = seconds / mult[i];
8042
8043                 if (c > 0 || (i == 0 && buf == tail))
8044                         tail += scnprintf(tail, 40-(tail-buf), "%lu%c", c,
8045                                           spec[i]);
8046
8047                 seconds %= mult[i];
8048         }
8049
8050         return tail;
8051 }
8052
8053 static void sec2str(time_t seconds, char *buf, int rc)
8054 {
8055         char *tail = buf;
8056
8057         if (rc)
8058                 *tail++ = '[';
8059
8060         tail = __sec2str(seconds, tail);
8061
8062         if (rc && tail - buf < 39) {
8063                 *tail++ = ']';
8064                 *tail++ = 0;
8065         }
8066 }
8067
8068 static void diff2str(time_t seconds, char *buf, time_t now)
8069 {
8070         buf[0] = 0;
8071         if (!seconds)
8072                 return;
8073         if (seconds <= now) {
8074                 strcpy(buf, "none");
8075                 return;
8076         }
8077         __sec2str(seconds - now, buf);
8078 }
8079
8080 static void print_quota_title(char *name, struct if_quotactl *qctl,
8081                               bool human_readable, bool show_default)
8082 {
8083         if (show_default) {
8084                 printf("Disk default %s quota:\n", qtype_name(qctl->qc_type));
8085                 printf("%15s %8s%8s%8s %8s%8s%8s\n",
8086                        "Filesystem", "bquota", "blimit", "bgrace",
8087                        "iquota", "ilimit", "igrace");
8088         } else {
8089                 printf("Disk quotas for %s %s (%cid %u):\n",
8090                        qtype_name(qctl->qc_type), name,
8091                        *qtype_name(qctl->qc_type), qctl->qc_id);
8092                 printf("%15s%8s %7s%8s%8s%8s %7s%8s%8s\n",
8093                        "Filesystem", human_readable ? "used" : "kbytes",
8094                        "quota", "limit", "grace",
8095                        "files", "quota", "limit", "grace");
8096         }
8097 }
8098
8099 static void kbytes2str(__u64 num, char *buf, int buflen, bool h)
8100 {
8101         if (!h) {
8102                 snprintf(buf, buflen, "%ju", (uintmax_t)num);
8103         } else {
8104                 if (num >> 40)
8105                         snprintf(buf, buflen, "%5.4gP",
8106                                  (double)num / ((__u64)1 << 40));
8107                 else if (num >> 30)
8108                         snprintf(buf, buflen, "%5.4gT",
8109                                  (double)num / (1 << 30));
8110                 else if (num >> 20)
8111                         snprintf(buf, buflen, "%5.4gG",
8112                                  (double)num / (1 << 20));
8113                 else if (num >> 10)
8114                         snprintf(buf, buflen, "%5.4gM",
8115                                  (double)num / (1 << 10));
8116                 else
8117                         snprintf(buf, buflen, "%ju%s", (uintmax_t)num, "k");
8118         }
8119 }
8120
8121 #ifdef HAVE_NATIVE_CLIENT
8122 /* In the current Lustre implementation, the grace time is either the time
8123  * or the timestamp to be used after some quota ID exceeds the soft limt,
8124  * 48 bits should be enough, its high 16 bits can be used as quota flags.
8125  */
8126 #define LQUOTA_GRACE_BITS       48
8127 #define LQUOTA_GRACE_MASK       ((1ULL << LQUOTA_GRACE_BITS) - 1)
8128 #define LQUOTA_GRACE_MAX        LQUOTA_GRACE_MASK
8129 #define LQUOTA_GRACE(t)         (t & LQUOTA_GRACE_MASK)
8130 #define LQUOTA_FLAG(t)          (t >> LQUOTA_GRACE_BITS)
8131 #define LQUOTA_GRACE_FLAG(t, f) ((__u64)t | (__u64)f << LQUOTA_GRACE_BITS)
8132 #endif
8133
8134 #define STRBUF_LEN      24
8135 static void print_quota(char *mnt, struct if_quotactl *qctl, int type,
8136                         int rc, bool h, bool show_default)
8137 {
8138         time_t now;
8139
8140         time(&now);
8141
8142         if (qctl->qc_cmd == LUSTRE_Q_GETQUOTA || qctl->qc_cmd == Q_GETOQUOTA ||
8143             qctl->qc_cmd == LUSTRE_Q_GETQUOTAPOOL ||
8144             qctl->qc_cmd == LUSTRE_Q_GETDEFAULT ||
8145             qctl->qc_cmd == LUSTRE_Q_GETDEFAULT_POOL) {
8146                 int bover = 0, iover = 0;
8147                 struct obd_dqblk *dqb = &qctl->qc_dqblk;
8148                 char numbuf[3][STRBUF_LEN + 2]; /* 2 for brackets or wildcard */
8149                 char timebuf[40];
8150                 char strbuf[STRBUF_LEN];
8151
8152                 if (dqb->dqb_bhardlimit &&
8153                     lustre_stoqb(dqb->dqb_curspace) >= dqb->dqb_bhardlimit) {
8154                         bover = 1;
8155                 } else if (dqb->dqb_bsoftlimit && dqb->dqb_btime) {
8156                         if (dqb->dqb_btime > now)
8157                                 bover = 2;
8158                         else
8159                                 bover = 3;
8160                 }
8161
8162                 if (dqb->dqb_ihardlimit &&
8163                     dqb->dqb_curinodes >= dqb->dqb_ihardlimit) {
8164                         iover = 1;
8165                 } else if (dqb->dqb_isoftlimit && dqb->dqb_itime) {
8166                         if (dqb->dqb_itime > now)
8167                                 iover = 2;
8168                         else
8169                                 iover = 3;
8170                 }
8171
8172                 if (strlen(mnt) > 15)
8173                         printf("%s\n%15s", mnt, "");
8174                 else
8175                         printf("%15s", mnt);
8176
8177                 if (bover)
8178                         diff2str(dqb->dqb_btime, timebuf, now);
8179                 else if (show_default)
8180                         snprintf(timebuf, sizeof(timebuf), "%llu",
8181                                  (unsigned long long)dqb->dqb_btime);
8182
8183                 kbytes2str(lustre_stoqb(dqb->dqb_curspace),
8184                            strbuf, sizeof(strbuf), h);
8185                 if (rc == -EREMOTEIO)
8186                         sprintf(numbuf[0], "%s*", strbuf);
8187                 else
8188                         sprintf(numbuf[0], (dqb->dqb_valid & QIF_SPACE) ?
8189                                 "%s" : "[%s]", strbuf);
8190
8191                 kbytes2str(dqb->dqb_bsoftlimit, strbuf, sizeof(strbuf), h);
8192                 if (type == QC_GENERAL)
8193                         sprintf(numbuf[1], (dqb->dqb_valid & QIF_BLIMITS) ?
8194                                 "%s" : "[%s]", strbuf);
8195                 else
8196                         sprintf(numbuf[1], "%s", "-");
8197
8198                 kbytes2str(dqb->dqb_bhardlimit, strbuf, sizeof(strbuf), h);
8199                 sprintf(numbuf[2], (dqb->dqb_valid & QIF_BLIMITS) ?
8200                         "%s" : "[%s]", strbuf);
8201
8202                 if (show_default)
8203                         printf(" %6s %7s %7s", numbuf[1], numbuf[2], timebuf);
8204                 else
8205                         printf(" %7s%c %6s %7s %7s",
8206                                numbuf[0], bover ? '*' : ' ', numbuf[1],
8207                                numbuf[2], bover > 1 ? timebuf : "-");
8208
8209                 if (iover)
8210                         diff2str(dqb->dqb_itime, timebuf, now);
8211                 else if (show_default)
8212                         snprintf(timebuf, sizeof(timebuf), "%llu",
8213                                  (unsigned long long)dqb->dqb_itime);
8214
8215                 snprintf(numbuf[0], sizeof(numbuf),
8216                          (dqb->dqb_valid & QIF_INODES) ? "%ju" : "[%ju]",
8217                          (uintmax_t)dqb->dqb_curinodes);
8218
8219                 if (type == QC_GENERAL)
8220                         sprintf(numbuf[1], (dqb->dqb_valid & QIF_ILIMITS) ?
8221                                 "%ju" : "[%ju]",
8222                                 (uintmax_t)dqb->dqb_isoftlimit);
8223                 else
8224                         sprintf(numbuf[1], "%s", "-");
8225
8226                 sprintf(numbuf[2], (dqb->dqb_valid & QIF_ILIMITS) ?
8227                         "%ju" : "[%ju]", (uintmax_t)dqb->dqb_ihardlimit);
8228
8229                 if (show_default)
8230                         printf(" %6s %7s %7s", numbuf[1], numbuf[2], timebuf);
8231                 else if (type != QC_OSTIDX)
8232                         printf(" %7s%c %6s %7s %7s",
8233                                numbuf[0], iover ? '*' : ' ', numbuf[1],
8234                                numbuf[2], iover > 1 ? timebuf : "-");
8235                 else
8236                         printf(" %7s %7s %7s %7s", "-", "-", "-", "-");
8237                 printf("\n");
8238         } else if (qctl->qc_cmd == LUSTRE_Q_GETINFO || LUSTRE_Q_GETINFOPOOL ||
8239                    qctl->qc_cmd == Q_GETOINFO) {
8240                 char bgtimebuf[40];
8241                 char igtimebuf[40];
8242
8243                 if (qctl->qc_dqinfo.dqi_bgrace == NOTIFY_GRACE_TIME)
8244                         strncpy(bgtimebuf, NOTIFY_GRACE, 40);
8245                 else
8246                         sec2str(qctl->qc_dqinfo.dqi_bgrace, bgtimebuf, rc);
8247                 if (qctl->qc_dqinfo.dqi_igrace == NOTIFY_GRACE_TIME)
8248                         strncpy(igtimebuf, NOTIFY_GRACE, 40);
8249                 else
8250                         sec2str(qctl->qc_dqinfo.dqi_igrace, igtimebuf, rc);
8251
8252                 printf("Block grace time: %s; Inode grace time: %s\n",
8253                        bgtimebuf, igtimebuf);
8254         }
8255 }
8256
8257 static int tgt_name2index(const char *tgtname, unsigned int *idx)
8258 {
8259         char *dash, *endp;
8260
8261         /* format is "lustre-OST0001" */
8262         dash = memchr(tgtname, '-', LUSTRE_MAXFSNAME + 1);
8263         if (!dash) {
8264                 fprintf(stderr, "wrong tgtname format '%s'\n", tgtname);
8265                 return -EINVAL;
8266         }
8267         dash += 4;
8268
8269         *idx = strtoul(dash, &endp, 16);
8270         if (*idx > 0xffff) {
8271                 fprintf(stderr, "wrong index %s\n", tgtname);
8272                 return -ERANGE;
8273         }
8274
8275         return 0;
8276 }
8277
8278 static int print_obd_quota(char *mnt, struct if_quotactl *qctl, int is_mdt,
8279                            bool h, __u64 *total)
8280 {
8281         int rc = 0, rc1 = 0, count = 0, i = 0;
8282         char **list = NULL, *buffer = NULL;
8283         __u32 valid = qctl->qc_valid;
8284
8285         if (qctl->qc_cmd == LUSTRE_Q_GETQUOTAPOOL && is_mdt)
8286                 return 0;
8287
8288         /* Is it correct for the case OST0000, OST0002, OST0003 -
8289          * we will ask OST0001 that is absent and won't ask OST0003? */
8290         rc = llapi_get_obd_count(mnt, &count, is_mdt);
8291         if (rc) {
8292                 fprintf(stderr, "can not get %s count: %s\n",
8293                         is_mdt ? "mdt" : "ost", strerror(-rc));
8294                 return rc;
8295         }
8296
8297         if (qctl->qc_cmd == LUSTRE_Q_GETQUOTAPOOL) {
8298                 char fname[PATH_MAX];
8299                 char fsname[LUSTRE_MAXFSNAME + 1];
8300                 int bufsize = sizeof(struct obd_uuid) * count;
8301
8302                 rc = llapi_search_fsname(mnt, fsname);
8303                 if (rc) {
8304                         fprintf(stderr, "cannot get fsname for mountpoint %s\n",
8305                                 mnt);
8306                         goto out;
8307                 }
8308                 buffer = malloc(bufsize + sizeof(*list) * count);
8309                 if (!buffer)
8310                         return -ENOMEM;
8311                 list = (char **)(buffer + bufsize);
8312                 snprintf(fname, PATH_MAX, "%s.%s", fsname, qctl->qc_poolname);
8313                 count = llapi_get_poolmembers(fname, list, count,
8314                                               buffer, bufsize);
8315                 if (count <= 0)
8316                         goto out;
8317         }
8318
8319         for (i = 0; i < count; i++) {
8320                 if (qctl->qc_cmd == LUSTRE_Q_GETQUOTAPOOL) {
8321                         unsigned int index;
8322
8323                         if (tgt_name2index(list[i], &index))
8324                                 continue;
8325                         qctl->qc_idx = index;
8326                 } else {
8327                         qctl->qc_idx = i;
8328                 }
8329
8330                 qctl->qc_valid = is_mdt ? QC_MDTIDX : QC_OSTIDX;
8331                 rc = llapi_quotactl(mnt, qctl);
8332                 if (rc) {
8333                         /* It is remote client case. */
8334                         if (rc == -EOPNOTSUPP) {
8335                                 rc = 0;
8336                                 goto out;
8337                         }
8338
8339                         if (!rc1)
8340                                 rc1 = rc;
8341                         fprintf(stderr, "quotactl %s%d failed.\n",
8342                                 is_mdt ? "mdt" : "ost", qctl->qc_idx);
8343                         continue;
8344                 }
8345
8346                 print_quota(obd_uuid2str(&qctl->obd_uuid), qctl,
8347                             qctl->qc_valid, 0, h, false);
8348                 *total += is_mdt ? qctl->qc_dqblk.dqb_ihardlimit :
8349                                    qctl->qc_dqblk.dqb_bhardlimit;
8350         }
8351 out:
8352         if (buffer)
8353                 free(buffer);
8354         qctl->qc_valid = valid;
8355         return rc ? : rc1;
8356 }
8357
8358 static int get_print_quota(char *mnt, char *name, struct if_quotactl *qctl,
8359                            int verbose, int quiet, bool human_readable,
8360                            bool show_default)
8361 {
8362         int rc1 = 0, rc2 = 0, rc3 = 0;
8363         char *obd_type = (char *)qctl->obd_type;
8364         char *obd_uuid = (char *)qctl->obd_uuid.uuid;
8365         __u64 total_ialloc = 0, total_balloc = 0;
8366         bool use_default_for_blk = false;
8367         bool use_default_for_file = false;
8368         int inacc;
8369
8370         rc1 = llapi_quotactl(mnt, qctl);
8371         if (rc1 < 0) {
8372                 switch (rc1) {
8373                 case -ESRCH:
8374                         fprintf(stderr, "%s quotas are not enabled.\n",
8375                                 qtype_name(qctl->qc_type));
8376                         goto out;
8377                 case -EPERM:
8378                         fprintf(stderr, "Permission denied.\n");
8379                 case -ENODEV:
8380                 case -ENOENT:
8381                         /* We already got error message. */
8382                         goto out;
8383                 default:
8384                         fprintf(stderr, "Unexpected quotactl error: %s\n",
8385                                 strerror(-rc1));
8386                 }
8387         }
8388
8389         if (!show_default && qctl->qc_id == 0) {
8390                 qctl->qc_dqblk.dqb_bhardlimit = 0;
8391                 qctl->qc_dqblk.dqb_bsoftlimit = 0;
8392                 qctl->qc_dqblk.dqb_ihardlimit = 0;
8393                 qctl->qc_dqblk.dqb_isoftlimit = 0;
8394                 qctl->qc_dqblk.dqb_btime = 0;
8395                 qctl->qc_dqblk.dqb_itime = 0;
8396                 qctl->qc_dqblk.dqb_valid |= QIF_LIMITS | QIF_TIMES;
8397         }
8398
8399         if (qctl->qc_dqblk.dqb_valid & QIF_BTIME &&
8400             LQUOTA_FLAG(qctl->qc_dqblk.dqb_btime) & LQUOTA_FLAG_DEFAULT) {
8401                 use_default_for_blk = true;
8402                 qctl->qc_dqblk.dqb_btime &= LQUOTA_GRACE_MASK;
8403         }
8404
8405         if (qctl->qc_dqblk.dqb_valid & QIF_ITIME &&
8406             LQUOTA_FLAG(qctl->qc_dqblk.dqb_itime) & LQUOTA_FLAG_DEFAULT) {
8407                 use_default_for_file = true;
8408                 qctl->qc_dqblk.dqb_itime &= LQUOTA_GRACE_MASK;
8409         }
8410
8411         if ((qctl->qc_cmd == LUSTRE_Q_GETQUOTA ||
8412              qctl->qc_cmd == LUSTRE_Q_GETQUOTAPOOL ||
8413              qctl->qc_cmd == LUSTRE_Q_GETDEFAULT_POOL ||
8414              qctl->qc_cmd == LUSTRE_Q_GETDEFAULT) && !quiet)
8415                 print_quota_title(name, qctl, human_readable, show_default);
8416
8417         if (rc1 && *obd_type)
8418                 fprintf(stderr, "%s %s ", obd_type, obd_uuid);
8419
8420         if (qctl->qc_valid != QC_GENERAL)
8421                 mnt = "";
8422
8423         inacc = (qctl->qc_cmd == LUSTRE_Q_GETQUOTA ||
8424                  qctl->qc_cmd == LUSTRE_Q_GETQUOTAPOOL) &&
8425                 ((qctl->qc_dqblk.dqb_valid & (QIF_LIMITS|QIF_USAGE)) !=
8426                  (QIF_LIMITS|QIF_USAGE));
8427
8428         print_quota(mnt, qctl, QC_GENERAL, rc1, human_readable, show_default);
8429
8430         if (!show_default && verbose &&
8431             qctl->qc_valid == QC_GENERAL && qctl->qc_cmd != LUSTRE_Q_GETINFO &&
8432             qctl->qc_cmd != LUSTRE_Q_GETINFOPOOL) {
8433                 char strbuf[STRBUF_LEN];
8434
8435                 rc2 = print_obd_quota(mnt, qctl, 1, human_readable,
8436                                       &total_ialloc);
8437                 rc3 = print_obd_quota(mnt, qctl, 0, human_readable,
8438                                       &total_balloc);
8439                 kbytes2str(total_balloc, strbuf, sizeof(strbuf),
8440                            human_readable);
8441                 printf("Total allocated inode limit: %ju, total allocated block limit: %s\n",
8442                        (uintmax_t)total_ialloc, strbuf);
8443         }
8444
8445         if (use_default_for_blk)
8446                 printf("%cid %u is using default block quota setting\n",
8447                        *qtype_name(qctl->qc_type), qctl->qc_id);
8448
8449         if (use_default_for_file)
8450                 printf("%cid %u is using default file quota setting\n",
8451                        *qtype_name(qctl->qc_type), qctl->qc_id);
8452
8453         if (rc1 || rc2 || rc3 || inacc)
8454                 printf("Some errors happened when getting quota info. Some devices may be not working or deactivated. The data in \"[]\" is inaccurate.\n");
8455 out:
8456         if (rc1)
8457                 return rc1;
8458         if (rc2)
8459                 return rc2;
8460         if (rc3)
8461                 return rc3;
8462         if (inacc)
8463                 return -EIO;
8464
8465         return 0;
8466 }
8467
8468 static int lfs_project(int argc, char **argv)
8469 {
8470         int ret = 0, err = 0, c, i;
8471         struct project_handle_control phc = { 0 };
8472         enum lfs_project_ops_t op;
8473
8474         phc.newline = true;
8475         phc.assign_projid = false;
8476         /* default action */
8477         op = LFS_PROJECT_LIST;
8478
8479         while ((c = getopt(argc, argv, "p:cCsdkr0")) != -1) {
8480                 switch (c) {
8481                 case 'c':
8482                         if (op != LFS_PROJECT_LIST) {
8483                                 fprintf(stderr,
8484                                         "%s: cannot specify '-c' '-C' '-s' together\n",
8485                                         progname);
8486                                 return CMD_HELP;
8487                         }
8488
8489                         op = LFS_PROJECT_CHECK;
8490                         break;
8491                 case 'C':
8492                         if (op != LFS_PROJECT_LIST) {
8493                                 fprintf(stderr,
8494                                         "%s: cannot specify '-c' '-C' '-s' together\n",
8495                                         progname);
8496                                 return CMD_HELP;
8497                         }
8498
8499                         op = LFS_PROJECT_CLEAR;
8500                         break;
8501                 case 's':
8502                         if (op != LFS_PROJECT_LIST) {
8503                                 fprintf(stderr,
8504                                         "%s: cannot specify '-c' '-C' '-s' together\n",
8505                                         progname);
8506                                 return CMD_HELP;
8507                         }
8508
8509                         phc.set_inherit = true;
8510                         op = LFS_PROJECT_SET;
8511                         break;
8512                 case 'd':
8513                         phc.dironly = true;
8514                         break;
8515                 case 'k':
8516                         phc.keep_projid = true;
8517                         break;
8518                 case 'r':
8519                         phc.recursive = true;
8520                         break;
8521                 case 'p':
8522                         if (str2quotaid(&phc.projid, optarg)) {
8523                                 fprintf(stderr,
8524                                         "Invalid project ID: %s\n",
8525                                         optarg);
8526                                 return CMD_HELP;
8527                         }
8528
8529                         phc.assign_projid = true;
8530
8531                         break;
8532                 case '0':
8533                         phc.newline = false;
8534                         break;
8535                 default:
8536                         fprintf(stderr, "%s: invalid option '%c'\n",
8537                                 progname, optopt);
8538                         return CMD_HELP;
8539                 }
8540         }
8541
8542         if (phc.assign_projid && op == LFS_PROJECT_LIST) {
8543                 op = LFS_PROJECT_SET;
8544                 phc.set_projid = true;
8545         } else if (phc.assign_projid && op == LFS_PROJECT_SET) {
8546                 phc.set_projid = true;
8547         }
8548
8549         switch (op) {
8550         case LFS_PROJECT_CHECK:
8551                 if (phc.keep_projid) {
8552                         fprintf(stderr,
8553                                 "%s: '-k' is useless together with '-c'\n",
8554                                 progname);
8555                         return CMD_HELP;
8556                 }
8557                 break;
8558         case LFS_PROJECT_CLEAR:
8559                 if (!phc.newline) {
8560                         fprintf(stderr,
8561                                 "%s: '-0' is useless together with '-C'\n",
8562                                 progname);
8563                         return CMD_HELP;
8564                 }
8565                 if (phc.assign_projid) {
8566                         fprintf(stderr,
8567                                 "%s: '-p' is useless together with '-C'\n",
8568                                 progname);
8569                         return CMD_HELP;
8570                 }
8571                 break;
8572         case LFS_PROJECT_SET:
8573                 if (!phc.newline) {
8574                         fprintf(stderr,
8575                                 "%s: '-0' is useless together with '-s'\n",
8576                                 progname);
8577                         return CMD_HELP;
8578                 }
8579                 if (phc.keep_projid) {
8580                         fprintf(stderr,
8581                                 "%s: '-k' is useless together with '-s'\n",
8582                                 progname);
8583                         return CMD_HELP;
8584                 }
8585                 break;
8586         default:
8587                 if (!phc.newline) {
8588                         fprintf(stderr,
8589                                 "%s: '-0' is useless for list operations\n",
8590                                 progname);
8591                         return CMD_HELP;
8592                 }
8593                 break;
8594         }
8595
8596         argv += optind;
8597         argc -= optind;
8598         if (argc == 0) {
8599                 fprintf(stderr, "%s: missing file or directory target(s)\n",
8600                         progname);
8601                 return CMD_HELP;
8602         }
8603
8604         for (i = 0; i < argc; i++) {
8605                 switch (op) {
8606                 case LFS_PROJECT_CHECK:
8607                         err = lfs_project_check(argv[i], &phc);
8608                         break;
8609                 case LFS_PROJECT_LIST:
8610                         err = lfs_project_list(argv[i], &phc);
8611                         break;
8612                 case LFS_PROJECT_CLEAR:
8613                         err = lfs_project_clear(argv[i], &phc);
8614                         break;
8615                 case LFS_PROJECT_SET:
8616                         err = lfs_project_set(argv[i], &phc);
8617                         break;
8618                 default:
8619                         break;
8620                 }
8621                 if (err && !ret)
8622                         ret = err;
8623         }
8624
8625         return ret;
8626 }
8627
8628 static int lfs_quota(int argc, char **argv)
8629 {
8630         int c;
8631         char *mnt, *name = NULL;
8632         struct if_quotactl *qctl;
8633         char *obd_uuid;
8634         int rc = 0, rc1 = 0, verbose = 0, quiet = 0;
8635         __u32 valid = QC_GENERAL, idx = 0;
8636         bool human_readable = false;
8637         bool show_default = false;
8638         int qtype;
8639         bool show_pools = false;
8640         struct option long_opts[] = {
8641         { .val = LFS_POOL_OPT, .name = "pool", .has_arg = optional_argument },
8642         { .name = NULL } };
8643         char **poollist = NULL;
8644         char *buf = NULL;
8645         int poolcount, i;
8646
8647         qctl = calloc(1, sizeof(*qctl) + LOV_MAXPOOLNAME + 1);
8648         if (!qctl)
8649                 return -ENOMEM;
8650
8651         qctl->qc_cmd = LUSTRE_Q_GETQUOTA;
8652         qctl->qc_type = ALLQUOTA;
8653         obd_uuid = (char *)qctl->obd_uuid.uuid;
8654
8655         while ((c = getopt_long(argc, argv, "gGi:I:o:pPqtuUvh",
8656                 long_opts, NULL)) != -1) {
8657                 switch (c) {
8658                 case 'U':
8659                         show_default = true;
8660                 case 'u':
8661                         qtype = USRQUOTA;
8662                         goto quota_type;
8663                 case 'G':
8664                         show_default = true;
8665                 case 'g':
8666                         qtype = GRPQUOTA;
8667                         goto quota_type;
8668                 case 'P':
8669                         show_default = true;
8670                 case 'p':
8671                         qtype = PRJQUOTA;
8672 quota_type:
8673                         if (qctl->qc_type != ALLQUOTA) {
8674                                 fprintf(stderr,
8675                                         "%s quota: only one of -u, -g, or -p may be specified\n",
8676                                         progname);
8677                                 rc = CMD_HELP;
8678                                 goto out;
8679                         }
8680                         qctl->qc_type = qtype;
8681                         break;
8682                 case 't':
8683                         qctl->qc_cmd = LUSTRE_Q_GETINFO;
8684                         break;
8685                 case 'o':
8686                         valid = qctl->qc_valid = QC_UUID;
8687                         snprintf(obd_uuid, sizeof(*obd_uuid), "%s", optarg);
8688                         break;
8689                 case 'i':
8690                         valid = qctl->qc_valid = QC_MDTIDX;
8691                         idx = qctl->qc_idx = atoi(optarg);
8692                         if (idx == 0 && *optarg != '0') {
8693                                 fprintf(stderr,
8694                                         "%s quota: invalid MDT index '%s'\n",
8695                                         progname, optarg);
8696                                 rc = CMD_HELP;
8697                                 goto out;
8698                         }
8699                         break;
8700                 case 'I':
8701                         valid = qctl->qc_valid = QC_OSTIDX;
8702                         idx = qctl->qc_idx = atoi(optarg);
8703                         if (idx == 0 && *optarg != '0') {
8704                                 fprintf(stderr,
8705                                         "%s quota: invalid OST index '%s'\n",
8706                                         progname, optarg);
8707                                 rc = CMD_HELP;
8708                                 goto out;
8709                         }
8710                         break;
8711                 case 'v':
8712                         verbose = 1;
8713                         break;
8714                 case 'q':
8715                         quiet = 1;
8716                         break;
8717                 case 'h':
8718                         human_readable = true;
8719                         break;
8720                 case LFS_POOL_OPT:
8721                         if ((!optarg) && (argv[optind] != NULL) &&
8722                                 (argv[optind][0] != '-') &&
8723                                 (argv[optind][0] != '/')) {
8724                                 optarg = argv[optind++];
8725                                 if (lfs_verify_poolarg(optarg)) {
8726                                         rc = -EINVAL;
8727                                         goto out;
8728                                 }
8729                                 strncpy(qctl->qc_poolname, optarg,
8730                                         LOV_MAXPOOLNAME);
8731                                 if (qctl->qc_cmd == LUSTRE_Q_GETINFO)
8732                                         qctl->qc_cmd = LUSTRE_Q_GETINFOPOOL;
8733                                 else
8734                                         qctl->qc_cmd = LUSTRE_Q_GETQUOTAPOOL;
8735                                 break;
8736                         }
8737
8738                         /* optarg is NULL */
8739                         show_pools = true;
8740                         qctl->qc_cmd = LUSTRE_Q_GETQUOTAPOOL;
8741                         break;
8742                 default:
8743                         fprintf(stderr, "%s quota: unrecognized option '%s'\n",
8744                                 progname, argv[optind - 1]);
8745                         rc = CMD_HELP;
8746                         goto out;
8747                 }
8748         }
8749
8750         /* current uid/gid info for "lfs quota /path/to/lustre/mount" */
8751         if ((qctl->qc_cmd == LUSTRE_Q_GETQUOTA ||
8752              qctl->qc_cmd == LUSTRE_Q_GETQUOTAPOOL) &&
8753              qctl->qc_type == ALLQUOTA &&
8754              optind == argc - 1 && !show_default) {
8755                 qctl->qc_idx = idx;
8756
8757                 for (qtype = USRQUOTA; qtype <= GRPQUOTA; qtype++) {
8758                         qctl->qc_type = qtype;
8759                         qctl->qc_valid = valid;
8760                         if (qtype == USRQUOTA) {
8761                                 qctl->qc_id = geteuid();
8762                                 rc = uid2name(&name, qctl->qc_id);
8763                         } else {
8764                                 qctl->qc_id = getegid();
8765                                 rc = gid2name(&name, qctl->qc_id);
8766                                 memset(&qctl->qc_dqblk, 0,
8767                                        sizeof(qctl->qc_dqblk));
8768                         }
8769                         if (rc)
8770                                 name = "<unknown>";
8771                         mnt = argv[optind];
8772                         rc1 = get_print_quota(mnt, name, qctl, verbose, quiet,
8773                                               human_readable, show_default);
8774                         if (rc1 && !rc)
8775                                 rc = rc1;
8776                 }
8777                 goto out;
8778         /* lfs quota -u username /path/to/lustre/mount */
8779         } else if (qctl->qc_cmd == LUSTRE_Q_GETQUOTA ||
8780                    qctl->qc_cmd == LUSTRE_Q_GETQUOTAPOOL) {
8781                 /* options should be followed by u/g-name and mntpoint */
8782                 if ((!show_default && optind + 2 != argc) ||
8783                     (show_default && optind + 1 != argc) ||
8784                     qctl->qc_type == ALLQUOTA) {
8785                         fprintf(stderr,
8786                                 "%s quota: name and mount point must be specified\n",
8787                                 progname);
8788                         rc = CMD_HELP;
8789                         goto out;
8790                 }
8791
8792                 if (!show_default) {
8793                         name = argv[optind++];
8794                         switch (qctl->qc_type) {
8795                         case USRQUOTA:
8796                                 rc = name2uid(&qctl->qc_id, name);
8797                                 break;
8798                         case GRPQUOTA:
8799                                 rc = name2gid(&qctl->qc_id, name);
8800                                 break;
8801                         case PRJQUOTA:
8802                                 rc = name2projid(&qctl->qc_id, name);
8803                                 break;
8804                         default:
8805                                 rc = -ENOTSUP;
8806                                 break;
8807                         }
8808                 } else {
8809                         qctl->qc_valid = QC_GENERAL;
8810                         qctl->qc_cmd = qctl->qc_cmd == LUSTRE_Q_GETQUOTAPOOL ?
8811                                         LUSTRE_Q_GETDEFAULT_POOL :
8812                                         LUSTRE_Q_GETDEFAULT;
8813                         qctl->qc_id = 0;
8814                 }
8815
8816                 if (rc) {
8817                         if (str2quotaid(&qctl->qc_id, name)) {
8818                                 fprintf(stderr, "%s quota: invalid id '%s'\n",
8819                                         progname, name);
8820                                 rc = CMD_HELP;
8821                                 goto out;
8822                         }
8823                 }
8824         } else if (optind + 1 != argc || qctl->qc_type == ALLQUOTA) {
8825                 fprintf(stderr, "%s quota: missing quota info argument(s)\n",
8826                         progname);
8827                 rc = CMD_HELP;
8828                 goto out;
8829         }
8830
8831         mnt = argv[optind];
8832         if (show_pools) {
8833                 char *p;
8834
8835                 i = 0;
8836                 rc = llapi_get_poolbuf(mnt, &buf, &poollist, &poolcount);
8837                 if (rc)
8838                         goto out;
8839
8840                 for (i = 0; i < poolcount; i++) {
8841                         p = memchr(poollist[i], '.', MAXNAMLEN);
8842                         if (!p) {
8843                                 fprintf(stderr, "bad string format %.*s\n",
8844                                         MAXNAMLEN, poollist[i]);
8845                                 rc = -EINVAL;
8846                                 goto out;
8847                         }
8848                         p++;
8849                         printf("Quotas for pool: %s\n", p);
8850                         strncpy(qctl->qc_poolname, p, LOV_MAXPOOLNAME);
8851                         rc = get_print_quota(mnt, name, qctl, verbose, quiet,
8852                                              human_readable, show_default);
8853                         if (rc)
8854                                 break;
8855                 }
8856                 goto out;
8857         }
8858
8859         rc = get_print_quota(mnt, name, qctl, verbose, quiet,
8860                              human_readable, show_default);
8861 out:
8862         free(buf);
8863         free(qctl);
8864         return rc;
8865 }
8866 #endif /* HAVE_SYS_QUOTA_H! */
8867
8868 static int flushctx_ioctl(char *mp)
8869 {
8870         int fd, rc;
8871
8872         fd = open(mp, O_RDONLY);
8873         if (fd == -1) {
8874                 fprintf(stderr, "flushctx: error open %s: %s\n",
8875                         mp, strerror(errno));
8876                 return -1;
8877         }
8878
8879         rc = ioctl(fd, LL_IOC_FLUSHCTX);
8880         if (rc == -1)
8881                 fprintf(stderr, "flushctx: error ioctl %s: %s\n",
8882                         mp, strerror(errno));
8883
8884         close(fd);
8885         return rc;
8886 }
8887
8888 static int lfs_flushctx(int argc, char **argv)
8889 {
8890         int     kdestroy = 0, reap = 0, c;
8891         char    mntdir[PATH_MAX] = {'\0'};
8892         int     index = 0;
8893         int     rc = 0;
8894
8895         while ((c = getopt(argc, argv, "kr")) != -1) {
8896                 switch (c) {
8897                 case 'k':
8898                         kdestroy = 1;
8899                         break;
8900                 case 'r':
8901                         reap = 1;
8902                         break;
8903                 default:
8904                         fprintf(stderr,
8905                                 "error: %s: option '-%c' unrecognized\n",
8906                                 argv[0], c);
8907                         return CMD_HELP;
8908                 }
8909         }
8910
8911         if (kdestroy) {
8912                 rc = system("kdestroy > /dev/null");
8913                 if (rc) {
8914                         rc = WEXITSTATUS(rc);
8915                         fprintf(stderr,
8916                                 "error destroying tickets: %d, continuing\n",
8917                                 rc);
8918                 }
8919         }
8920
8921         if (optind >= argc) {
8922                 /* flush for all mounted lustre fs. */
8923                 while (!llapi_search_mounts(NULL, index++, mntdir, NULL)) {
8924                         /* Check if we have a mount point */
8925                         if (mntdir[0] == '\0')
8926                                 continue;
8927
8928                         if (flushctx_ioctl(mntdir))
8929                                 rc = -1;
8930
8931                         mntdir[0] = '\0'; /* avoid matching in next loop */
8932                 }
8933         } else {
8934                 /* flush fs as specified */
8935                 while (optind < argc) {
8936                         if (flushctx_ioctl(argv[optind++]))
8937                                 rc = -1;
8938                 }
8939         }
8940
8941         if (reap) {
8942                 rc = system("keyctl reap > /dev/null");
8943                 if (rc != 0) {
8944                         rc = WEXITSTATUS(rc);
8945                         fprintf(stderr, "error reaping keyring: %d\n", rc);
8946                 }
8947         }
8948
8949         return rc;
8950 }
8951
8952 static int lfs_changelog(int argc, char **argv)
8953 {
8954         void *changelog_priv;
8955         struct changelog_rec *rec;
8956         long long startrec = 0, endrec = 0;
8957         char *mdd;
8958         struct option long_opts[] = {
8959                 { .val = 'f', .name = "follow", .has_arg = no_argument },
8960                 { .name = NULL } };
8961         char short_opts[] = "f";
8962         int rc, follow = 0;
8963
8964         while ((rc = getopt_long(argc, argv, short_opts,
8965                 long_opts, NULL)) != -1) {
8966                 switch (rc) {
8967                 case 'f':
8968                         follow++;
8969                         break;
8970                 default:
8971                         fprintf(stderr,
8972                                 "%s changelog: unrecognized option '%s'\n",
8973                                 progname, argv[optind - 1]);
8974                         return CMD_HELP;
8975                 }
8976         }
8977         if (optind >= argc) {
8978                 fprintf(stderr, "%s changelog: mdtname must be specified\n",
8979                         progname);
8980                 return CMD_HELP;
8981         }
8982
8983         mdd = argv[optind++];
8984         if (argc > optind) {
8985                 errno = 0;
8986                 startrec = strtoll(argv[optind++], NULL, 10);
8987                 if (errno != 0 || startrec < 0) {
8988                         fprintf(stderr,
8989                                 "%s changelog: bad startrec\n",
8990                                 progname);
8991                         return CMD_HELP;
8992                 }
8993         }
8994
8995         if (argc > optind) {
8996                 errno = 0;
8997                 endrec = strtoll(argv[optind++], NULL, 10);
8998                 if (errno != 0 || endrec < 0) {
8999                         fprintf(stderr,
9000                                 "%s changelog: bad endrec\n",
9001                                 progname);
9002                         return CMD_HELP;
9003                 }
9004         }
9005
9006         rc = llapi_changelog_start(&changelog_priv,
9007                                    CHANGELOG_FLAG_BLOCK |
9008                                    CHANGELOG_FLAG_JOBID |
9009                                    CHANGELOG_FLAG_EXTRA_FLAGS |
9010                                    (follow ? CHANGELOG_FLAG_FOLLOW : 0),
9011                                    mdd, startrec);
9012         if (rc < 0) {
9013                 fprintf(stderr, "%s changelog: cannot start changelog: %s\n",
9014                         progname, strerror(errno = -rc));
9015                 return rc;
9016         }
9017
9018         rc = llapi_changelog_set_xflags(changelog_priv,
9019                                         CHANGELOG_EXTRA_FLAG_UIDGID |
9020                                         CHANGELOG_EXTRA_FLAG_NID |
9021                                         CHANGELOG_EXTRA_FLAG_OMODE |
9022                                         CHANGELOG_EXTRA_FLAG_XATTR);
9023         if (rc < 0) {
9024                 fprintf(stderr,
9025                         "%s changelog: cannot set xflags for changelog: %s\n",
9026                         progname, strerror(errno = -rc));
9027                 return rc;
9028         }
9029
9030         while ((rc = llapi_changelog_recv(changelog_priv, &rec)) == 0) {
9031                 time_t secs;
9032                 struct tm ts;
9033
9034                 if (endrec && rec->cr_index > endrec) {
9035                         llapi_changelog_free(&rec);
9036                         break;
9037                 }
9038                 if (rec->cr_index < startrec) {
9039                         llapi_changelog_free(&rec);
9040                         continue;
9041                 }
9042
9043                 secs = rec->cr_time >> 30;
9044                 gmtime_r(&secs, &ts);
9045                 printf("%ju %02d%-5s %02d:%02d:%02d.%09d %04d.%02d.%02d "
9046                        "0x%x t="DFID, (uintmax_t)rec->cr_index, rec->cr_type,
9047                        changelog_type2str(rec->cr_type),
9048                        ts.tm_hour, ts.tm_min, ts.tm_sec,
9049                        (int)(rec->cr_time & ((1 << 30) - 1)),
9050                        ts.tm_year + 1900, ts.tm_mon + 1, ts.tm_mday,
9051                        rec->cr_flags & CLF_FLAGMASK, PFID(&rec->cr_tfid));
9052
9053                 if (rec->cr_flags & CLF_JOBID) {
9054                         struct changelog_ext_jobid *jid =
9055                                 changelog_rec_jobid(rec);
9056
9057                         if (jid->cr_jobid[0] != '\0')
9058                                 printf(" j=%s", jid->cr_jobid);
9059                 }
9060
9061                 if (rec->cr_flags & CLF_EXTRA_FLAGS) {
9062                         struct changelog_ext_extra_flags *ef =
9063                                 changelog_rec_extra_flags(rec);
9064
9065                         printf(" ef=0x%llx",
9066                                (unsigned long long)ef->cr_extra_flags);
9067
9068                         if (ef->cr_extra_flags & CLFE_UIDGID) {
9069                                 struct changelog_ext_uidgid *uidgid =
9070                                         changelog_rec_uidgid(rec);
9071
9072                                 printf(" u=%llu:%llu",
9073                                        (unsigned long long)uidgid->cr_uid,
9074                                        (unsigned long long)uidgid->cr_gid);
9075                         }
9076                         if (ef->cr_extra_flags & CLFE_NID) {
9077                                 struct changelog_ext_nid *nid =
9078                                         changelog_rec_nid(rec);
9079
9080                                 printf(" nid=%s",
9081                                        libcfs_nid2str(nid->cr_nid));
9082                         }
9083
9084                         if (ef->cr_extra_flags & CLFE_OPEN) {
9085                                 struct changelog_ext_openmode *omd =
9086                                         changelog_rec_openmode(rec);
9087                                 char mode[] = "---";
9088
9089                                 /* exec mode must be exclusive */
9090                                 if (omd->cr_openflags & MDS_FMODE_EXEC) {
9091                                         mode[2] = 'x';
9092                                 } else {
9093                                         if (omd->cr_openflags & MDS_FMODE_READ)
9094                                                 mode[0] = 'r';
9095                                         if (omd->cr_openflags &
9096                                             (MDS_FMODE_WRITE |
9097                                              MDS_OPEN_TRUNC |
9098                                              MDS_OPEN_APPEND))
9099                                                 mode[1] = 'w';
9100                                 }
9101
9102                                 if (strcmp(mode, "---") != 0)
9103                                         printf(" m=%s", mode);
9104                         }
9105
9106                         if (ef->cr_extra_flags & CLFE_XATTR) {
9107                                 struct changelog_ext_xattr *xattr =
9108                                         changelog_rec_xattr(rec);
9109
9110                                 if (xattr->cr_xattr[0] != '\0')
9111                                         printf(" x=%s", xattr->cr_xattr);
9112                         }
9113                 }
9114
9115                 if (!fid_is_zero(&rec->cr_pfid))
9116                         printf(" p="DFID, PFID(&rec->cr_pfid));
9117                 if (rec->cr_namelen)
9118                         printf(" %.*s", rec->cr_namelen,
9119                                changelog_rec_name(rec));
9120
9121                 if (rec->cr_flags & CLF_RENAME) {
9122                         struct changelog_ext_rename *rnm =
9123                                 changelog_rec_rename(rec);
9124
9125                         if (!fid_is_zero(&rnm->cr_sfid))
9126                                 printf(" s="DFID" sp="DFID" %.*s",
9127                                        PFID(&rnm->cr_sfid),
9128                                        PFID(&rnm->cr_spfid),
9129                                        (int)changelog_rec_snamelen(rec),
9130                                        changelog_rec_sname(rec));
9131                 }
9132                 printf("\n");
9133
9134                 llapi_changelog_free(&rec);
9135         }
9136
9137         llapi_changelog_fini(&changelog_priv);
9138
9139         if (rc < 0)
9140                 fprintf(stderr, "%s changelog: cannot access changelog: %s\n",
9141                         progname, strerror(errno = -rc));
9142
9143         return (rc == 1 ? 0 : rc);
9144 }
9145
9146 static int lfs_changelog_clear(int argc, char **argv)
9147 {
9148         long long endrec;
9149         int rc;
9150
9151         if (argc != 4)
9152                 return CMD_HELP;
9153
9154         errno = 0;
9155         endrec = strtoll(argv[3], NULL, 10);
9156         if (errno != 0 || endrec < 0) {
9157                 fprintf(stderr,
9158                         "%s: bad endrec '%s'\n",
9159                         argv[0], argv[3]);
9160                 return CMD_HELP;
9161         }
9162
9163         rc = llapi_changelog_clear(argv[1], argv[2], endrec);
9164
9165         if (rc == -EINVAL)
9166                 fprintf(stderr, "%s: record out of range: %llu\n",
9167                         argv[0], endrec);
9168         else if (rc == -ENOENT)
9169                 fprintf(stderr, "%s: no changelog user: %s\n",
9170                         argv[0], argv[2]);
9171         else if (rc)
9172                 fprintf(stderr, "%s error: %s\n", argv[0],
9173                         strerror(-rc));
9174
9175         if (rc)
9176                 errno = -rc;
9177
9178         return rc;
9179 }
9180
9181 static void rstripc(char *str, int c)
9182 {
9183         char *end = str + strlen(str);
9184
9185         for (; str < end && end[-1] == c; --end)
9186                 end[-1] = '\0';
9187 }
9188
9189 static int lfs_fid2path(int argc, char **argv)
9190 {
9191         struct option long_opts[] = {
9192                 { .val = 'c',   .name = "cur",  .has_arg = no_argument },
9193                 { .val = 'c',   .name = "current",      .has_arg = no_argument },
9194                 { .val = 'c',   .name = "print-link",   .has_arg = no_argument },
9195                 { .val = 'f',   .name = "print-fid",    .has_arg = no_argument },
9196                 { .val = 'l',   .name = "link", .has_arg = required_argument },
9197                 { .name = NULL } };
9198         char short_opts[] = "cfl:pr:";
9199         bool print_link = false;
9200         bool print_fid = false;
9201         bool print_mnt_dir;
9202         char mnt_dir[PATH_MAX] = "";
9203         int mnt_fd = -1;
9204         char *path_or_fsname;
9205         long long recno = -1;
9206         int linkno = -1;
9207         char *endptr = NULL;
9208         int rc = 0;
9209         int c;
9210         int i;
9211
9212         while ((c = getopt_long(argc, argv, short_opts, long_opts, NULL)) != -1) {
9213                 switch (c) {
9214                 case 'c':
9215                         print_link = true;
9216                         break;
9217                 case 'f':
9218                         print_fid = true;
9219                         break;
9220                 case 'l':
9221                         errno = 0;
9222                         linkno = strtol(optarg, &endptr, 10);
9223                         if (errno != 0 || *endptr != '\0' || linkno < 0) {
9224                                 fprintf(stderr,
9225                                         "%s fid2path: invalid linkno '%s'\n",
9226                                         progname, optarg);
9227                                 return CMD_HELP;
9228                         }
9229                         break;
9230                 case 'r':
9231                         /* recno is something to do with changelogs
9232                          * that was never implemented. We just pass it
9233                          * through for the MDT to ignore.
9234                          */
9235                         errno = 0;
9236                         recno = strtoll(optarg, &endptr, 10);
9237                         if (errno != 0 || *endptr != '\0' || recno < 0) {
9238                                 fprintf(stderr,
9239                                         "%s fid2path: invalid recno '%s'\n",
9240                                         progname, optarg);
9241                                 return CMD_HELP;
9242                         }
9243                         break;
9244                 default:
9245                         fprintf(stderr,
9246                                 "%s fid2path: unrecognized option '%s'\n",
9247                                 progname, argv[optind - 1]);
9248                         return CMD_HELP;
9249                 }
9250         }
9251
9252         if (argc - optind < 2) {
9253                 fprintf(stderr,
9254                         "Usage: %s fid2path FSNAME|ROOT FID...\n",
9255                         progname);
9256                 return CMD_HELP;
9257         }
9258
9259         path_or_fsname = argv[optind];
9260
9261         if (*path_or_fsname == '/') {
9262                 print_mnt_dir = true;
9263                 rc = llapi_search_mounts(path_or_fsname, 0, mnt_dir, NULL);
9264         } else {
9265                 print_mnt_dir = false;
9266                 rc = llapi_search_rootpath(mnt_dir, path_or_fsname);
9267         }
9268
9269         if (rc < 0) {
9270                 fprintf(stderr,
9271                         "%s fid2path: cannot resolve mount point for '%s': %s\n",
9272                         progname, path_or_fsname, strerror(-rc));
9273                 goto out;
9274         }
9275
9276         mnt_fd = open(mnt_dir, O_RDONLY | O_DIRECTORY);
9277         if (mnt_fd < 0) {
9278                 fprintf(stderr,
9279                         "%s fid2path: cannot open mount point for '%s': %s\n",
9280                         progname, path_or_fsname, strerror(-rc));
9281                 goto out;
9282         }
9283
9284         /* Strip trailing slashes from mnt_dir. */
9285         rstripc(mnt_dir + 1, '/');
9286
9287         for (i = optind + 1; i < argc; i++) {
9288                 const char *fid_str = argv[i];
9289                 struct lu_fid fid;
9290                 int rc2;
9291
9292                 rc2 = llapi_fid_parse(fid_str, &fid, NULL);
9293                 if (rc2 < 0) {
9294                         fprintf(stderr,
9295                                 "%s fid2path: invalid FID '%s'\n",
9296                                 progname, fid_str);
9297                         if (rc == 0)
9298                                 rc = rc2;
9299
9300                         continue;
9301                 }
9302
9303                 int linktmp = (linkno >= 0) ? linkno : 0;
9304                 while (1) {
9305                         int oldtmp = linktmp;
9306                         long long rectmp = recno;
9307                         char path_buf[PATH_MAX];
9308
9309                         rc2 = llapi_fid2path_at(mnt_fd, &fid,
9310                                 path_buf, sizeof(path_buf), &rectmp, &linktmp);
9311                         if (rc2 < 0) {
9312                                 fprintf(stderr,
9313                                         "%s fid2path: cannot find %s %s: %s\n",
9314                                         progname, path_or_fsname, fid_str,
9315                                         strerror(-rc2));
9316                                 if (rc == 0)
9317                                         rc = rc2;
9318                                 break;
9319                         }
9320
9321                         if (print_fid)
9322                                 printf("%s ", fid_str);
9323
9324                         if (print_link)
9325                                 printf("%d ", linktmp);
9326
9327                         /* You may think this looks wrong or weird (and it is!)
9328                          * but we are actually trying to preserve the old quirky
9329                          * behaviors (enforced by our old quirky tests!) that
9330                          * make lfs so much fun to work on:
9331                          *
9332                          *   lustre 0x200000007:0x1:0x0 => "/"
9333                          *   /mnt/lustre 0x200000007:0x1:0x0 => "/mnt/lustre//"
9334                          *
9335                          * Note that llapi_fid2path() returns "" for the root
9336                          * FID. */
9337
9338                         printf("%s%s%s\n",
9339                                print_mnt_dir ? mnt_dir : "",
9340                                (print_mnt_dir || *path_buf == '\0') ? "/" : "",
9341                                path_buf);
9342
9343                         if (linkno >= 0)
9344                                 /* specified linkno */
9345                                 break;
9346
9347                         if (oldtmp == linktmp)
9348                                 /* no more links */
9349                                 break;
9350                 }
9351         }
9352 out:
9353         if (!(mnt_fd < 0))
9354                 close(mnt_fd);
9355
9356         return rc;
9357 }
9358
9359 static int lfs_path2fid(int argc, char **argv)
9360 {
9361         struct option long_opts[] = {
9362                 { .val = 'p', .name = "parents", .has_arg = no_argument },
9363                 { .name = NULL } };
9364         char            **path;
9365         const char        short_opts[] = "p";
9366         const char       *sep = "";
9367         struct lu_fid     fid;
9368         int               rc = 0;
9369         bool              show_parents = false;
9370
9371         while ((rc = getopt_long(argc, argv, short_opts,
9372                                  long_opts, NULL)) != -1) {
9373                 switch (rc) {
9374                 case 'p':
9375                         show_parents = true;
9376                         break;
9377                 default:
9378                         fprintf(stderr,
9379                                 "%s path2fid: unrecognized option '%s'\n",
9380                                 progname, argv[optind - 1]);
9381                         return CMD_HELP;
9382                 }
9383         }
9384
9385         if (optind > argc - 1) {
9386                 fprintf(stderr, "%s path2fid: FILE... must be specified\n",
9387                         progname);
9388                 return CMD_HELP;
9389         } else if (optind < argc - 1) {
9390                 sep = ": ";
9391         }
9392
9393         rc = 0;
9394         for (path = argv + optind; *path != NULL; path++) {
9395                 int err = 0;
9396
9397                 if (!show_parents) {
9398                         err = llapi_path2fid(*path, &fid);
9399                         if (!err)
9400                                 printf("%s%s"DFID"\n",
9401                                        *sep != '\0' ? *path : "", sep,
9402                                        PFID(&fid));
9403                 } else {
9404                         char            name[NAME_MAX + 1];
9405                         unsigned int    linkno = 0;
9406
9407                         while ((err = llapi_path2parent(*path, linkno, &fid,
9408                                                 name, sizeof(name))) == 0) {
9409                                 if (*sep != '\0' && linkno == 0)
9410                                         printf("%s%s", *path, sep);
9411
9412                                 printf("%s"DFID"/%s", linkno != 0 ? "\t" : "",
9413                                        PFID(&fid), name);
9414                                 linkno++;
9415                         }
9416
9417                         /* err == -ENODATA is end-of-loop */
9418                         if (linkno > 0 && err == -ENODATA) {
9419                                 printf("\n");
9420                                 err = 0;
9421                         }
9422                 }
9423
9424                 if (err) {
9425                         fprintf(stderr,
9426                                 "%s path2fid: cannot get %sfid for '%s': %s\n",
9427                                 progname, show_parents ? "parent " : "", *path,
9428                                 strerror(-err));
9429                         if (rc == 0) {
9430                                 rc = err;
9431                                 errno = -err;
9432                         }
9433                 }
9434         }
9435
9436         return rc;
9437 }
9438
9439 #define MAX_ERRNO       4095
9440 #define IS_ERR_VALUE(x) ((unsigned long)(x) >= (unsigned long)-MAX_ERRNO)
9441
9442 static int lfs_rmfid_and_show_errors(const char *device, struct fid_array *fa)
9443 {
9444         int rc, rc2, k;
9445
9446         rc = llapi_rmfid(device, fa);
9447         if (rc < 0) {
9448                 fprintf(stderr, "%s rmfid: cannot remove FIDs: %s\n",
9449                         progname, strerror(-rc));
9450                 return rc;
9451         }
9452
9453         for (k = 0; k < fa->fa_nr; k++) {
9454                 rc2 = (__s32)fa->fa_fids[k].f_ver;
9455                 if (!IS_ERR_VALUE(rc2))
9456                         continue;
9457
9458                 if (rc == 0)
9459                         rc = rc2;
9460
9461                 fa->fa_fids[k].f_ver = 0;
9462                 fprintf(stderr, "%s rmfid: cannot remove "DFID": %s\n",
9463                         progname, PFID(&fa->fa_fids[k]), strerror(-rc2));
9464         }
9465
9466         return rc;
9467 }
9468
9469 static int lfs_rmfid(int argc, char **argv)
9470 {
9471         char *fidstr, *device;
9472         int rc = 0, rc2, nr;
9473         struct fid_array *fa;
9474
9475         if (optind > argc - 1) {
9476                 fprintf(stderr, "%s rmfid: missing dirname\n", progname);
9477                 return CMD_HELP;
9478         }
9479
9480         device = argv[optind++];
9481
9482         nr = argc - optind;
9483         fa = malloc(offsetof(struct fid_array, fa_fids[nr + 1]));
9484         if (!fa)
9485                 return -ENOMEM;
9486
9487         fa->fa_nr = 0;
9488         rc = 0;
9489         while (optind < argc) {
9490                 int found;
9491
9492                 fidstr = argv[optind++];
9493                 while (*fidstr == '[')
9494                         fidstr++;
9495                 found = sscanf(fidstr, SFID, RFID(&fa->fa_fids[fa->fa_nr]));
9496                 if (found != 3) {
9497                         fprintf(stderr, "unrecognized FID: %s\n",
9498                                 argv[optind - 1]);
9499                         exit(1);
9500                 }
9501                 fa->fa_nr++;
9502                 if (fa->fa_nr == OBD_MAX_FIDS_IN_ARRAY) {
9503                         /* start another batch */
9504                         rc2 = lfs_rmfid_and_show_errors(device, fa);
9505                         if (rc2 && !rc)
9506                                 rc = rc2;
9507                         fa->fa_nr = 0;
9508                 }
9509         }
9510         if (fa->fa_nr) {
9511                 rc2 = lfs_rmfid_and_show_errors(device, fa);
9512                 if (rc2 && !rc)
9513                         rc = rc2;
9514         }
9515
9516         return rc;
9517 }
9518
9519 static int lfs_data_version(int argc, char **argv)
9520 {
9521         int data_version_flags = LL_DV_RD_FLUSH; /* Read by default */
9522         __u64 data_version;
9523         char *path;
9524         int fd;
9525         int rc;
9526         int c;
9527
9528         if (argc < 2) {
9529                 fprintf(stderr, "%s: FILE must be specified\n",
9530                         progname);
9531                 return CMD_HELP;
9532         }
9533
9534         while ((c = getopt(argc, argv, "hnrw")) != -1) {
9535                 switch (c) {
9536                 case 'n':
9537                         data_version_flags = 0;
9538                         break;
9539                 case 'r':
9540                         data_version_flags |= LL_DV_RD_FLUSH;
9541                         break;
9542                 case 'w':
9543                         data_version_flags |= LL_DV_WR_FLUSH;
9544                         break;
9545                 default:
9546                         fprintf(stderr,
9547                                 "%s data_version: unrecognized option '%s'\n",
9548                                 progname, argv[optind - 1]);
9549                         /* fallthrough */
9550                 case 'h':
9551                         return CMD_HELP;
9552                 }
9553         }
9554         if (optind == argc) {
9555                 fprintf(stderr, "%s data_version: FILE must be specified\n",
9556                         progname);
9557                 return CMD_HELP;
9558         }
9559
9560         path = argv[optind];
9561         fd = open(path, O_RDONLY);
9562         if (fd < 0) {
9563                 rc = -errno;
9564                 fprintf(stderr, "%s data_version: cannot open file '%s': %s\n",
9565                         progname, path, strerror(-rc));
9566                 return rc;
9567         }
9568
9569         rc = llapi_get_data_version(fd, &data_version, data_version_flags);
9570         if (rc < 0)
9571                 fprintf(stderr,
9572                         "%s data_version: cannot get version for '%s': %s\n",
9573                         progname, path, strerror(-rc));
9574         else
9575                 printf("%ju" "\n", (uintmax_t)data_version);
9576
9577         close(fd);
9578         return rc;
9579 }
9580
9581 static int lfs_hsm_state(int argc, char **argv)
9582 {
9583         int rc;
9584         int i = 1;
9585         char *path;
9586         struct hsm_user_state hus;
9587
9588         if (argc < 2)
9589                 return CMD_HELP;
9590
9591         do {
9592                 path = argv[i];
9593
9594                 rc = llapi_hsm_state_get(path, &hus);
9595                 if (rc) {
9596                         fprintf(stderr, "can't get hsm state for %s: %s\n",
9597                                 path, strerror(errno = -rc));
9598                         return rc;
9599                 }
9600
9601                 /* Display path name and status flags */
9602                 printf("%s: (0x%08x)", path, hus.hus_states);
9603
9604                 if (hus.hus_states & HS_RELEASED)
9605                         printf(" released");
9606                 if (hus.hus_states & HS_EXISTS)
9607                         printf(" exists");
9608                 if (hus.hus_states & HS_DIRTY)
9609                         printf(" dirty");
9610                 if (hus.hus_states & HS_ARCHIVED)
9611                         printf(" archived");
9612                 /* Display user-settable flags */
9613                 if (hus.hus_states & HS_NORELEASE)
9614                         printf(" never_release");
9615                 if (hus.hus_states & HS_NOARCHIVE)
9616                         printf(" never_archive");
9617                 if (hus.hus_states & HS_LOST)
9618                         printf(" lost_from_hsm");
9619
9620                 if (hus.hus_archive_id != 0)
9621                         printf(", archive_id:%d", hus.hus_archive_id);
9622                 printf("\n");
9623
9624         } while (++i < argc);
9625
9626         return 0;
9627 }
9628
9629 #define LFS_HSM_SET   0
9630 #define LFS_HSM_CLEAR 1
9631
9632 /**
9633  * Generic function to set or clear HSM flags.
9634  * Used by hsm_set and hsm_clear.
9635  *
9636  * @mode  if LFS_HSM_SET, set the flags, if LFS_HSM_CLEAR, clear the flags.
9637  */
9638 static int lfs_hsm_change_flags(int argc, char **argv, int mode)
9639 {
9640         struct option long_opts[] = {
9641         { .val = 'A',   .name = "archived",     .has_arg = no_argument },
9642         { .val = 'a',   .name = "noarchive",    .has_arg = no_argument },
9643         { .val = 'd',   .name = "dirty",        .has_arg = no_argument },
9644         { .val = 'e',   .name = "exists",       .has_arg = no_argument },
9645         { .val = 'h',   .name = "help",         .has_arg = no_argument },
9646         { .val = 'i',   .name = "archive-id",   .has_arg = required_argument },
9647         { .val = 'l',   .name = "lost",         .has_arg = no_argument },
9648         { .val = 'r',   .name = "norelease",    .has_arg = no_argument },
9649         { .name = NULL } };
9650         __u64 mask = 0;
9651         int c, rc;
9652         char *path;
9653         __u32 archive_id = 0;
9654         char *end = NULL;
9655
9656         if (argc < 3)
9657                 return CMD_HELP;
9658
9659         while ((c = getopt_long(argc, argv, "aAdehi:lr",
9660                                 long_opts, NULL)) != -1) {
9661                 switch (c) {
9662                 case 'l':
9663                         mask |= HS_LOST;
9664                         break;
9665                 case 'a':
9666                         mask |= HS_NOARCHIVE;
9667                         break;
9668                 case 'A':
9669                         mask |= HS_ARCHIVED;
9670                         break;
9671                 case 'r':
9672                         mask |= HS_NORELEASE;
9673                         break;
9674                 case 'd':
9675                         mask |= HS_DIRTY;
9676                         break;
9677                 case 'e':
9678                         mask |= HS_EXISTS;
9679                         break;
9680                 case 'i':
9681                         errno = 0;
9682                         archive_id = strtol(optarg, &end, 10);
9683                         if (errno != 0 || *end != '\0' || archive_id < 0) {
9684                                 fprintf(stderr,
9685                                         "%s: invalid archive_id: '%s'\n",
9686                                         progname, end);
9687                                 return CMD_HELP;
9688                         }
9689                         break;
9690                 default:
9691                         fprintf(stderr, "%s: unrecognized option '%s'\n",
9692                                 progname, argv[optind - 1]);
9693                         /* fallthrough */
9694                 case 'h':
9695                         return CMD_HELP;
9696                 }
9697         }
9698
9699         /* User should have specified a flag */
9700         if (mask == 0)
9701                 return CMD_HELP;
9702
9703         while (optind < argc) {
9704                 path = argv[optind];
9705
9706                 /* If mode == 0, this means we apply the mask. */
9707                 if (mode == LFS_HSM_SET)
9708                         rc = llapi_hsm_state_set(path, mask, 0, archive_id);
9709                 else
9710                         rc = llapi_hsm_state_set(path, 0, mask, 0);
9711
9712                 if (rc != 0) {
9713                         fprintf(stderr, "Can't change hsm flags for %s: %s\n",
9714                                 path, strerror(errno = -rc));
9715                         return rc;
9716                 }
9717                 optind++;
9718         }
9719
9720         return 0;
9721 }
9722
9723 static int lfs_hsm_action(int argc, char **argv)
9724 {
9725         int                              rc;
9726         int                              i = 1;
9727         char                            *path;
9728         struct hsm_current_action        hca;
9729         struct hsm_extent                he;
9730         enum hsm_user_action             hua;
9731         enum hsm_progress_states         hps;
9732
9733         if (argc < 2)
9734                 return CMD_HELP;
9735
9736         do {
9737                 path = argv[i];
9738
9739                 rc = llapi_hsm_current_action(path, &hca);
9740                 if (rc) {
9741                         fprintf(stderr, "can't get hsm action for %s: %s\n",
9742                                 path, strerror(errno = -rc));
9743                         return rc;
9744                 }
9745                 he = hca.hca_location;
9746                 hua = hca.hca_action;
9747                 hps = hca.hca_state;
9748
9749                 printf("%s: %s", path, hsm_user_action2name(hua));
9750
9751                 /* Skip file without action */
9752                 if (hca.hca_action == HUA_NONE) {
9753                         printf("\n");
9754                         continue;
9755                 }
9756
9757                 printf(" %s ", hsm_progress_state2name(hps));
9758
9759                 if ((hps == HPS_RUNNING) &&
9760                     (hua == HUA_ARCHIVE || hua == HUA_RESTORE))
9761                         printf("(%llu bytes moved)\n",
9762                                (unsigned long long)he.length);
9763                 else if ((he.offset + he.length) == LUSTRE_EOF)
9764                         printf("(from %llu to EOF)\n",
9765                                (unsigned long long)he.offset);
9766                 else
9767                         printf("(from %llu to %llu)\n",
9768                                (unsigned long long)he.offset,
9769                                (unsigned long long)(he.offset + he.length));
9770
9771         } while (++i < argc);
9772
9773         return 0;
9774 }
9775
9776 static int lfs_hsm_set(int argc, char **argv)
9777 {
9778         return lfs_hsm_change_flags(argc, argv, LFS_HSM_SET);
9779 }
9780
9781 static int lfs_hsm_clear(int argc, char **argv)
9782 {
9783         return lfs_hsm_change_flags(argc, argv, LFS_HSM_CLEAR);
9784 }
9785
9786 /**
9787  * Check file state and return its fid, to be used by lfs_hsm_request().
9788  *
9789  * \param[in]     file      Path to file to check
9790  * \param[in,out] fid       Pointer to allocated lu_fid struct.
9791  * \param[in,out] last_dev  Pointer to last device id used.
9792  *
9793  * \return 0 on success.
9794  */
9795 static int lfs_hsm_prepare_file(const char *file, struct lu_fid *fid,
9796                                 dev_t *last_dev)
9797 {
9798         struct stat     st;
9799         int             rc;
9800
9801         rc = lstat(file, &st);
9802         if (rc) {
9803                 fprintf(stderr, "Cannot stat %s: %s\n", file, strerror(errno));
9804                 return -errno;
9805         }
9806         /*
9807          * Checking for regular file as archiving as posix copytool
9808          * rejects archiving files other than regular files
9809          */
9810         if (!S_ISREG(st.st_mode)) {
9811                 fprintf(stderr, "error: \"%s\" is not a regular file\n", file);
9812                 return CMD_HELP;
9813         }
9814         /* A request should be ... */
9815         if (*last_dev != st.st_dev && *last_dev != 0) {
9816                 fprintf(stderr,
9817                         "All files should be on the same filesystem: %s\n",
9818                         file);
9819                 return -EINVAL;
9820         }
9821         *last_dev = st.st_dev;
9822
9823         rc = llapi_path2fid(file, fid);
9824         if (rc) {
9825                 fprintf(stderr, "Cannot read FID of %s: %s\n",
9826                         file, strerror(-rc));
9827                 return rc;
9828         }
9829         return 0;
9830 }
9831
9832 /* Fill an HSM HUR item with a given file name.
9833  *
9834  * If mntpath is set, then the filename is actually a FID, and no
9835  * lookup on the filesystem will be performed.
9836  *
9837  * \param[in]  hur         the user request to fill
9838  * \param[in]  idx         index of the item inside the HUR to fill
9839  * \param[in]  mntpath     mountpoint of Lustre
9840  * \param[in]  fname       filename (if mtnpath is NULL)
9841  *                         or FID (if mntpath is set)
9842  * \param[in]  last_dev    pointer to last device id used
9843  *
9844  * \retval 0 on success
9845  * \retval CMD_HELP or a negative errno on error
9846  */
9847 static int fill_hur_item(struct hsm_user_request *hur, unsigned int idx,
9848                          const char *mntpath, const char *fname,
9849                          dev_t *last_dev)
9850 {
9851         struct hsm_user_item *hui = &hur->hur_user_item[idx];
9852         int rc;
9853
9854         hui->hui_extent.length = -1;
9855
9856         if (mntpath) {
9857                 rc = llapi_fid_parse(fname, &hui->hui_fid, NULL);
9858                 if (rc)
9859                         fprintf(stderr, "hsm: '%s' is not a valid FID\n",
9860                                 fname);
9861         } else {
9862                 rc = lfs_hsm_prepare_file(fname, &hui->hui_fid, last_dev);
9863         }
9864
9865         if (rc == 0)
9866                 hur->hur_request.hr_itemcount++;
9867
9868         return rc;
9869 }
9870
9871 static int lfs_hsm_request(int argc, char **argv, int action)
9872 {
9873         struct option long_opts[] = {
9874         { .val = 'a',   .name = "archive",      .has_arg = required_argument },
9875         { .val = 'D',   .name = "data",         .has_arg = required_argument },
9876         { .val = 'h',   .name = "help",         .has_arg = no_argument },
9877         { .val = 'l',   .name = "filelist",     .has_arg = required_argument },
9878         { .val = 'm',   .name = "mntpath",      .has_arg = required_argument },
9879         { .name = NULL } };
9880         dev_t last_dev = 0;
9881         struct hsm_user_request *hur, *oldhur;
9882         int c, i;
9883         size_t len;
9884         int nbfile;
9885         char *line = NULL;
9886         char *filelist = NULL;
9887         char fullpath[PATH_MAX];
9888         char *opaque = NULL;
9889         int opaque_len = 0;
9890         int archive_id = 0;
9891         FILE *fp;
9892         int nbfile_alloc = 0;
9893         char *some_file = NULL;
9894         char *mntpath = NULL;
9895         int rc;
9896
9897         if (argc < 2)
9898                 return CMD_HELP;
9899
9900         while ((c = getopt_long(argc, argv, "a:D:hl:m:",
9901                                 long_opts, NULL)) != -1) {
9902                 switch (c) {
9903                 case 'l':
9904                         filelist = optarg;
9905                         break;
9906                 case 'D':
9907                         opaque = optarg;
9908                         break;
9909                 case 'a':
9910                         if (action != HUA_ARCHIVE &&
9911                             action != HUA_REMOVE) {
9912                                 fprintf(stderr,
9913                                         "error: -a is supported only when archiving or removing\n");
9914                                 return CMD_HELP;
9915                         }
9916                         archive_id = atoi(optarg);
9917                         break;
9918                 case 'm':
9919                         if (!some_file) {
9920                                 mntpath = optarg;
9921                                 some_file = strdup(optarg);
9922                         }
9923                         break;
9924                 default:
9925                         fprintf(stderr, "%s: unrecognized option '%s'\n",
9926                                 progname, argv[optind - 1]);
9927                         /* fallthrough */
9928                 case 'h':
9929                         return CMD_HELP;
9930                 }
9931         }
9932
9933         /* All remaining args are files, so we have at least nbfile */
9934         nbfile = argc - optind;
9935
9936         if ((nbfile == 0) && (!filelist))
9937                 return CMD_HELP;
9938
9939         if (opaque)
9940                 opaque_len = strlen(opaque);
9941
9942         /*
9943          * Alloc the request structure with enough place to store all files
9944          * from command line.
9945          */
9946         hur = llapi_hsm_user_request_alloc(nbfile, opaque_len);
9947         if (!hur) {
9948                 fprintf(stderr, "Cannot create the request: %s\n",
9949                         strerror(errno));
9950                 return errno;
9951         }
9952         nbfile_alloc = nbfile;
9953
9954         hur->hur_request.hr_action = action;
9955         hur->hur_request.hr_archive_id = archive_id;
9956         hur->hur_request.hr_flags = 0;
9957
9958         /* All remaining args are files, add them */
9959         if (nbfile != 0 && some_file == NULL)
9960                 some_file = strdup(argv[optind]);
9961
9962         for (i = 0; i < nbfile; i++) {
9963                 rc = fill_hur_item(hur, i, mntpath, argv[optind + i],
9964                                    &last_dev);
9965                 if (rc)
9966                         goto out_free;
9967         }
9968
9969         /* from here stop using nb_file, use hur->hur_request.hr_itemcount */
9970
9971         /* If a filelist was specified, read the filelist from it. */
9972         if (filelist) {
9973                 fp = fopen(filelist, "r");
9974                 if (!fp) {
9975                         fprintf(stderr, "Cannot read the file list %s: %s\n",
9976                                 filelist, strerror(errno));
9977                         rc = -errno;
9978                         goto out_free;
9979                 }
9980
9981                 while ((rc = getline(&line, &len, fp)) != -1) {
9982                         /*
9983                          * If allocated buffer was too small, get something
9984                          * larger
9985                          */
9986                         if (nbfile_alloc <= hur->hur_request.hr_itemcount) {
9987                                 ssize_t size;
9988
9989                                 nbfile_alloc = nbfile_alloc * 2 + 1;
9990                                 oldhur = hur;
9991                                 hur = llapi_hsm_user_request_alloc(nbfile_alloc,
9992                                                                    opaque_len);
9993                                 if (!hur) {
9994                                         fprintf(stderr,
9995                                                 "hsm: cannot allocate the request: %s\n",
9996                                                 strerror(errno));
9997                                         hur = oldhur;
9998                                         rc = -errno;
9999                                         fclose(fp);
10000                                         goto out_free;
10001                                 }
10002                                 size = hur_len(oldhur);
10003                                 if (size < 0) {
10004                                         fprintf(stderr,
10005                                                 "hsm: cannot allocate %u files + %u bytes data\n",
10006                                                 oldhur->hur_request.hr_itemcount,
10007                                                 oldhur->hur_request.hr_data_len);
10008                                         free(hur);
10009                                         hur = oldhur;
10010                                         rc = -E2BIG;
10011                                         fclose(fp);
10012                                         goto out_free;
10013                                 }
10014                                 memcpy(hur, oldhur, size);
10015                                 free(oldhur);
10016                         }
10017
10018                         /* Chop CR */
10019                         if (line[strlen(line) - 1] == '\n')
10020                                 line[strlen(line) - 1] = '\0';
10021
10022                         rc = fill_hur_item(hur, hur->hur_request.hr_itemcount,
10023                                            mntpath, line, &last_dev);
10024                         if (rc) {
10025                                 fclose(fp);
10026                                 goto out_free;
10027                         }
10028
10029                         if (!some_file) {
10030                                 some_file = line;
10031                                 line = NULL;
10032                         }
10033                 }
10034
10035                 rc = fclose(fp);
10036                 free(line);
10037         }
10038
10039         /* If a --data was used, add it to the request */
10040         hur->hur_request.hr_data_len = opaque_len;
10041         if (opaque)
10042                 memcpy(hur_data(hur), opaque, opaque_len);
10043
10044         /* Send the HSM request */
10045         if (realpath(some_file, fullpath) == NULL) {
10046                 fprintf(stderr, "Could not find path '%s': %s\n",
10047                         some_file, strerror(errno));
10048         }
10049         rc = llapi_hsm_request(fullpath, hur);
10050         if (rc) {
10051                 fprintf(stderr, "Cannot send HSM request (use of %s): %s\n",
10052                         some_file, strerror(-rc));
10053                 goto out_free;
10054         }
10055
10056 out_free:
10057         free(some_file);
10058         free(hur);
10059         return rc;
10060 }
10061
10062 static int lfs_hsm_archive(int argc, char **argv)
10063 {
10064         return lfs_hsm_request(argc, argv, HUA_ARCHIVE);
10065 }
10066
10067 static int lfs_hsm_restore(int argc, char **argv)
10068 {
10069         return lfs_hsm_request(argc, argv, HUA_RESTORE);
10070 }
10071
10072 static int lfs_hsm_release(int argc, char **argv)
10073 {
10074         return lfs_hsm_request(argc, argv, HUA_RELEASE);
10075 }
10076
10077 static int lfs_hsm_remove(int argc, char **argv)
10078 {
10079         return lfs_hsm_request(argc, argv, HUA_REMOVE);
10080 }
10081
10082 static int lfs_hsm_cancel(int argc, char **argv)
10083 {
10084         return lfs_hsm_request(argc, argv, HUA_CANCEL);
10085 }
10086
10087 static int lfs_swap_layouts(int argc, char **argv)
10088 {
10089         if (argc != 3)
10090                 return CMD_HELP;
10091
10092         return llapi_swap_layouts(argv[1], argv[2], 0, 0,
10093                                   SWAP_LAYOUTS_KEEP_MTIME |
10094                                   SWAP_LAYOUTS_KEEP_ATIME);
10095 }
10096
10097 static const char *const ladvise_names[] = LU_LADVISE_NAMES;
10098
10099 static const char *const lock_mode_names[] = LOCK_MODE_NAMES;
10100
10101 int lfs_get_mode(const char *string)
10102 {
10103         enum lock_mode_user mode;
10104
10105         for (mode = 0; mode < ARRAY_SIZE(lock_mode_names); mode++) {
10106                 if (lock_mode_names[mode] == NULL)
10107                         continue;
10108                 if (strcasecmp(string, lock_mode_names[mode]) == 0)
10109                         return mode;
10110         }
10111
10112         return -EINVAL;
10113 }
10114
10115 static enum lu_ladvise_type lfs_get_ladvice(const char *string)
10116 {
10117         enum lu_ladvise_type advice;
10118
10119         for (advice = 0;
10120              advice < ARRAY_SIZE(ladvise_names); advice++) {
10121                 if (ladvise_names[advice] == NULL)
10122                         continue;
10123                 if (strcmp(string, ladvise_names[advice]) == 0)
10124                         return advice;
10125         }
10126
10127         return LU_LADVISE_INVALID;
10128 }
10129
10130 static int lfs_ladvise(int argc, char **argv)
10131 {
10132         struct option long_opts[] = {
10133         { .val = 'a',   .name = "advice",       .has_arg = required_argument },
10134         { .val = 'b',   .name = "background",   .has_arg = no_argument },
10135         { .val = 'e',   .name = "end",          .has_arg = required_argument },
10136         { .val = 'h',   .name = "help",         .has_arg = no_argument },
10137         { .val = 'l',   .name = "length",       .has_arg = required_argument },
10138         { .val = 'm',   .name = "mode",         .has_arg = required_argument },
10139         { .val = 's',   .name = "start",        .has_arg = required_argument },
10140         { .val = 'u',   .name = "unset",        .has_arg = no_argument },
10141         { .name = NULL } };
10142         struct llapi_lu_ladvise advice;
10143         enum lu_ladvise_type advice_type = LU_LADVISE_INVALID;
10144         unsigned long long start = 0;
10145         unsigned long long end = LUSTRE_EOF;
10146         unsigned long long length = 0;
10147         unsigned long long size_units;
10148         unsigned long long flags = 0;
10149         int c, fd, rc = 0;
10150         const char *path;
10151         int mode = 0;
10152
10153         optind = 0;
10154         while ((c = getopt_long(argc, argv, "a:be:hl:m:s:u",
10155                                 long_opts, NULL)) != -1) {
10156                 switch (c) {
10157                 case 'a':
10158                         advice_type = lfs_get_ladvice(optarg);
10159                         if (advice_type == LU_LADVISE_INVALID) {
10160                                 fprintf(stderr,
10161                                         "%s: invalid advice type '%s'\n",
10162                                         progname, optarg);
10163                                 fprintf(stderr, "Valid types:");
10164
10165                                 for (advice_type = 0;
10166                                      advice_type < ARRAY_SIZE(ladvise_names);
10167                                      advice_type++) {
10168                                         if (ladvise_names[advice_type] == NULL)
10169                                                 continue;
10170                                         fprintf(stderr, " %s",
10171                                                 ladvise_names[advice_type]);
10172                                 }
10173                                 fprintf(stderr, "\n");
10174
10175                                 return CMD_HELP;
10176                         }
10177                         break;
10178                 case 'b':
10179                         flags |= LF_ASYNC;
10180                         break;
10181                 case 'u':
10182                         flags |= LF_UNSET;
10183                         break;
10184                 case 'e':
10185                         size_units = 1;
10186                         rc = llapi_parse_size(optarg, &end,
10187                                               &size_units, 0);
10188                         if (rc) {
10189                                 fprintf(stderr, "%s: bad end offset '%s'\n",
10190                                         argv[0], optarg);
10191                                 return CMD_HELP;
10192                         }
10193                         break;
10194                 case 's':
10195                         size_units = 1;
10196                         rc = llapi_parse_size(optarg, &start,
10197                                               &size_units, 0);
10198                         if (rc) {
10199                                 fprintf(stderr,
10200                                         "%s: bad start offset '%s'\n",
10201                                         argv[0], optarg);
10202                                 return CMD_HELP;
10203                         }
10204                         break;
10205                 case 'l':
10206                         size_units = 1;
10207                         rc = llapi_parse_size(optarg, &length,
10208                                               &size_units, 0);
10209                         if (rc) {
10210                                 fprintf(stderr, "%s: bad length '%s'\n",
10211                                         argv[0], optarg);
10212                                 return CMD_HELP;
10213                         }
10214                         break;
10215                 case 'm':
10216                         mode = lfs_get_mode(optarg);
10217                         if (mode < 0) {
10218                                 fprintf(stderr,
10219                                         "%s: bad mode '%s', valid modes are READ or WRITE\n",
10220                                         argv[0], optarg);
10221                                 return CMD_HELP;
10222                         }
10223                         break;
10224                 default:
10225                         fprintf(stderr, "%s: unrecognized option '%s'\n",
10226                                 progname, argv[optind - 1]);
10227                         /* fallthrough */
10228                 case 'h':
10229                         return CMD_HELP;
10230                 }
10231         }
10232
10233         if (advice_type == LU_LADVISE_INVALID) {
10234                 fprintf(stderr, "%s: please give an advice type\n", argv[0]);
10235                 fprintf(stderr, "Valid types:");
10236                 for (advice_type = 0; advice_type < ARRAY_SIZE(ladvise_names);
10237                      advice_type++) {
10238                         if (ladvise_names[advice_type] == NULL)
10239                                 continue;
10240                         fprintf(stderr, " %s", ladvise_names[advice_type]);
10241                 }
10242                 fprintf(stderr, "\n");
10243                 return CMD_HELP;
10244         }
10245
10246         if (advice_type == LU_LADVISE_LOCKNOEXPAND) {
10247                 fprintf(stderr,
10248                         "%s: Lock no expand advice is a per file descriptor advice, so when called from lfs, it does nothing.\n",
10249                         argv[0]);
10250                 return CMD_HELP;
10251         }
10252
10253         if (argc <= optind) {
10254                 fprintf(stderr, "%s: please give one or more file names\n",
10255                         argv[0]);
10256                 return CMD_HELP;
10257         }
10258
10259         if (end != LUSTRE_EOF && length != 0 && end != start + length) {
10260                 fprintf(stderr, "%s: conflicting arguments of -l and -e\n",
10261                         argv[0]);
10262                 return CMD_HELP;
10263         }
10264
10265         if (end == LUSTRE_EOF && length != 0)
10266                 end = start + length;
10267
10268         if (end <= start) {
10269                 fprintf(stderr, "%s: range [%llu, %llu] is invalid\n",
10270                         argv[0], start, end);
10271                 return CMD_HELP;
10272         }
10273
10274         if (advice_type != LU_LADVISE_LOCKAHEAD && mode != 0) {
10275                 fprintf(stderr, "%s: mode is only valid with lockahead\n",
10276                         argv[0]);
10277                 return CMD_HELP;
10278         }
10279
10280         if (advice_type == LU_LADVISE_LOCKAHEAD && mode == 0) {
10281                 fprintf(stderr, "%s: mode is required with lockahead\n",
10282                         argv[0]);
10283                 return CMD_HELP;
10284         }
10285
10286         while (optind < argc) {
10287                 int rc2;
10288
10289                 path = argv[optind++];
10290
10291                 fd = open(path, O_RDONLY);
10292                 if (fd < 0) {
10293                         fprintf(stderr, "%s: cannot open file '%s': %s\n",
10294                                 argv[0], path, strerror(errno));
10295                         rc2 = -errno;
10296                         goto next;
10297                 }
10298
10299                 advice.lla_start = start;
10300                 advice.lla_end = end;
10301                 advice.lla_advice = advice_type;
10302                 advice.lla_value1 = 0;
10303                 advice.lla_value2 = 0;
10304                 advice.lla_value3 = 0;
10305                 advice.lla_value4 = 0;
10306                 if (advice_type == LU_LADVISE_LOCKAHEAD) {
10307                         advice.lla_lockahead_mode = mode;
10308                         advice.lla_peradvice_flags = flags;
10309                 }
10310
10311                 rc2 = llapi_ladvise(fd, flags, 1, &advice);
10312                 close(fd);
10313                 if (rc2 < 0) {
10314                         fprintf(stderr,
10315                                 "%s: cannot give advice '%s' to file '%s': %s\n",
10316                                 argv[0], ladvise_names[advice_type],
10317                                 path, strerror(errno));
10318
10319                         goto next;
10320                 }
10321
10322 next:
10323                 if (rc == 0 && rc2 < 0)
10324                         rc = rc2;
10325         }
10326         return rc;
10327 }
10328
10329 static const char *const heat_names[] = LU_HEAT_NAMES;
10330
10331 static int lfs_heat_get(int argc, char **argv)
10332 {
10333         struct lu_heat *heat;
10334         int rc = 0, rc2;
10335         char *path;
10336         int fd;
10337         int i;
10338
10339         if (argc <= 1)
10340                 return CMD_HELP;
10341
10342         heat = calloc(sizeof(*heat) + sizeof(__u64) * OBD_HEAT_COUNT, 1);
10343         if (!heat) {
10344                 fprintf(stderr, "%s: memory allocation failed\n", argv[0]);
10345                 return -ENOMEM;
10346         }
10347
10348         optind = 1;
10349         while (optind < argc) {
10350                 path = argv[optind++];
10351
10352                 fd = open(path, O_RDONLY);
10353                 if (fd < 0) {
10354                         fprintf(stderr, "%s: cannot open file '%s': %s\n",
10355                                 argv[0], path, strerror(errno));
10356                         rc2 = -errno;
10357                         goto next;
10358                 }
10359
10360                 heat->lh_count = OBD_HEAT_COUNT;
10361                 rc2 = llapi_heat_get(fd, heat);
10362                 close(fd);
10363                 if (rc2 < 0) {
10364                         fprintf(stderr,
10365                                 "%s: cannot get heat of file '%s': %s\n",
10366                                 argv[0], path, strerror(errno));
10367                         goto next;
10368                 }
10369
10370                 printf("flags: %x\n", heat->lh_flags);
10371                 for (i = 0; i < heat->lh_count; i++)
10372                         printf("%s: %llu\n", heat_names[i],
10373                                (unsigned long long)heat->lh_heat[i]);
10374 next:
10375                 if (rc == 0 && rc2 < 0)
10376                         rc = rc2;
10377         }
10378
10379         free(heat);
10380         return rc;
10381 }
10382
10383 static int lfs_heat_set(int argc, char **argv)
10384 {
10385         struct option long_opts[] = {
10386         { .val = 'c',   .name = "clear",        .has_arg = no_argument },
10387         { .val = 'h',   .name = "help",         .has_arg = no_argument },
10388         { .val = 'o',   .name = "off",          .has_arg = no_argument },
10389         { .val = 'O',   .name = "on",           .has_arg = no_argument },
10390         { .name = NULL } };
10391         enum lu_heat_flag flags = 0;
10392         int rc = 0, rc2;
10393         char *path;
10394         int fd;
10395         int c;
10396
10397         if (argc <= 1)
10398                 return CMD_HELP;
10399
10400         optind = 0;
10401         while ((c = getopt_long(argc, argv, "choO", long_opts, NULL)) != -1) {
10402                 switch (c) {
10403                 case 'c':
10404                         flags |= LU_HEAT_FLAG_CLEAR;
10405                         break;
10406                 case 'o':
10407                         flags |= LU_HEAT_FLAG_CLEAR;
10408                         flags |= LU_HEAT_FLAG_OFF;
10409                         break;
10410                 case 'O':
10411                         flags &= ~LU_HEAT_FLAG_OFF;
10412                         break;
10413                 default:
10414                         fprintf(stderr, "%s: unrecognized option '%s'\n",
10415                                 progname, argv[optind - 1]);
10416                         /* fallthrough */
10417                 case 'h':
10418                         return CMD_HELP;
10419                 }
10420         }
10421
10422         if (argc <= optind) {
10423                 fprintf(stderr, "%s: please give one or more file names\n",
10424                         argv[0]);
10425                 return CMD_HELP;
10426         }
10427
10428         while (optind < argc) {
10429                 path = argv[optind++];
10430
10431                 fd = open(path, O_RDONLY);
10432                 if (fd < 0) {
10433                         fprintf(stderr, "%s: cannot open file '%s': %s\n",
10434                                 argv[0], path, strerror(errno));
10435                         rc2 = -errno;
10436                         goto next;
10437                 }
10438
10439                 rc2 = llapi_heat_set(fd, flags);
10440                 close(fd);
10441                 if (rc2 < 0) {
10442                         fprintf(stderr,
10443                                 "%s: cannot setflags heat of file '%s': %s\n",
10444                                 argv[0], path, strerror(errno));
10445                         goto next;
10446                 }
10447 next:
10448                 if (rc == 0 && rc2 < 0)
10449                         rc = rc2;
10450         }
10451         return rc;
10452 }
10453
10454 /**
10455  * The input string contains a comma delimited list of component ids and
10456  * ranges, for example "1,2-4,7".
10457  */
10458 static int parse_mirror_ids(__u16 *ids, int size, char *arg)
10459 {
10460         bool end_of_loop = false;
10461         char *ptr = NULL;
10462         int nr = 0;
10463         int rc;
10464
10465         if (!arg)
10466                 return -EINVAL;
10467
10468         while (!end_of_loop) {
10469                 int start_index;
10470                 int end_index;
10471                 int i;
10472                 char *endptr = NULL;
10473
10474                 rc = -EINVAL;
10475                 ptr = strchrnul(arg, ',');
10476                 end_of_loop = *ptr == '\0';
10477                 *ptr = '\0';
10478
10479                 start_index = strtol(arg, &endptr, 0);
10480                 if (endptr == arg) /* no data at all */
10481                         break;
10482                 if (*endptr != '-' && *endptr != '\0') /* has invalid data */
10483                         break;
10484                 if (start_index < 0)
10485                         break;
10486
10487                 end_index = start_index;
10488                 if (*endptr == '-') {
10489                         end_index = strtol(endptr + 1, &endptr, 0);
10490                         if (*endptr != '\0')
10491                                 break;
10492                         if (end_index < start_index)
10493                                 break;
10494                 }
10495
10496                 for (i = start_index; i <= end_index && size > 0; i++) {
10497                         int j;
10498
10499                         /* remove duplicate */
10500                         for (j = 0; j < nr; j++) {
10501                                 if (ids[j] == i)
10502                                         break;
10503                         }
10504                         if (j == nr) { /* no duplicate */
10505                                 ids[nr++] = i;
10506                                 --size;
10507                         }
10508                 }
10509
10510                 if (size == 0 && i < end_index)
10511                         break;
10512
10513                 *ptr = ',';
10514                 arg = ++ptr;
10515                 rc = 0;
10516         }
10517         if (!end_of_loop && ptr)
10518                 *ptr = ',';
10519
10520         return rc < 0 ? rc : nr;
10521 }
10522
10523 /**
10524  * struct verify_mirror_id - Mirror id to be verified.
10525  * @mirror_id:   A specified mirror id.
10526  * @is_valid_id: @mirror_id is valid or not in the mirrored file.
10527  */
10528 struct verify_mirror_id {
10529         __u16 mirror_id;
10530         bool is_valid_id;
10531 };
10532
10533 /**
10534  * compare_mirror_ids() - Compare mirror ids.
10535  * @layout: Mirror component list.
10536  * @cbdata: Callback data in verify_mirror_id structure.
10537  *
10538  * This is a callback function called by llapi_layout_comp_iterate()
10539  * to compare the specified mirror id with the one in the current
10540  * component of @layout. If they are the same, then the specified
10541  * mirror id is valid.
10542  *
10543  * Return: a negative error code on failure or
10544  *         LLAPI_LAYOUT_ITER_CONT: Proceed iteration
10545  *         LLAPI_LAYOUT_ITER_STOP: Stop iteration
10546  */
10547 static inline
10548 int compare_mirror_ids(struct llapi_layout *layout, void *cbdata)
10549 {
10550         struct verify_mirror_id *mirror_id_cbdata =
10551                                  (struct verify_mirror_id *)cbdata;
10552         uint32_t mirror_id;
10553         int rc = 0;
10554
10555         rc = llapi_layout_mirror_id_get(layout, &mirror_id);
10556         if (rc < 0) {
10557                 rc = -errno;
10558                 fprintf(stderr,
10559                         "%s: llapi_layout_mirror_id_get failed: %s.\n",
10560                         progname, strerror(errno));
10561                 return rc;
10562         }
10563
10564         if (mirror_id_cbdata->mirror_id == mirror_id) {
10565                 mirror_id_cbdata->is_valid_id = true;
10566                 return LLAPI_LAYOUT_ITER_STOP;
10567         }
10568
10569         return LLAPI_LAYOUT_ITER_CONT;
10570 }
10571
10572 /**
10573  * verify_mirror_ids() - Verify specified mirror ids.
10574  * @fname:      Mirrored file name.
10575  * @mirror_ids: Specified mirror ids to be verified.
10576  * @ids_nr:     Number of specified mirror ids.
10577  *
10578  * This function verifies that specified @mirror_ids are valid
10579  * in the mirrored file @fname.
10580  *
10581  * Return: 0 on success or a negative error code on failure.
10582  */
10583 static inline
10584 int verify_mirror_ids(const char *fname, __u16 *mirror_ids, int ids_nr)
10585 {
10586         struct llapi_layout *layout = NULL;
10587         struct verify_mirror_id mirror_id_cbdata = { 0 };
10588         struct stat stbuf;
10589         uint32_t flr_state;
10590         int i;
10591         int fd;
10592         int rc = 0;
10593         int rc2 = 0;
10594
10595         if (ids_nr <= 0)
10596                 return -EINVAL;
10597
10598         if (stat(fname, &stbuf) < 0) {
10599                 fprintf(stderr, "%s: cannot stat file '%s': %s.\n",
10600                         progname, fname, strerror(errno));
10601                 rc = -errno;
10602                 goto error;
10603         }
10604
10605         if (!S_ISREG(stbuf.st_mode)) {
10606                 fprintf(stderr, "%s: '%s' is not a regular file.\n",
10607                         progname, fname);
10608                 rc = -EINVAL;
10609                 goto error;
10610         }
10611
10612         fd = open(fname, O_DIRECT | O_RDONLY);
10613         if (fd < 0) {
10614                 fprintf(stderr, "%s: cannot open '%s': %s.\n",
10615                         progname, fname, strerror(errno));
10616                 rc = -errno;
10617                 goto error;
10618         }
10619
10620         rc = llapi_lease_acquire(fd, LL_LEASE_RDLCK);
10621         if (rc < 0) {
10622                 fprintf(stderr, "%s: '%s' llapi_lease_acquire failed: %s.\n",
10623                         progname, fname, strerror(errno));
10624                 goto close_fd;
10625         }
10626
10627         layout = llapi_layout_get_by_fd(fd, 0);
10628         if (!layout) {
10629                 fprintf(stderr, "%s: '%s' llapi_layout_get_by_fd failed: %s.\n",
10630                         progname, fname, strerror(errno));
10631                 rc = -errno;
10632                 llapi_lease_release(fd);
10633                 goto close_fd;
10634         }
10635
10636         rc = llapi_layout_flags_get(layout, &flr_state);
10637         if (rc < 0) {
10638                 fprintf(stderr, "%s: '%s' llapi_layout_flags_get failed: %s.\n",
10639                         progname, fname, strerror(errno));
10640                 rc = -errno;
10641                 goto free_layout;
10642         }
10643
10644         flr_state &= LCM_FL_FLR_MASK;
10645         switch (flr_state) {
10646         case LCM_FL_NONE:
10647                 rc = -EINVAL;
10648                 fprintf(stderr, "%s: '%s' file state error: %s.\n",
10649                         progname, fname, llapi_layout_flags_string(flr_state));
10650                 goto free_layout;
10651         default:
10652                 break;
10653         }
10654
10655         rc2 = 0;
10656         for (i = 0; i < ids_nr; i++) {
10657                 mirror_id_cbdata.mirror_id = mirror_ids[i];
10658                 mirror_id_cbdata.is_valid_id = false;
10659
10660                 rc = llapi_layout_comp_iterate(layout, compare_mirror_ids,
10661                                                &mirror_id_cbdata);
10662                 if (rc < 0) {
10663                         rc = -errno;
10664                         fprintf(stderr,
10665                                 "%s: '%s' failed to verify mirror id: %u.\n",
10666                                 progname, fname, mirror_ids[i]);
10667                         goto free_layout;
10668                 }
10669
10670                 if (!mirror_id_cbdata.is_valid_id) {
10671                         rc2 = -EINVAL;
10672                         fprintf(stderr,
10673                                 "%s: '%s' invalid specified mirror id: %u.\n",
10674                                 progname, fname, mirror_ids[i]);
10675                 }
10676         }
10677         rc = rc2;
10678
10679 free_layout:
10680         llapi_layout_free(layout);
10681         llapi_lease_release(fd);
10682 close_fd:
10683         close(fd);
10684 error:
10685         return rc;
10686 }
10687
10688 static inline
10689 int lfs_mirror_resync_file(const char *fname, struct ll_ioc_lease *ioc,
10690                            __u16 *mirror_ids, int ids_nr)
10691 {
10692         struct llapi_resync_comp comp_array[1024] = { { 0 } };
10693         struct llapi_layout *layout;
10694         struct stat stbuf;
10695         uint32_t flr_state;
10696         uint64_t start;
10697         uint64_t end;
10698         int comp_size = 0;
10699         int idx;
10700         int fd;
10701         int rc;
10702         int rc2;
10703
10704         if (stat(fname, &stbuf) < 0) {
10705                 fprintf(stderr, "%s: cannot stat file '%s': %s.\n",
10706                         progname, fname, strerror(errno));
10707                 rc = -errno;
10708                 goto error;
10709         }
10710         if (!S_ISREG(stbuf.st_mode)) {
10711                 fprintf(stderr, "%s: '%s' is not a regular file.\n",
10712                         progname, fname);
10713                 rc = -EINVAL;
10714                 goto error;
10715         }
10716
10717         fd = open(fname, O_DIRECT | O_RDWR);
10718         if (fd < 0) {
10719                 fprintf(stderr, "%s: cannot open '%s': %s.\n",
10720                         progname, fname, strerror(errno));
10721                 rc = -errno;
10722                 goto error;
10723         }
10724
10725         layout = llapi_layout_get_by_fd(fd, 0);
10726         if (!layout) {
10727                 fprintf(stderr, "%s: '%s' llapi_layout_get_by_fd failed: %s.\n",
10728                         progname, fname, strerror(errno));
10729                 rc = -errno;
10730                 goto close_fd;
10731         }
10732
10733         rc = llapi_layout_flags_get(layout, &flr_state);
10734         if (rc) {
10735                 fprintf(stderr, "%s: '%s' llapi_layout_flags_get failed: %s.\n",
10736                         progname, fname, strerror(errno));
10737                 rc = -errno;
10738                 goto free_layout;
10739         }
10740
10741         flr_state &= LCM_FL_FLR_MASK;
10742         if (flr_state == LCM_FL_NONE) {
10743                 rc = -EINVAL;
10744                 fprintf(stderr, "%s: '%s' is not a FLR file.\n",
10745                         progname, fname);
10746                 goto free_layout;
10747         }
10748
10749         /* get stale component info */
10750         comp_size = llapi_mirror_find_stale(layout, comp_array,
10751                                             ARRAY_SIZE(comp_array),
10752                                             mirror_ids, ids_nr);
10753         if (comp_size <= 0) {
10754                 rc = comp_size;
10755                 goto free_layout;
10756         }
10757
10758         ioc->lil_mode = LL_LEASE_WRLCK;
10759         ioc->lil_flags = LL_LEASE_RESYNC;
10760         rc = llapi_lease_set(fd, ioc);
10761         if (rc < 0) {
10762                 if (rc == -EALREADY)
10763                         rc = 0;
10764                 else
10765                         fprintf(stderr,
10766                             "%s: '%s' llapi_lease_get_ext resync failed: %s.\n",
10767                                 progname, fname, strerror(-rc));
10768                 goto free_layout;
10769         }
10770
10771         /* get the read range [start, end) */
10772         start = comp_array[0].lrc_start;
10773         end = comp_array[0].lrc_end;
10774         for (idx = 1; idx < comp_size; idx++) {
10775                 if (comp_array[idx].lrc_start < start)
10776                         start = comp_array[idx].lrc_start;
10777                 if (end < comp_array[idx].lrc_end)
10778                         end = comp_array[idx].lrc_end;
10779         }
10780
10781         rc = llapi_lease_check(fd);
10782         if (rc != LL_LEASE_WRLCK) {
10783                 fprintf(stderr, "%s: '%s' lost lease lock.\n",
10784                         progname, fname);
10785                 goto free_layout;
10786         }
10787
10788         rc = llapi_mirror_resync_many(fd, layout, comp_array, comp_size,
10789                                       start, end);
10790         if (rc < 0)
10791                 fprintf(stderr, "%s: '%s' llapi_mirror_resync_many: %s.\n",
10792                         progname, fname, strerror(-rc));
10793
10794         rc = migrate_set_timestamps(fd, &stbuf);
10795         if (rc < 0) {
10796                 fprintf(stderr, "%s: '%s' cannot set timestamps: %s\n",
10797                         progname, fname, strerror(-rc));
10798                 goto free_layout;
10799         }
10800
10801         /* need to do the lease unlock even resync fails */
10802         ioc->lil_mode = LL_LEASE_UNLCK;
10803         ioc->lil_flags = LL_LEASE_RESYNC_DONE;
10804         ioc->lil_count = 0;
10805         for (idx = 0; idx < comp_size; idx++) {
10806                 if (comp_array[idx].lrc_synced) {
10807                         ioc->lil_ids[ioc->lil_count] = comp_array[idx].lrc_id;
10808                         ioc->lil_count++;
10809                 }
10810         }
10811
10812         rc2 = llapi_lease_set(fd, ioc);
10813         /**
10814          * llapi_lease_set returns lease mode when it request to unlock
10815          * the lease lock.
10816          */
10817         if (rc2 <= 0) {
10818                 /* rc2 == 0 means lost lease lock */
10819                 if (rc2 == 0 && rc == 0)
10820                         rc = -EBUSY;
10821                 else
10822                         rc = rc2;
10823                 fprintf(stderr, "%s: resync file '%s' failed: %s.\n",
10824                         progname, fname,
10825                         rc2 == 0 ? "lost lease lock" : strerror(-rc2));
10826
10827                 llapi_lease_release(fd);
10828                 goto free_layout;
10829         }
10830
10831 free_layout:
10832         llapi_layout_free(layout);
10833 close_fd:
10834         close(fd);
10835 error:
10836         return rc;
10837 }
10838
10839 static inline int lfs_mirror_resync(int argc, char **argv)
10840 {
10841         struct option long_opts[] = {
10842         { .val = 'h',   .name = "help",         .has_arg = no_argument },
10843         { .val = 'o',   .name = "only",         .has_arg = required_argument },
10844         { .name = NULL } };
10845         struct ll_ioc_lease *ioc = NULL;
10846         __u16 mirror_ids[128] = { 0 };
10847         int ids_nr = 0;
10848         int c;
10849         int rc = 0;
10850
10851         while ((c = getopt_long(argc, argv, "ho:", long_opts, NULL)) >= 0) {
10852                 switch (c) {
10853                 case 'o':
10854                         rc = parse_mirror_ids(mirror_ids,
10855                                         sizeof(mirror_ids) / sizeof(__u16),
10856                                         optarg);
10857                         if (rc < 0) {
10858                                 fprintf(stderr,
10859                                         "%s: bad mirror ids '%s'.\n",
10860                                         argv[0], optarg);
10861                                 goto error;
10862                         }
10863                         ids_nr = rc;
10864                         break;
10865                 default:
10866                         fprintf(stderr, "%s: unrecognized option '%s'\n",
10867                                 progname, argv[optind - 1]);
10868                         /* fallthrough */
10869                 case 'h':
10870                         rc = CMD_HELP;
10871                         goto error;
10872                 }
10873         }
10874
10875         if (argc == optind) {
10876                 fprintf(stderr, "%s: no file name given.\n", argv[0]);
10877                 rc = CMD_HELP;
10878                 goto error;
10879         }
10880
10881         if (ids_nr > 0 && argc > optind + 1) {
10882                 fprintf(stderr,
10883                     "%s: option '--only' cannot be used upon multiple files.\n",
10884                         argv[0]);
10885                 rc = CMD_HELP;
10886                 goto error;
10887         }
10888
10889         if (ids_nr > 0) {
10890                 rc = verify_mirror_ids(argv[optind], mirror_ids, ids_nr);
10891                 if (rc < 0)
10892                         goto error;
10893         }
10894
10895         /* set the lease on the file */
10896         ioc = calloc(sizeof(*ioc) + sizeof(__u32) * 4096, 1);
10897         if (!ioc) {
10898                 fprintf(stderr, "%s: cannot alloc id array for ioc: %s.\n",
10899                         argv[0], strerror(errno));
10900                 rc = -errno;
10901                 goto error;
10902         }
10903
10904         for (; optind < argc; optind++) {
10905                 rc = lfs_mirror_resync_file(argv[optind], ioc,
10906                                             mirror_ids, ids_nr);
10907                 /* ignore previous file's error, continue with next file */
10908
10909                 /* reset ioc */
10910                 memset(ioc, 0, sizeof(*ioc) + sizeof(__u32) * 4096);
10911         }
10912
10913         free(ioc);
10914 error:
10915         return rc;
10916 }
10917
10918 static inline int verify_mirror_id_by_fd(int fd, __u16 mirror_id)
10919 {
10920         struct llapi_layout *layout;
10921         int rc;
10922
10923         layout = llapi_layout_get_by_fd(fd, 0);
10924         if (!layout) {
10925                 fprintf(stderr, "could not get layout.\n");
10926                 return  -EINVAL;
10927         }
10928
10929         rc = llapi_layout_comp_iterate(layout, find_mirror_id, &mirror_id);
10930         if (rc < 0) {
10931                 fprintf(stderr, "failed to iterate layout\n");
10932                 llapi_layout_free(layout);
10933
10934                 return rc;
10935         } else if (rc == LLAPI_LAYOUT_ITER_CONT) {
10936                 fprintf(stderr, "does not find mirror with ID %u\n", mirror_id);
10937                 llapi_layout_free(layout);
10938
10939                 return -EINVAL;
10940         }
10941         llapi_layout_free(layout);
10942
10943         return 0;
10944 }
10945
10946 /**
10947  * Check whether two files are the same file
10948  * \retval      0  same file
10949  * \retval      1  not the same file
10950  * \retval      <0 error code
10951  */
10952 static inline int check_same_file(int fd, const char *f2)
10953 {
10954         struct stat stbuf1;
10955         struct stat stbuf2;
10956
10957         if (fstat(fd, &stbuf1) < 0)
10958                 return -errno;
10959
10960         if (stat(f2, &stbuf2) < 0)
10961                 return 1;
10962
10963         if (stbuf1.st_rdev == stbuf2.st_rdev &&
10964             stbuf1.st_ino == stbuf2.st_ino)
10965                 return 0;
10966
10967         return 1;
10968 }
10969
10970 static inline int lfs_mirror_read(int argc, char **argv)
10971 {
10972         int rc = CMD_HELP;
10973         __u16 mirror_id = 0;
10974         const char *outfile = NULL;
10975         char *fname;
10976         int fd = 0;
10977         int outfd;
10978         int c;
10979         void *buf;
10980         const size_t buflen = 4 << 20;
10981         off_t pos;
10982         struct option long_opts[] = {
10983         { .val = 'h',   .name = "help",         .has_arg = no_argument },
10984         { .val = 'N',   .name = "mirror-id",    .has_arg = required_argument },
10985         { .val = 'o',   .name = "outfile",      .has_arg = required_argument },
10986         { .name = NULL } };
10987
10988         while ((c = getopt_long(argc, argv, "hN:o:", long_opts, NULL)) >= 0) {
10989                 char *end;
10990
10991                 switch (c) {
10992                 case 'N': {
10993                         unsigned long int id;
10994
10995                         errno = 0;
10996                         id = strtoul(optarg, &end, 0);
10997                         if (errno != 0 || *end != '\0' || id == 0 ||
10998                             id > UINT16_MAX) {
10999                                 fprintf(stderr,
11000                                         "%s %s: invalid mirror ID '%s'\n",
11001                                         progname, argv[0], optarg);
11002                                 return rc;
11003                         }
11004
11005                         mirror_id = (__u16)id;
11006                         break;
11007                 }
11008                 case 'o':
11009                         outfile = optarg;
11010                         break;
11011                 default:
11012                         fprintf(stderr, "%s: unrecognized option '%s'\n",
11013                                 progname, argv[optind - 1]);
11014                         /* fallthrough */
11015                 case 'h':
11016                         return CMD_HELP;
11017                 }
11018         }
11019
11020         if (argc == optind) {
11021                 fprintf(stderr, "%s %s: no mirrored file provided\n",
11022                         progname, argv[0]);
11023                 return rc;
11024         } else if (argc > optind + 1) {
11025                 fprintf(stderr, "%s %s: too many files\n", progname, argv[0]);
11026                 return rc;
11027         }
11028
11029         if (mirror_id == 0) {
11030                 fprintf(stderr, "%s %s: no valid mirror ID is provided\n",
11031                         progname, argv[0]);
11032                 return rc;
11033         }
11034
11035         /* open mirror file */
11036         fname = argv[optind];
11037         fd = open(fname, O_DIRECT | O_RDONLY);
11038         if (fd < 0) {
11039                 fprintf(stderr, "%s %s: cannot open '%s': %s\n",
11040                         progname, argv[0], fname, strerror(errno));
11041                 return rc;
11042         }
11043
11044         /* verify mirror id */
11045         rc = verify_mirror_id_by_fd(fd, mirror_id);
11046         if (rc) {
11047                 fprintf(stderr,
11048                         "%s %s: cannot find mirror with ID %u in '%s'\n",
11049                         progname, argv[0], mirror_id, fname);
11050                 goto close_fd;
11051         }
11052
11053         /* open output file - O_EXCL ensures output is not the same as input */
11054         if (outfile) {
11055                 outfd = open(outfile, O_EXCL | O_WRONLY | O_CREAT, 0644);
11056                 if (outfd < 0) {
11057                         fprintf(stderr, "%s %s: cannot create file '%s': %s\n",
11058                                 progname, argv[0], outfile, strerror(errno));
11059                         rc = -errno;
11060                         goto close_fd;
11061                 }
11062         } else {
11063                 outfd = STDOUT_FILENO;
11064         }
11065
11066         /* allocate buffer */
11067         rc = posix_memalign(&buf, sysconf(_SC_PAGESIZE), buflen);
11068         if (rc) {
11069                 fprintf(stderr, "%s %s: posix_memalign returns %d\n",
11070                                 progname, argv[0], rc);
11071                 goto close_outfd;
11072         }
11073
11074         pos = 0;
11075         while (1) {
11076                 ssize_t bytes_read;
11077                 ssize_t written = 0;
11078
11079                 bytes_read = llapi_mirror_read(fd, mirror_id, buf, buflen, pos);
11080                 if (bytes_read < 0) {
11081                         rc = bytes_read;
11082                         fprintf(stderr,
11083                                 "%s %s: fail to read data from mirror %u: %s\n",
11084                                 progname, argv[0], mirror_id, strerror(-rc));
11085                         goto free_buf;
11086                 }
11087
11088                 /* EOF reached */
11089                 if (bytes_read == 0)
11090                         break;
11091
11092                 while (written < bytes_read) {
11093                         ssize_t written2;
11094
11095                         written2 = write(outfd, buf + written,
11096                                          bytes_read - written);
11097                         if (written2 < 0) {
11098                                 fprintf(stderr,
11099                                         "%s %s: fail to write %s: %s\n",
11100                                         progname, argv[0], outfile ? : "STDOUT",
11101                                         strerror(errno));
11102                                 rc = -errno;
11103                                 goto free_buf;
11104                         }
11105                         written += written2;
11106                 }
11107
11108                 if (written != bytes_read) {
11109                         fprintf(stderr,
11110                 "%s %s: written %ld bytes does not match with %ld read.\n",
11111                                 progname, argv[0], written, bytes_read);
11112                         rc = -EIO;
11113                         goto free_buf;
11114                 }
11115
11116                 pos += bytes_read;
11117         }
11118
11119         fsync(outfd);
11120         rc = 0;
11121
11122 free_buf:
11123         free(buf);
11124 close_outfd:
11125         if (outfile)
11126                 close(outfd);
11127 close_fd:
11128         close(fd);
11129
11130         return rc;
11131 }
11132
11133 static inline int lfs_mirror_write(int argc, char **argv)
11134 {
11135         int rc = CMD_HELP;
11136         __u16 mirror_id = 0;
11137         const char *inputfile = NULL;
11138         char *fname;
11139         int fd = 0;
11140         int inputfd;
11141         int c;
11142         void *buf;
11143         const size_t buflen = 4 << 20;
11144         off_t pos;
11145         size_t page_size = sysconf(_SC_PAGESIZE);
11146         struct ll_ioc_lease_id ioc;
11147         struct option long_opts[] = {
11148         { .val = 'h',   .name = "help",         .has_arg = no_argument },
11149         { .val = 'i',   .name = "inputfile",    .has_arg = required_argument },
11150         { .val = 'N',   .name = "mirror-id",    .has_arg = required_argument },
11151         { .name = NULL } };
11152
11153         while ((c = getopt_long(argc, argv, "hi:N:", long_opts, NULL)) >= 0) {
11154                 char *end;
11155
11156                 switch (c) {
11157                 case 'N': {
11158                         unsigned long int id;
11159
11160                         errno = 0;
11161                         id = strtoul(optarg, &end, 0);
11162                         if (errno != 0 || *end != '\0' || id == 0 ||
11163                             id > UINT16_MAX) {
11164                                 fprintf(stderr,
11165                                         "%s %s: invalid mirror ID '%s'\n",
11166                                         progname, argv[0], optarg);
11167                                 return rc;
11168                         }
11169
11170                         mirror_id = (__u16)id;
11171                         break;
11172                 }
11173                 case 'i':
11174                         inputfile = optarg;
11175                         break;
11176                 default:
11177                         fprintf(stderr, "%s: unrecognized option '%s'\n",
11178                                 progname, argv[optind - 1]);
11179                         /* fallthrough */
11180                 case 'h':
11181                         return CMD_HELP;
11182                 }
11183         }
11184
11185         if (argc == optind) {
11186                 fprintf(stderr, "%s %s: no mirrored file provided\n",
11187                         progname, argv[0]);
11188                 return rc;
11189         } else if (argc > optind + 1) {
11190                 fprintf(stderr, "%s %s: too many files\n", progname, argv[0]);
11191                 return rc;
11192         }
11193
11194         if (mirror_id == 0) {
11195                 fprintf(stderr, "%s %s: no valid mirror ID is provided\n",
11196                         progname, argv[0]);
11197                 return rc;
11198         }
11199
11200         /* open mirror file */
11201         fname = argv[optind];
11202         fd = open(fname, O_DIRECT | O_WRONLY);
11203         if (fd < 0) {
11204                 fprintf(stderr, "%s %s: cannot open '%s': %s\n",
11205                         progname, argv[0], fname, strerror(errno));
11206                 return rc;
11207         }
11208
11209         /* verify mirror id */
11210         rc = verify_mirror_id_by_fd(fd, mirror_id);
11211         if (rc) {
11212                 fprintf(stderr,
11213                         "%s %s: cannot find mirror with ID %u in '%s'\n",
11214                         progname, argv[0], mirror_id, fname);
11215                 goto close_fd;
11216         }
11217
11218         /* open input file */
11219         if (inputfile) {
11220                 rc = check_same_file(fd, inputfile);
11221                 if (rc == 0) {
11222                         fprintf(stderr,
11223                         "%s %s: input file cannot be the mirrored file\n",
11224                                 progname, argv[0]);
11225                         goto close_fd;
11226                 }
11227                 if (rc < 0)
11228                         goto close_fd;
11229
11230                 inputfd = open(inputfile, O_RDONLY, 0644);
11231                 if (inputfd < 0) {
11232                         fprintf(stderr, "%s %s: cannot open file '%s': %s\n",
11233                                 progname, argv[0], inputfile, strerror(errno));
11234                         rc = -errno;
11235                         goto close_fd;
11236                 }
11237         } else {
11238                 inputfd = STDIN_FILENO;
11239         }
11240
11241         /* allocate buffer */
11242         rc = posix_memalign(&buf, page_size, buflen);
11243         if (rc) {
11244                 fprintf(stderr, "%s %s: posix_memalign returns %d\n",
11245                         progname, argv[0], rc);
11246                 goto close_inputfd;
11247         }
11248
11249         /* prepare target mirror components instantiation */
11250         ioc.lil_mode = LL_LEASE_WRLCK;
11251         ioc.lil_flags = LL_LEASE_RESYNC;
11252         ioc.lil_mirror_id = mirror_id;
11253         rc = llapi_lease_set(fd, (struct ll_ioc_lease *)&ioc);
11254         if (rc < 0) {
11255                 fprintf(stderr,
11256                         "%s %s: '%s' llapi_lease_get_ext failed: %s\n",
11257                         progname, argv[0], fname, strerror(errno));
11258                 goto free_buf;
11259         }
11260
11261         pos = 0;
11262         while (1) {
11263                 ssize_t bytes_read;
11264                 ssize_t written;
11265                 size_t to_write;
11266
11267                 rc = llapi_lease_check(fd);
11268                 if (rc != LL_LEASE_WRLCK) {
11269                         fprintf(stderr, "%s %s: '%s' lost lease lock\n",
11270                                 progname, argv[0], fname);
11271                         goto free_buf;
11272                 }
11273
11274                 bytes_read = read(inputfd, buf, buflen);
11275                 if (bytes_read < 0) {
11276                         rc = bytes_read;
11277                         fprintf(stderr,
11278                                 "%s %s: fail to read data from '%s': %s\n",
11279                                 progname, argv[0], inputfile ? : "STDIN",
11280                                 strerror(errno));
11281                         rc = -errno;
11282                         goto free_buf;
11283                 }
11284
11285                 /* EOF reached */
11286                 if (bytes_read == 0)
11287                         break;
11288
11289                 /* round up to page align to make direct IO happy. */
11290                 to_write = (bytes_read + page_size - 1) & ~(page_size - 1);
11291
11292                 written = llapi_mirror_write(fd, mirror_id, buf, to_write,
11293                                              pos);
11294                 if (written < 0) {
11295                         rc = written;
11296                         fprintf(stderr,
11297                               "%s %s: fail to write to mirror %u: %s\n",
11298                                 progname, argv[0], mirror_id,
11299                                 strerror(-rc));
11300                         goto free_buf;
11301                 }
11302
11303                 pos += bytes_read;
11304         }
11305
11306         if (pos & (page_size - 1)) {
11307                 rc = llapi_mirror_truncate(fd, mirror_id, pos);
11308                 if (rc < 0)
11309                         goto free_buf;
11310         }
11311
11312         ioc.lil_mode = LL_LEASE_UNLCK;
11313         ioc.lil_flags = LL_LEASE_RESYNC_DONE;
11314         ioc.lil_count = 0;
11315         rc = llapi_lease_set(fd, (struct ll_ioc_lease *)&ioc);
11316         if (rc <= 0) {
11317                 if (rc == 0)
11318                         rc = -EBUSY;
11319                 fprintf(stderr,
11320                         "%s %s: release lease lock of '%s' failed: %s\n",
11321                         progname, argv[0], fname, strerror(errno));
11322                 goto free_buf;
11323         }
11324
11325         rc = 0;
11326
11327 free_buf:
11328         free(buf);
11329 close_inputfd:
11330         if (inputfile)
11331                 close(inputfd);
11332 close_fd:
11333         close(fd);
11334
11335         return rc;
11336 }
11337
11338 static inline int get_other_mirror_ids(int fd, __u16 *ids, __u16 exclude_id)
11339 {
11340         struct llapi_layout *layout;
11341         struct collect_ids_data cid = { .cid_ids = ids,
11342                                         .cid_count = 0,
11343                                         .cid_exclude = exclude_id, };
11344         int rc;
11345
11346         layout = llapi_layout_get_by_fd(fd, 0);
11347         if (!layout) {
11348                 fprintf(stderr, "could not get layout\n");
11349                 return -EINVAL;
11350         }
11351
11352         rc = llapi_layout_comp_iterate(layout, collect_mirror_id, &cid);
11353         if (rc < 0) {
11354                 fprintf(stderr, "failed to iterate layout\n");
11355                 llapi_layout_free(layout);
11356
11357                 return rc;
11358         }
11359         llapi_layout_free(layout);
11360
11361         return cid.cid_count;
11362 }
11363
11364 #ifndef MIRROR_ID_NEG
11365 #define MIRROR_ID_NEG         0x8000
11366 #endif
11367
11368 static inline int lfs_mirror_copy(int argc, char **argv)
11369 {
11370         int rc = CMD_HELP;
11371         __u16 read_mirror_id = 0;
11372         __u16 ids[128] = { 0 };
11373         int count = 0;
11374         struct llapi_layout *layout = NULL;
11375         struct llapi_resync_comp comp_array[1024] = { { 0 } };
11376         int comp_size = 0;
11377         char *fname;
11378         int fd = 0;
11379         int c;
11380         int i;
11381         ssize_t copied;
11382         struct ll_ioc_lease *ioc = NULL;
11383         struct ll_ioc_lease_id *resync_ioc;
11384         struct option long_opts[] = {
11385         { .val = 'h',   .name = "help",         .has_arg = no_argument },
11386         { .val = 'i',   .name = "read-mirror",  .has_arg = required_argument },
11387         { .val = 'o',   .name = "write-mirror", .has_arg = required_argument },
11388         { .name = NULL } };
11389         char cmd[PATH_MAX];
11390
11391         snprintf(cmd, sizeof(cmd), "%s %s", progname, argv[0]);
11392         progname = cmd;
11393         while ((c = getopt_long(argc, argv, "hi:o:", long_opts, NULL)) >= 0) {
11394                 char *end;
11395
11396                 switch (c) {
11397                 case 'i': {
11398                         unsigned long int id;
11399
11400                         errno = 0;
11401                         id = strtoul(optarg, &end, 0);
11402                         if (errno != 0 || *end != '\0' || id == 0 ||
11403                             id > UINT16_MAX) {
11404                                 fprintf(stderr,
11405                                         "%s: invalid read mirror ID '%s'\n",
11406                                         progname, optarg);
11407                                 return rc;
11408                         }
11409
11410                         read_mirror_id = (__u16)id;
11411                         break;
11412                 }
11413                 case 'o':
11414                         if (!strcmp(optarg, "-1")) {
11415                                 /* specify all other mirrors */
11416                                 ids[0] = (__u16)-1;
11417                                 count = 1;
11418                         } else {
11419                                 count = parse_mirror_ids((__u16 *)ids,
11420                                                          ARRAY_SIZE(ids),
11421                                                          optarg);
11422                                 if (count < 0)
11423                                         return rc;
11424                         }
11425                         break;
11426                 default:
11427                         fprintf(stderr, "%s: unrecognized option '%s'\n",
11428                                 progname, argv[optind - 1]);
11429                         /* fallthrough */
11430                 case 'h':
11431                         return CMD_HELP;
11432                 }
11433         }
11434
11435         if (argc == optind) {
11436                 fprintf(stderr, "%s %s: no mirrored file provided\n",
11437                         progname, argv[0]);
11438                 return rc;
11439         } else if (argc > optind + 1) {
11440                 fprintf(stderr, "%s %s: too many files\n", progname, argv[0]);
11441                 return rc;
11442         }
11443
11444         if (read_mirror_id == 0) {
11445                 fprintf(stderr,
11446                         "%s %s: no valid read mirror ID %d is provided\n",
11447                         progname, argv[0], read_mirror_id);
11448                 return rc;
11449         }
11450
11451         if (count == 0) {
11452                 fprintf(stderr,
11453                         "%s %s: no write mirror ID is provided\n",
11454                         progname, argv[0]);
11455                 return rc;
11456         }
11457
11458         for (i = 0; i < count; i++) {
11459                 if (read_mirror_id == ids[i]) {
11460                         fprintf(stderr,
11461                         "%s %s: read and write mirror ID cannot be the same\n",
11462                                 progname, argv[0]);
11463                         return rc;
11464                 }
11465         }
11466
11467         /* open mirror file */
11468         fname = argv[optind];
11469
11470         fd = open(fname, O_DIRECT | O_RDWR);
11471         if (fd < 0) {
11472                 fprintf(stderr, "%s %s: cannot open '%s': %s\n",
11473                         progname, argv[0], fname, strerror(errno));
11474                 return rc;
11475         }
11476
11477         /* write to all other mirrors */
11478         if (ids[0] == (__u16)-1) {
11479                 count = get_other_mirror_ids(fd, ids, read_mirror_id);
11480                 if (count <= 0) {
11481                         rc = count;
11482                         fprintf(stderr,
11483                         "%s %s: failed to get other mirror ids in '%s': %d\n",
11484                                 progname, argv[0], fname, rc);
11485                         goto close_fd;
11486                 }
11487         }
11488
11489         /* verify mirror id */
11490         rc = verify_mirror_id_by_fd(fd, read_mirror_id);
11491         if (rc) {
11492                 fprintf(stderr,
11493                         "%s %s: cannot find mirror with ID %u in '%s'\n",
11494                         progname, argv[0], read_mirror_id, fname);
11495                 goto close_fd;
11496         }
11497
11498         for (i = 0; i < count; i++) {
11499                 rc = verify_mirror_id_by_fd(fd, ids[i]);
11500                 if (rc) {
11501                         fprintf(stderr,
11502                         "%s %s: cannot find mirror with ID %u in '%s'\n",
11503                                 progname, argv[0], ids[i], fname);
11504                         goto close_fd;
11505                 }
11506         }
11507
11508         ioc = calloc(sizeof(*ioc) + sizeof(__u32) * 4096, 1);
11509         if (!ioc) {
11510                 fprintf(stderr,
11511                         "%s %s: cannot alloc comp id array for ioc: %s\n",
11512                         progname, argv[0], strerror(errno));
11513                 rc = -errno;
11514                 goto close_fd;
11515         }
11516
11517         /* get stale component info */
11518         layout = llapi_layout_get_by_fd(fd, 0);
11519         if (!layout) {
11520                 fprintf(stderr, "%s %s: failed to get layout of '%s': %s\n",
11521                         progname, argv[0], fname, strerror(errno));
11522                 rc = -errno;
11523                 goto free_ioc;
11524         }
11525         comp_size = llapi_mirror_find_stale(layout, comp_array,
11526                                             ARRAY_SIZE(comp_array),
11527                                             ids, count);
11528         llapi_layout_free(layout);
11529         if (comp_size < 0) {
11530                 rc = comp_size;
11531                 goto free_ioc;
11532         }
11533
11534         /* prepare target mirror components instantiation */
11535         resync_ioc = (struct ll_ioc_lease_id *)ioc;
11536         resync_ioc->lil_mode = LL_LEASE_WRLCK;
11537         resync_ioc->lil_flags = LL_LEASE_RESYNC;
11538         if (count == 1)
11539                 resync_ioc->lil_mirror_id = ids[0];
11540         else
11541                 resync_ioc->lil_mirror_id = read_mirror_id | MIRROR_ID_NEG;
11542         rc = llapi_lease_set(fd, ioc);
11543         if (rc < 0) {
11544                 fprintf(stderr,
11545                         "%s %s: '%s' llapi_lease_get_ext failed: %s\n",
11546                         progname, argv[0], fname, strerror(errno));
11547                 goto free_ioc;
11548         }
11549
11550         copied = llapi_mirror_copy_many(fd, read_mirror_id, ids, count);
11551         if (copied < 0) {
11552                 rc = copied;
11553                 fprintf(stderr, "%s %s: copy error: %d\n",
11554                         progname, argv[0], rc);
11555                 goto free_ioc;
11556         }
11557
11558         fprintf(stdout, "mirror copied successfully: ");
11559         for (i = 0; i < copied; i++)
11560                 fprintf(stdout, "%d ", ids[i]);
11561         fprintf(stdout, "\n");
11562
11563         ioc->lil_mode = LL_LEASE_UNLCK;
11564         ioc->lil_flags = LL_LEASE_RESYNC_DONE;
11565         ioc->lil_count = 0;
11566         for (i = 0; i < comp_size; i++) {
11567                 int j;
11568
11569                 for (j = 0; j < copied; j++) {
11570                         if (comp_array[i].lrc_mirror_id != ids[j])
11571                                 continue;
11572
11573                         ioc->lil_ids[ioc->lil_count] = comp_array[i].lrc_id;
11574                         ioc->lil_count++;
11575                 }
11576         }
11577         rc = llapi_lease_set(fd, ioc);
11578         if (rc <= 0) {
11579                 if (rc == 0)
11580                         rc = -EBUSY;
11581                 fprintf(stderr,
11582                         "%s %s: release lease lock of '%s' failed: %s\n",
11583                         progname, argv[0], fname, strerror(errno));
11584                 goto free_ioc;
11585         }
11586
11587         rc = 0;
11588
11589 free_ioc:
11590         free(ioc);
11591 close_fd:
11592         close(fd);
11593
11594         return rc;
11595 }
11596
11597 /**
11598  * struct verify_chunk - Mirror chunk to be verified.
11599  * @chunk:        [start, end) of the chunk.
11600  * @mirror_count: Number of mirror ids in @mirror_id array.
11601  * @mirror_id:    Array of valid mirror ids that cover the chunk.
11602  */
11603 struct verify_chunk {
11604         struct lu_extent chunk;
11605         unsigned int mirror_count;
11606         __u16 mirror_id[LUSTRE_MIRROR_COUNT_MAX];
11607 };
11608
11609 /**
11610  * print_chunks() - Print chunk information.
11611  * @fname:       Mirrored file name.
11612  * @chunks:      Array of chunks.
11613  * @chunk_count: Number of chunks in @chunks array.
11614  *
11615  * This function prints [start, end) of each chunk in @chunks
11616  * for mirrored file @fname, and also prints the valid mirror ids
11617  * that cover the chunk.
11618  *
11619  * Return: void.
11620  */
11621 static inline
11622 void print_chunks(const char *fname, struct verify_chunk *chunks,
11623                   int chunk_count)
11624 {
11625         int i;
11626         int j;
11627
11628         fprintf(stdout, "Chunks to be verified in %s:\n", fname);
11629         for (i = 0; i < chunk_count; i++) {
11630                 fprintf(stdout, DEXT, PEXT(&chunks[i].chunk));
11631
11632                 if (chunks[i].mirror_count == 0)
11633                         fprintf(stdout, "\t[");
11634                 else {
11635                         fprintf(stdout, "\t[%u", chunks[i].mirror_id[0]);
11636                         for (j = 1; j < chunks[i].mirror_count; j++)
11637                                 fprintf(stdout, ", %u", chunks[i].mirror_id[j]);
11638                 }
11639                 fprintf(stdout, "]\t%u\n", chunks[i].mirror_count);
11640         }
11641         fprintf(stdout, "\n");
11642 }
11643
11644 /**
11645  * print_checksums() - Print CRC-32 checksum values.
11646  * @chunk: A chunk and its corresponding valid mirror ids.
11647  * @crc:   CRC-32 checksum values on the chunk for each valid mirror.
11648  *
11649  * This function prints CRC-32 checksum values on @chunk for
11650  * each valid mirror that covers it.
11651  *
11652  * Return: void.
11653  */
11654 static inline
11655 void print_checksums(struct verify_chunk *chunk, unsigned long *crc)
11656 {
11657         int i;
11658
11659         fprintf(stdout,
11660                 "CRC-32 checksum value for chunk "DEXT":\n",
11661                 PEXT(&chunk->chunk));
11662         for (i = 0; i < chunk->mirror_count; i++)
11663                 fprintf(stdout, "Mirror %u:\t%#lx\n",
11664                         chunk->mirror_id[i], crc[i]);
11665         fprintf(stdout, "\n");
11666 }
11667
11668 /**
11669  * filter_mirror_id() - Filter specified mirror ids.
11670  * @chunks:      Array of chunks.
11671  * @chunk_count: Number of chunks in @chunks array.
11672  * @mirror_ids:  Specified mirror ids to be verified.
11673  * @ids_nr:      Number of specified mirror ids.
11674  *
11675  * This function scans valid mirror ids that cover each chunk in @chunks
11676  * and filters specified mirror ids.
11677  *
11678  * Return: void.
11679  */
11680 static inline
11681 void filter_mirror_id(struct verify_chunk *chunks, int chunk_count,
11682                       __u16 *mirror_ids, int ids_nr)
11683 {
11684         int i;
11685         int j;
11686         int k;
11687         __u16 valid_id[LUSTRE_MIRROR_COUNT_MAX] = { 0 };
11688         unsigned int valid_count = 0;
11689
11690         for (i = 0; i < chunk_count; i++) {
11691                 if (chunks[i].mirror_count == 0)
11692                         continue;
11693
11694                 valid_count = 0;
11695                 for (j = 0; j < ids_nr; j++) {
11696                         for (k = 0; k < chunks[i].mirror_count; k++) {
11697                                 if (chunks[i].mirror_id[k] == mirror_ids[j]) {
11698                                         valid_id[valid_count] = mirror_ids[j];
11699                                         valid_count++;
11700                                         break;
11701                                 }
11702                         }
11703                 }
11704
11705                 memcpy(chunks[i].mirror_id, valid_id,
11706                        sizeof(__u16) * valid_count);
11707                 chunks[i].mirror_count = valid_count;
11708         }
11709 }
11710
11711 /**
11712  * lfs_mirror_prepare_chunk() - Find mirror chunks to be verified.
11713  * @layout:      Mirror component list.
11714  * @chunks:      Array of chunks.
11715  * @chunks_size: Array size of @chunks.
11716  *
11717  * This function scans the components in @layout from offset 0 to LUSTRE_EOF
11718  * to find out chunk segments and store them in @chunks array.
11719  *
11720  * The @mirror_id array in each element of @chunks will store the valid
11721  * mirror ids that cover the chunk. If a mirror component covering the
11722  * chunk has LCME_FL_STALE or LCME_FL_OFFLINE flag, then the mirror id
11723  * will not be stored into the @mirror_id array, and the chunk for that
11724  * mirror will not be verified.
11725  *
11726  * The @mirror_count in each element of @chunks will store the number of
11727  * mirror ids in @mirror_id array. If @mirror_count is 0, it indicates the
11728  * chunk is invalid in all of the mirrors. And if @mirror_count is 1, it
11729  * indicates the chunk is valid in only one mirror. In both cases, the
11730  * chunk will not be verified.
11731  *
11732  * Here is an example:
11733  *
11734  *  0      1M     2M     3M     4M           EOF
11735  *  +------+-------------+--------------------+
11736  *  |      |             |      S             |       mirror1
11737  *  +------+------+------+------+-------------+
11738  *  |             |   S  |   S  |             |       mirror2
11739  *  +-------------+------+------+-------------+
11740  *
11741  * prepared @chunks array will contain 5 elements:
11742  * (([0, 1M), [1, 2], 2),
11743  *  ([1M, 2M), [1, 2], 2),
11744  *  ([2M, 3M), [1], 1),
11745  *  ([3M, 4M], [], 0),
11746  *  ([4M, EOF), [2], 1))
11747  *
11748  * Return: the actual array size of @chunks on success
11749  *         or a negative error code on failure.
11750  */
11751 static inline
11752 int lfs_mirror_prepare_chunk(struct llapi_layout *layout,
11753                              struct verify_chunk *chunks,
11754                              size_t chunks_size)
11755 {
11756         uint64_t start;
11757         uint64_t end;
11758         uint32_t mirror_id;
11759         uint32_t flags;
11760         int idx = 0;
11761         int i = 0;
11762         int rc = 0;
11763
11764         memset(chunks, 0, sizeof(*chunks) * chunks_size);
11765
11766         while (1) {
11767                 rc = llapi_layout_comp_use(layout, LLAPI_LAYOUT_COMP_USE_FIRST);
11768                 if (rc < 0) {
11769                         fprintf(stderr,
11770                                 "%s: move to the first layout component: %s.\n",
11771                                 progname, strerror(errno));
11772                         goto error;
11773                 }
11774
11775                 i = 0;
11776                 rc = 0;
11777                 chunks[idx].chunk.e_end = LUSTRE_EOF;
11778                 while (rc == 0) {
11779                         rc = llapi_layout_comp_extent_get(layout, &start, &end);
11780                         if (rc < 0) {
11781                                 fprintf(stderr,
11782                                         "%s: llapi_layout_comp_extent_get failed: %s.\n",
11783                                         progname, strerror(errno));
11784                                 goto error;
11785                         }
11786
11787                         if (start > chunks[idx].chunk.e_start ||
11788                             end <= chunks[idx].chunk.e_start)
11789                                 goto next;
11790
11791                         if (end < chunks[idx].chunk.e_end)
11792                                 chunks[idx].chunk.e_end = end;
11793
11794                         rc = llapi_layout_comp_flags_get(layout, &flags);
11795                         if (rc < 0) {
11796                                 fprintf(stderr,
11797                                         "%s: llapi_layout_comp_flags_get failed: %s.\n",
11798                                         progname, strerror(errno));
11799                                 goto error;
11800                         }
11801
11802                         if (flags & LCME_FL_STALE || flags & LCME_FL_OFFLINE)
11803                                 goto next;
11804
11805                         rc = llapi_layout_mirror_id_get(layout, &mirror_id);
11806                         if (rc < 0) {
11807                                 fprintf(stderr,
11808                                         "%s: llapi_layout_mirror_id_get failed: %s.\n",
11809                                         progname, strerror(errno));
11810                                 goto error;
11811                         }
11812
11813                         chunks[idx].mirror_id[i] = mirror_id;
11814                         i++;
11815                         if (i >= ARRAY_SIZE(chunks[idx].mirror_id)) {
11816                                 fprintf(stderr,
11817                                         "%s: mirror_id array is too small.\n",
11818                                         progname);
11819                                 rc = -EINVAL;
11820                                 goto error;
11821                         }
11822
11823 next:
11824                         rc = llapi_layout_comp_use(layout,
11825                                                    LLAPI_LAYOUT_COMP_USE_NEXT);
11826                         if (rc < 0) {
11827                                 fprintf(stderr,
11828                                         "%s: move to the next layout component: %s.\n",
11829                                         progname, strerror(errno));
11830                                 goto error;
11831                         }
11832                 } /* loop through all components */
11833
11834                 chunks[idx].mirror_count = i;
11835
11836                 if (chunks[idx].chunk.e_end == LUSTRE_EOF)
11837                         break;
11838
11839                 idx++;
11840                 if (idx >= chunks_size) {
11841                         fprintf(stderr, "%s: chunks array is too small.\n",
11842                                 progname);
11843                         rc = -EINVAL;
11844                         goto error;
11845                 }
11846
11847                 chunks[idx].chunk.e_start = chunks[idx - 1].chunk.e_end;
11848         }
11849
11850 error:
11851         return rc < 0 ? rc : idx + 1;
11852 }
11853
11854 /**
11855  * lfs_mirror_verify_chunk() - Verify a chunk.
11856  * @fd:        File descriptor of the mirrored file.
11857  * @file_size: Size of the mirrored file.
11858  * @chunk:     A chunk and its corresponding valid mirror ids.
11859  * @verbose:   Verbose mode.
11860  *
11861  * This function verifies a @chunk contains exactly the same data
11862  * ammong the mirrors that cover it.
11863  *
11864  * If @verbose is specified, then the function will print where the
11865  * differences are if the data do not match. Otherwise, it will
11866  * just return an error in that case.
11867  *
11868  * Return: 0 on success or a negative error code on failure.
11869  */
11870 static inline
11871 int lfs_mirror_verify_chunk(int fd, size_t file_size,
11872                             struct verify_chunk *chunk, int verbose)
11873 {
11874         const size_t buflen = 4 * 1024 * 1024; /* 4M */
11875         void *buf;
11876         size_t page_size = sysconf(_SC_PAGESIZE);
11877         ssize_t bytes_read;
11878         ssize_t bytes_done;
11879         size_t count;
11880         off_t pos;
11881         unsigned long crc;
11882         unsigned long crc_array[LUSTRE_MIRROR_COUNT_MAX] = { 0 };
11883         int i;
11884         int rc = 0;
11885
11886         if (file_size == 0)
11887                 return 0;
11888
11889         rc = posix_memalign(&buf, page_size, buflen);
11890         if (rc) /* error code is returned directly */
11891                 return -rc;
11892
11893         if (verbose > 1) {
11894                 fprintf(stdout, "Verifying chunk "DEXT" on mirror:",
11895                         PEXT(&chunk->chunk));
11896                 for (i = 0; i < chunk->mirror_count; i++)
11897                         fprintf(stdout, " %u", chunk->mirror_id[i]);
11898                 fprintf(stdout, "\n");
11899         }
11900
11901         bytes_done = 0;
11902         count = MIN(chunk->chunk.e_end, file_size) - chunk->chunk.e_start;
11903         pos = chunk->chunk.e_start;
11904         while (bytes_done < count) {
11905                 /* compute initial CRC-32 checksum */
11906                 crc = crc32(0L, Z_NULL, 0);
11907                 memset(crc_array, 0, sizeof(crc_array));
11908
11909                 bytes_read = 0;
11910                 for (i = 0; i < chunk->mirror_count; i++) {
11911                         bytes_read = llapi_mirror_read(fd, chunk->mirror_id[i],
11912                                                        buf, buflen, pos);
11913                         if (bytes_read < 0) {
11914                                 rc = bytes_read;
11915                                 fprintf(stderr,
11916                                         "%s: failed to read data from mirror %u: %s.\n",
11917                                         progname, chunk->mirror_id[i],
11918                                         strerror(-rc));
11919                                 goto error;
11920                         }
11921
11922                         /* compute new CRC-32 checksum */
11923                         crc_array[i] = crc32(crc, buf, bytes_read);
11924                 }
11925
11926                 if (verbose)
11927                         print_checksums(chunk, crc_array);
11928
11929                 /* compare CRC-32 checksum values */
11930                 for (i = 1; i < chunk->mirror_count; i++) {
11931                         if (crc_array[i] != crc_array[0]) {
11932                                 rc = -EINVAL;
11933
11934                                 fprintf(stderr,
11935                                         "%s: chunk "DEXT" has different checksum value on mirror %u and mirror %u.\n",
11936                                         progname, PEXT(&chunk->chunk),
11937                                         chunk->mirror_id[0],
11938                                         chunk->mirror_id[i]);
11939                         }
11940                 }
11941
11942                 pos += bytes_read;
11943                 bytes_done += bytes_read;
11944         }
11945
11946         if (verbose > 1 && rc == 0) {
11947                 fprintf(stdout, "Verifying chunk "DEXT" on mirror:",
11948                         PEXT(&chunk->chunk));
11949                 for (i = 0; i < chunk->mirror_count; i++)
11950                         fprintf(stdout, " %u", chunk->mirror_id[i]);
11951                 fprintf(stdout, " PASS\n\n");
11952         }
11953
11954 error:
11955         free(buf);
11956         return rc;
11957 }
11958
11959 /**
11960  * lfs_mirror_verify_file() - Verify a mirrored file.
11961  * @fname:      Mirrored file name.
11962  * @mirror_ids: Specified mirror ids to be verified.
11963  * @ids_nr:     Number of specified mirror ids.
11964  * @verbose:    Verbose mode.
11965  *
11966  * This function verifies that each SYNC mirror of a mirrored file
11967  * specified by @fname contains exactly the same data.
11968  *
11969  * If @mirror_ids is specified, then the function will verify the
11970  * mirrors specified by @mirror_ids contain exactly the same data.
11971  *
11972  * If @verbose is specified, then the function will print where the
11973  * differences are if the data do not match. Otherwise, it will
11974  * just return an error in that case.
11975  *
11976  * Return: 0 on success or a negative error code on failure.
11977  */
11978 static inline
11979 int lfs_mirror_verify_file(const char *fname, __u16 *mirror_ids, int ids_nr,
11980                            int verbose)
11981 {
11982         struct verify_chunk chunks_array[1024] = { };
11983         struct llapi_layout *layout = NULL;
11984         struct stat stbuf;
11985         uint32_t flr_state;
11986         int fd;
11987         int chunk_count = 0;
11988         int idx = 0;
11989         int rc = 0;
11990         int rc1 = 0;
11991         int rc2 = 0;
11992
11993         if (stat(fname, &stbuf) < 0) {
11994                 fprintf(stderr, "%s: cannot stat file '%s': %s.\n",
11995                         progname, fname, strerror(errno));
11996                 rc = -errno;
11997                 goto error;
11998         }
11999
12000         if (!S_ISREG(stbuf.st_mode)) {
12001                 fprintf(stderr, "%s: '%s' is not a regular file.\n",
12002                         progname, fname);
12003                 rc = -EINVAL;
12004                 goto error;
12005         }
12006
12007         if (stbuf.st_size == 0) {
12008                 if (verbose)
12009                         fprintf(stdout, "%s: '%s' file size is 0.\n",
12010                                 progname, fname);
12011                 rc = 0;
12012                 goto error;
12013         }
12014
12015         fd = open(fname, O_DIRECT | O_RDONLY);
12016         if (fd < 0) {
12017                 fprintf(stderr, "%s: cannot open '%s': %s.\n",
12018                         progname, fname, strerror(errno));
12019                 rc = -errno;
12020                 goto error;
12021         }
12022
12023         rc = llapi_lease_acquire(fd, LL_LEASE_RDLCK);
12024         if (rc < 0) {
12025                 fprintf(stderr, "%s: '%s' llapi_lease_acquire failed: %s.\n",
12026                         progname, fname, strerror(errno));
12027                 goto close_fd;
12028         }
12029
12030         layout = llapi_layout_get_by_fd(fd, 0);
12031         if (!layout) {
12032                 fprintf(stderr, "%s: '%s' llapi_layout_get_by_fd failed: %s.\n",
12033                         progname, fname, strerror(errno));
12034                 rc = -errno;
12035                 llapi_lease_release(fd);
12036                 goto close_fd;
12037         }
12038
12039         rc = llapi_layout_flags_get(layout, &flr_state);
12040         if (rc < 0) {
12041                 fprintf(stderr, "%s: '%s' llapi_layout_flags_get failed: %s.\n",
12042                         progname, fname, strerror(errno));
12043                 rc = -errno;
12044                 goto free_layout;
12045         }
12046
12047         flr_state &= LCM_FL_FLR_MASK;
12048         switch (flr_state) {
12049         case LCM_FL_NONE:
12050                 rc = -EINVAL;
12051                 fprintf(stderr, "%s: '%s' file state error: %s.\n",
12052                         progname, fname, llapi_layout_flags_string(flr_state));
12053                 goto free_layout;
12054         default:
12055                 break;
12056         }
12057
12058         /* find out mirror chunks to be verified */
12059         chunk_count = lfs_mirror_prepare_chunk(layout, chunks_array,
12060                                                ARRAY_SIZE(chunks_array));
12061         if (chunk_count < 0) {
12062                 rc = chunk_count;
12063                 goto free_layout;
12064         }
12065
12066         if (ids_nr > 0)
12067                 /* filter specified mirror ids */
12068                 filter_mirror_id(chunks_array, chunk_count, mirror_ids, ids_nr);
12069
12070         if (verbose > 2)
12071                 print_chunks(fname, chunks_array, chunk_count);
12072
12073         for (idx = 0; idx < chunk_count; idx++) {
12074                 if (chunks_array[idx].chunk.e_start >= stbuf.st_size) {
12075                         if (verbose)
12076                                 fprintf(stdout,
12077                                         "%s: '%s' chunk "DEXT" exceeds file size %#llx: skipped\n",
12078                                         progname, fname,
12079                                         PEXT(&chunks_array[idx].chunk),
12080                                         (unsigned long long)stbuf.st_size);
12081                         break;
12082                 }
12083
12084                 if (chunks_array[idx].mirror_count == 0) {
12085                         fprintf(stderr,
12086                                 "%s: '%s' chunk "DEXT" is invalid in all of the mirrors: ",
12087                                 progname, fname,
12088                                 PEXT(&chunks_array[idx].chunk));
12089                         if (verbose) {
12090                                 fprintf(stderr, "skipped\n");
12091                                 continue;
12092                         }
12093                         rc = -EINVAL;
12094                         fprintf(stderr, "failed\n");
12095                         goto free_layout;
12096                 }
12097
12098                 if (chunks_array[idx].mirror_count == 1) {
12099                         if (verbose)
12100                                 fprintf(stdout,
12101                                         "%s: '%s' chunk "DEXT" is only valid in mirror %u: skipped\n",
12102                                         progname, fname,
12103                                         PEXT(&chunks_array[idx].chunk),
12104                                         chunks_array[idx].mirror_id[0]);
12105                         continue;
12106                 }
12107
12108                 rc = llapi_lease_check(fd);
12109                 if (rc != LL_LEASE_RDLCK) {
12110                         fprintf(stderr, "%s: '%s' lost lease lock.\n",
12111                                 progname, fname);
12112                         goto free_layout;
12113                 }
12114
12115                 /* verify one chunk */
12116                 rc1 = lfs_mirror_verify_chunk(fd, stbuf.st_size,
12117                                               &chunks_array[idx], verbose);
12118                 if (rc1 < 0) {
12119                         rc2 = rc1;
12120                         if (!verbose) {
12121                                 rc = rc1;
12122                                 goto free_layout;
12123                         }
12124                 }
12125         }
12126
12127         if (rc2 < 0)
12128                 rc = rc2;
12129
12130 free_layout:
12131         llapi_layout_free(layout);
12132         llapi_lease_release(fd);
12133 close_fd:
12134         close(fd);
12135 error:
12136         return rc;
12137 }
12138
12139 /**
12140  * lfs_mirror_verify() - Parse and execute lfs mirror verify command.
12141  * @argc: The count of lfs mirror verify command line arguments.
12142  * @argv: Array of strings for lfs mirror verify command line arguments.
12143  *
12144  * This function parses lfs mirror verify command and verifies the
12145  * specified mirrored file(s).
12146  *
12147  * Return: 0 on success or a negative error code on failure.
12148  */
12149 static inline int lfs_mirror_verify(int argc, char **argv)
12150 {
12151         __u16 mirror_ids[LUSTRE_MIRROR_COUNT_MAX] = { 0 };
12152         int ids_nr = 0;
12153         int c;
12154         int verbose = 0;
12155         int rc = 0;
12156         int rc1 = 0;
12157         char cmd[PATH_MAX];
12158
12159         struct option long_opts[] = {
12160         { .val = 'h',   .name = "help",         .has_arg = no_argument },
12161         { .val = 'o',   .name = "only",         .has_arg = required_argument },
12162         { .val = 'v',   .name = "verbose",      .has_arg = no_argument },
12163         { .name = NULL } };
12164
12165         snprintf(cmd, sizeof(cmd), "%s %s", progname, argv[0]);
12166         progname = cmd;
12167         while ((c = getopt_long(argc, argv, "ho:v", long_opts, NULL)) >= 0) {
12168                 switch (c) {
12169                 case 'o':
12170                         rc = parse_mirror_ids(mirror_ids,
12171                                               ARRAY_SIZE(mirror_ids),
12172                                               optarg);
12173                         if (rc < 0) {
12174                                 fprintf(stderr,
12175                                         "%s: bad mirror ids '%s'.\n",
12176                                         progname, optarg);
12177                                 goto error;
12178                         }
12179                         ids_nr = rc;
12180                         if (ids_nr < 2) {
12181                                 fprintf(stderr,
12182                                         "%s: at least 2 mirror ids needed with '--only' option.\n",
12183                                         progname);
12184                                 rc = CMD_HELP;
12185                                 goto error;
12186                         }
12187                         break;
12188                 case 'v':
12189                         verbose++;
12190                         break;
12191                 default:
12192                         fprintf(stderr, "%s: unrecognized option '%s'\n",
12193                                 progname, argv[optind - 1]);
12194                         /* fallthrough */
12195                 case 'h':
12196                         rc = CMD_HELP;
12197                         goto error;
12198                 }
12199         }
12200
12201         if (argc == optind) {
12202                 fprintf(stderr, "%s: no file name given.\n", progname);
12203                 rc = CMD_HELP;
12204                 goto error;
12205         }
12206
12207         if (ids_nr > 0 && argc > optind + 1) {
12208                 fprintf(stderr,
12209                         "%s: '--only' cannot be used upon multiple files.\n",
12210                         progname);
12211                 rc = CMD_HELP;
12212                 goto error;
12213         }
12214
12215         if (ids_nr > 0) {
12216                 rc = verify_mirror_ids(argv[optind], mirror_ids, ids_nr);
12217                 if (rc < 0)
12218                         goto error;
12219         }
12220
12221         rc = 0;
12222         for (; optind < argc; optind++) {
12223                 rc1 = lfs_mirror_verify_file(argv[optind], mirror_ids, ids_nr,
12224                                              verbose);
12225                 if (rc1 < 0)
12226                         rc = rc1;
12227         }
12228 error:
12229         return rc;
12230 }
12231
12232 /**
12233  * lfs_mirror() - Parse and execute lfs mirror commands.
12234  * @argc: The count of lfs mirror command line arguments.
12235  * @argv: Array of strings for lfs mirror command line arguments.
12236  *
12237  * This function parses lfs mirror commands and performs the
12238  * corresponding functions specified in mirror_cmdlist[].
12239  *
12240  * Return: 0 on success or an error code on failure.
12241  */
12242 static int lfs_mirror(int argc, char **argv)
12243 {
12244         char cmd[PATH_MAX];
12245         int rc = 0;
12246
12247         setlinebuf(stdout);
12248
12249         Parser_init("lfs-mirror > ", mirror_cmdlist);
12250
12251         snprintf(cmd, sizeof(cmd), "%s %s", progname, argv[0]);
12252         progname = cmd;
12253         program_invocation_short_name = cmd;
12254         if (argc > 1)
12255                 rc = Parser_execarg(argc - 1, argv + 1, mirror_cmdlist);
12256         else
12257                 rc = Parser_commands();
12258
12259         return rc < 0 ? -rc : rc;
12260 }
12261
12262 static void lustre_som_swab(struct lustre_som_attrs *attrs)
12263 {
12264 #if __BYTE_ORDER == __BIG_ENDIAN
12265         __swab16s(&attrs->lsa_valid);
12266         __swab64s(&attrs->lsa_size);
12267         __swab64s(&attrs->lsa_blocks);
12268 #endif
12269 }
12270
12271 enum lfs_som_type {
12272         LFS_SOM_SIZE = 0x1,
12273         LFS_SOM_BLOCKS = 0x2,
12274         LFS_SOM_FLAGS = 0x4,
12275         LFS_SOM_ATTR_ALL = LFS_SOM_SIZE | LFS_SOM_BLOCKS |
12276                            LFS_SOM_FLAGS,
12277 };
12278
12279 static int lfs_getsom(int argc, char **argv)
12280 {
12281         const char *path;
12282         struct lustre_som_attrs *attrs;
12283         char buf[sizeof(*attrs) + 64];
12284         enum lfs_som_type type = LFS_SOM_ATTR_ALL;
12285         int rc = 0, c;
12286
12287         while ((c = getopt(argc, argv, "bfhs")) != -1) {
12288                 switch (c) {
12289                 case 'b':
12290                         type = LFS_SOM_BLOCKS;
12291                         break;
12292                 case 'f':
12293                         type = LFS_SOM_FLAGS;
12294                         break;
12295                 case 's':
12296                         type = LFS_SOM_SIZE;
12297                         break;
12298                 default:
12299                         fprintf(stderr, "%s: unrecognized option '%s'\n",
12300                                 progname, argv[optind - 1]);
12301                         /* fallthrough */
12302                 case 'h':
12303                         return CMD_HELP;
12304                 }
12305         }
12306
12307         argc -= optind;
12308         argv += optind;
12309
12310         if (argc != 1) {
12311                 fprintf(stderr, "%s: %s\n",
12312                         progname, argc == 0 ? "miss file target" :
12313                         "input more than 2 files");
12314                 return CMD_HELP;
12315         }
12316
12317         path = argv[0];
12318         attrs = (void *)buf;
12319         rc = lgetxattr(path, "trusted.som", attrs, sizeof(buf));
12320         if (rc < 0) {
12321                 rc = -errno;
12322                 fprintf(stderr, "%s failed to get som xattr: %s (%d)\n",
12323                         argv[0], strerror(errno), errno);
12324                 return rc;
12325         }
12326
12327         lustre_som_swab(attrs);
12328
12329         switch (type) {
12330         case LFS_SOM_ATTR_ALL:
12331                 printf("file: %s size: %llu blocks: %llu flags: %x\n",
12332                        path, (unsigned long long)attrs->lsa_size,
12333                        (unsigned long long)attrs->lsa_blocks,
12334                        attrs->lsa_valid);
12335                 break;
12336         case LFS_SOM_SIZE:
12337                 printf("%llu\n", (unsigned long long)attrs->lsa_size);
12338                 break;
12339         case LFS_SOM_BLOCKS:
12340                 printf("%llu\n", (unsigned long long)attrs->lsa_blocks);
12341                 break;
12342         case LFS_SOM_FLAGS:
12343                 printf("%x\n", attrs->lsa_valid);
12344                 break;
12345         default:
12346                 fprintf(stderr, "%s: unknown option\n", progname);
12347                 return CMD_HELP;
12348         }
12349
12350         return 0;
12351 }
12352
12353 /**
12354  * lfs_mirror_list_commands() - List lfs mirror commands.
12355  * @argc: The count of command line arguments.
12356  * @argv: Array of strings for command line arguments.
12357  *
12358  * This function lists lfs mirror commands defined in mirror_cmdlist[].
12359  *
12360  * Return: 0 on success.
12361  */
12362 static int lfs_mirror_list_commands(int argc, char **argv)
12363 {
12364         char buffer[81] = "";
12365
12366         Parser_list_commands(mirror_cmdlist, buffer, sizeof(buffer),
12367                              NULL, 0, 4);
12368
12369         return 0;
12370 }
12371
12372 static int lfs_pcc_attach(int argc, char **argv)
12373 {
12374         struct option long_opts[] = {
12375         { .val = 'h',   .name = "help", .has_arg = no_argument },
12376         { .val = 'i',   .name = "id",   .has_arg = required_argument },
12377         { .name = NULL } };
12378         int c;
12379         int rc = 0;
12380         __u32 archive_id = 0;
12381         const char *path;
12382         char *end;
12383         char fullpath[PATH_MAX];
12384         enum lu_pcc_type type = LU_PCC_READWRITE;
12385
12386         optind = 0;
12387         while ((c = getopt_long(argc, argv, "hi:",
12388                                 long_opts, NULL)) != -1) {
12389                 switch (c) {
12390                 case 'i':
12391                         errno = 0;
12392                         archive_id = strtoul(optarg, &end, 0);
12393                         if (errno != 0 || *end != '\0' ||
12394                             archive_id == 0 || archive_id > UINT32_MAX) {
12395                                 fprintf(stderr,
12396                                         "error: %s: bad archive ID '%s'\n",
12397                                         progname, optarg);
12398                                 return CMD_HELP;
12399                         }
12400                         break;
12401                 default:
12402                         fprintf(stderr, "%s: unrecognized option '%s'\n",
12403                                 progname, argv[optind - 1]);
12404                         /* fallthrough */
12405                 case 'h':
12406                         return CMD_HELP;
12407                 }
12408         }
12409
12410         if (archive_id == 0) {
12411                 fprintf(stderr, "%s: must specify attach ID\n", argv[0]);
12412                 return CMD_HELP;
12413         }
12414
12415         if (argc <= optind) {
12416                 fprintf(stderr, "%s: must specify one or more file names\n",
12417                         argv[0]);
12418                 return CMD_HELP;
12419         }
12420
12421         while (optind < argc) {
12422                 int rc2;
12423
12424                 path = argv[optind++];
12425                 if (!realpath(path, fullpath)) {
12426                         fprintf(stderr, "%s: could not find path '%s': %s\n",
12427                                 argv[0], path, strerror(errno));
12428                         if (rc == 0)
12429                                 rc = -EINVAL;
12430                         continue;
12431                 }
12432
12433                 rc2 = llapi_pcc_attach(fullpath, archive_id, type);
12434                 if (rc2 < 0) {
12435                         fprintf(stderr,
12436                                 "%s: cannot attach '%s' to PCC with archive ID '%u': %s\n",
12437                                 argv[0], path, archive_id, strerror(-rc2));
12438                         if (rc == 0)
12439                                 rc = rc2;
12440                 }
12441         }
12442         return rc;
12443 }
12444
12445 static int lfs_pcc_attach_fid(int argc, char **argv)
12446 {
12447         struct option long_opts[] = {
12448         { .val = 'h',   .name = "help", .has_arg = no_argument },
12449         { .val = 'i',   .name = "id",   .has_arg = required_argument },
12450         { .val = 'm',   .name = "mnt",  .has_arg = required_argument },
12451         { .name = NULL } };
12452         int c;
12453         int rc = 0;
12454         __u32 archive_id = 0;
12455         char *end;
12456         const char *mntpath = NULL;
12457         const char *fidstr;
12458         enum lu_pcc_type type = LU_PCC_READWRITE;
12459
12460         optind = 0;
12461         while ((c = getopt_long(argc, argv, "hi:m:",
12462                                 long_opts, NULL)) != -1) {
12463                 switch (c) {
12464                 case 'i':
12465                         errno = 0;
12466                         archive_id = strtoul(optarg, &end, 0);
12467                         if (errno != 0 || *end != '\0' ||
12468                             archive_id > UINT32_MAX) {
12469                                 fprintf(stderr,
12470                                         "error: %s: bad archive ID '%s'\n",
12471                                         argv[0], optarg);
12472                                 return CMD_HELP;
12473                         }
12474                         break;
12475                 case 'm':
12476                         mntpath = optarg;
12477                         break;
12478                 default:
12479                         fprintf(stderr, "%s: unrecognized option '%s'\n",
12480                                 progname, argv[optind - 1]);
12481                         /* fallthrough */
12482                 case 'h':
12483                         return CMD_HELP;
12484                 }
12485         }
12486
12487         if (archive_id == 0) {
12488                 fprintf(stderr, "%s: must specify an archive ID\n", argv[0]);
12489                 return CMD_HELP;
12490         }
12491
12492         if (!mntpath) {
12493                 fprintf(stderr, "%s: must specify Lustre mount point\n",
12494                         argv[0]);
12495                 return CMD_HELP;
12496         }
12497
12498         if (argc <= optind) {
12499                 fprintf(stderr, "%s: must specify one or more fids\n", argv[0]);
12500                 return CMD_HELP;
12501         }
12502
12503         while (optind < argc) {
12504                 int rc2;
12505
12506                 fidstr = argv[optind++];
12507
12508                 rc2 = llapi_pcc_attach_fid_str(mntpath, fidstr,
12509                                                archive_id, type);
12510                 if (rc2 < 0) {
12511                         fprintf(stderr,
12512                                 "%s: cannot attach '%s' on '%s' to PCC with archive ID '%u': %s\n",
12513                                 argv[0], fidstr, mntpath, archive_id,
12514                                 strerror(rc2));
12515                 }
12516                 if (rc == 0 && rc2 < 0)
12517                         rc = rc2;
12518         }
12519         return rc;
12520 }
12521
12522 static int lfs_pcc_detach(int argc, char **argv)
12523 {
12524         struct option long_opts[] = {
12525         { .val = 'h',   .name = "help", .has_arg = no_argument },
12526         { .val = 'k',   .name = "keep", .has_arg = no_argument },
12527         { .name = NULL } };
12528         int c;
12529         int rc = 0;
12530         const char *path;
12531         char fullpath[PATH_MAX];
12532         __u32 detach_opt = PCC_DETACH_OPT_UNCACHE;
12533
12534         optind = 0;
12535         while ((c = getopt_long(argc, argv, "hk",
12536                                 long_opts, NULL)) != -1) {
12537                 switch (c) {
12538                 case 'k':
12539                         detach_opt = PCC_DETACH_OPT_NONE;
12540                         break;
12541                 default:
12542                         fprintf(stderr, "%s: unrecognized option '%s'\n",
12543                                 progname, argv[optind - 1]);
12544                         /* fallthrough */
12545                 case 'h':
12546                         return CMD_HELP;
12547                 }
12548         }
12549
12550         while (optind < argc) {
12551                 int rc2;
12552
12553                 path = argv[optind++];
12554                 if (!realpath(path, fullpath)) {
12555                         fprintf(stderr, "%s: could not find path '%s': %s\n",
12556                                 argv[0], path, strerror(errno));
12557                         if (rc == 0)
12558                                 rc = -EINVAL;
12559                         continue;
12560                 }
12561
12562                 rc2 = llapi_pcc_detach_file(fullpath, detach_opt);
12563                 if (rc2 < 0) {
12564                         rc2 = -errno;
12565                         fprintf(stderr,
12566                                 "%s: cannot detach '%s' from PCC: %s\n",
12567                                 argv[0], path, strerror(errno));
12568                         if (rc == 0)
12569                                 rc = rc2;
12570                 }
12571         }
12572         return rc;
12573 }
12574
12575 static int lfs_pcc_detach_fid(int argc, char **argv)
12576 {
12577         struct option long_opts[] = {
12578         { .val = 'h',   .name = "help", .has_arg = no_argument },
12579         { .val = 'k',   .name = "keep", .has_arg = no_argument },
12580         { .name = NULL } };
12581         int c;
12582         int rc = 0;
12583         const char *fid;
12584         const char *mntpath;
12585         __u32 detach_opt = PCC_DETACH_OPT_UNCACHE;
12586
12587         optind = 0;
12588         while ((c = getopt_long(argc, argv, "hk",
12589                                 long_opts, NULL)) != -1) {
12590                 switch (c) {
12591                 case 'k':
12592                         detach_opt = PCC_DETACH_OPT_NONE;
12593                         break;
12594                 default:
12595                         fprintf(stderr, "%s: unrecognized option '%s'\n",
12596                                 progname, argv[optind - 1]);
12597                         /* fallthrough */
12598                 case 'h':
12599                         return CMD_HELP;
12600                 }
12601         }
12602
12603         mntpath = argv[optind++];
12604
12605         while (optind < argc) {
12606                 int rc2;
12607
12608                 fid = argv[optind++];
12609
12610                 rc2 = llapi_pcc_detach_fid_str(mntpath, fid, detach_opt);
12611                 if (rc2 < 0) {
12612                         fprintf(stderr,
12613                                 "%s: cannot detach '%s' on '%s' from PCC: %s\n",
12614                                 argv[0], fid, mntpath, strerror(-rc2));
12615                         if (rc == 0)
12616                                 rc = rc2;
12617                 }
12618         }
12619         return rc;
12620 }
12621
12622 static int lfs_pcc_state(int argc, char **argv)
12623 {
12624         int rc = 0;
12625         const char *path;
12626         char fullpath[PATH_MAX];
12627         struct lu_pcc_state state;
12628
12629         optind = 1;
12630
12631         if (argc <= 1) {
12632                 fprintf(stderr, "%s: must specify one or more file names\n",
12633                         progname);
12634                 return CMD_HELP;
12635         }
12636
12637         while (optind < argc) {
12638                 int rc2;
12639
12640                 path = argv[optind++];
12641                 if (!realpath(path, fullpath)) {
12642                         fprintf(stderr, "%s: could not find path '%s': %s\n",
12643                                 argv[0], path, strerror(errno));
12644                         if (rc == 0)
12645                                 rc = -EINVAL;
12646                         continue;
12647                 }
12648
12649                 rc2 = llapi_pcc_state_get(fullpath, &state);
12650                 if (rc2 < 0) {
12651                         if (rc == 0)
12652                                 rc = rc2;
12653                         fprintf(stderr,
12654                                 "%s: cannot get PCC state of '%s': %s\n",
12655                                 argv[0], path, strerror(-rc2));
12656                         continue;
12657                 }
12658
12659                 printf("file: %s", path);
12660                 printf(", type: %s", pcc_type2string(state.pccs_type));
12661                 if (state.pccs_type == LU_PCC_NONE &&
12662                     state.pccs_open_count == 0) {
12663                         printf("\n");
12664                         continue;
12665                 }
12666
12667                 printf(", PCC file: %s", state.pccs_path);
12668                 printf(", user number: %u", state.pccs_open_count);
12669                 printf(", flags: %x", state.pccs_flags);
12670                 printf("\n");
12671         }
12672         return rc;
12673 }
12674
12675 /**
12676  * lfs_pcc_list_commands() - List lfs pcc commands.
12677  * @argc: The count of command line arguments.
12678  * @argv: Array of strings for command line arguments.
12679  *
12680  * This function lists lfs pcc commands defined in pcc_cmdlist[].
12681  *
12682  * Return: 0 on success.
12683  */
12684 static int lfs_pcc_list_commands(int argc, char **argv)
12685 {
12686         char buffer[81] = "";
12687
12688         Parser_list_commands(pcc_cmdlist, buffer, sizeof(buffer),
12689                              NULL, 0, 4);
12690
12691         return 0;
12692 }
12693
12694 /**
12695  * lfs_pcc() - Parse and execute lfs pcc commands.
12696  * @argc: The count of lfs pcc command line arguments.
12697  * @argv: Array of strings for lfs pcc command line arguments.
12698  *
12699  * This function parses lfs pcc commands and performs the
12700  * corresponding functions specified in pcc_cmdlist[].
12701  *
12702  * Return: 0 on success or an error code on failure.
12703  */
12704 static int lfs_pcc(int argc, char **argv)
12705 {
12706         char cmd[PATH_MAX];
12707         int rc = 0;
12708
12709         setlinebuf(stdout);
12710
12711         Parser_init("lfs-pcc > ", pcc_cmdlist);
12712
12713         snprintf(cmd, sizeof(cmd), "%s %s", progname, argv[0]);
12714         progname = cmd;
12715         program_invocation_short_name = cmd;
12716         if (argc > 1)
12717                 rc = Parser_execarg(argc - 1, argv + 1, pcc_cmdlist);
12718         else
12719                 rc = Parser_commands();
12720
12721         return rc < 0 ? -rc : rc;
12722 }
12723
12724 static int lfs_list_commands(int argc, char **argv)
12725 {
12726         char buffer[81] = ""; /* 80 printable chars + terminating NUL */
12727
12728         Parser_list_commands(cmdlist, buffer, sizeof(buffer), NULL, 0, 4);
12729
12730         return 0;
12731 }
12732
12733 int main(int argc, char **argv)
12734 {
12735         int rc;
12736
12737         /* Ensure that liblustreapi constructor has run */
12738         if (!llapi_liblustreapi_initialized())
12739                 fprintf(stderr, "liblustreapi was not properly initialized\n");
12740
12741         setlinebuf(stdout);
12742         opterr = 0;
12743
12744         Parser_init("lfs > ", cmdlist);
12745
12746         progname = program_invocation_short_name; /* Used in error messages */
12747         if (argc > 1) {
12748                 llapi_set_command_name(argv[1]);
12749                 rc = Parser_execarg(argc - 1, argv + 1, cmdlist);
12750                 llapi_clear_command_name();
12751         } else {
12752                 rc = Parser_commands();
12753         }
12754
12755         return rc < 0 ? -rc : rc;
12756 }
12757
12758 #ifdef _LUSTRE_IDL_H_
12759 /* Everything we need here should be included by lustreapi.h. */
12760 # error "lfs should not depend on lustre_idl.h"
12761 #endif /* _LUSTRE_IDL_H_ */