Whamcloud - gitweb
261da5419acc1c99f088a0f092fe791f92885c3e
[fs/lustre-release.git] / lustre / utils / lctl.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.sun.com/software/products/lustre/docs/GPLv2.pdf
19  *
20  * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
21  * CA 95054 USA or visit www.sun.com if you need additional information or
22  * have any questions.
23  *
24  * GPL HEADER END
25  */
26 /*
27  * Copyright (c) 2002, 2010, Oracle and/or its affiliates. All rights reserved.
28  * Use is subject to license terms.
29  *
30  * Copyright (c) 2012, 2013, Intel Corporation.
31  */
32 /*
33  * This file is part of Lustre, http://www.lustre.org/
34  * Lustre is a trademark of Sun Microsystems, Inc.
35  *
36  * lustre/utils/lctl.c
37  *
38  * Author: Peter J. Braam <braam@clusterfs.com>
39  * Author: Phil Schwan <phil@clusterfs.com>
40  * Author: Robert Read <rread@clusterfs.com>
41  */
42
43 #include <stdlib.h>
44 #include <stdio.h>
45 #include <lnet/lnetctl.h>
46 #include "obdctl.h"
47 #include <libcfs/libcfsutil.h>
48 #include <lustre/lustre_idl.h>
49
50 static int jt_quit(int argc, char **argv) {
51         Parser_quit(argc, argv);
52         return 0;
53 }
54
55 static int jt_noop(int argc, char **argv) {
56         return 0;
57 }
58
59 static int jt_opt_ignore_errors(int argc, char **argv) {
60         Parser_ignore_errors(1);
61         return 0;
62 }
63
64 command_t cmdlist[] = {
65         /* Metacommands */
66         {"===== metacommands =======", jt_noop, 0, "metacommands"},
67         {"--device", jt_opt_device, 0,
68          "run <command> after connecting to device <devno>\n"
69          "--device <devno> <command [args ...]>"},
70         {"--ignore_errors", jt_opt_ignore_errors, 0,
71          "ignore errors that occur during script processing\n"
72          "--ignore_errors"},
73         {"ignore_errors", jt_opt_ignore_errors, 0,
74          "ignore errors that occur during script processing\n"
75          "ignore_errors"},
76
77         /* User interface commands */
78         {"======== control =========", jt_noop, 0, "control commands"},
79         {"help", Parser_help, 0, "help"},
80         {"lustre_build_version", jt_get_version, 0,
81          "print the build version of lustre\n"
82          "usage: lustre_build_version"},
83         {"exit", jt_quit, 0, "quit"},
84         {"quit", jt_quit, 0, "quit"},
85
86         /* Network configuration commands */
87         {"===== network config =====", jt_noop, 0, "network config"},
88         {"--net", jt_opt_net, 0,"run <command> after setting network to <net>\n"
89          "usage: --net <tcp/elan/o2ib/...> <command>"},
90         {"network", jt_ptl_network, 0, "configure LNET"
91          "usage: network up|down"},
92         {"net", jt_ptl_network, 0, "configure LNET"
93          "usage: net up|down"},
94         {"list_nids", jt_ptl_list_nids, 0, "list local NIDs"
95          "usage: list_nids [all]"},
96         {"which_nid", jt_ptl_which_nid, 0, "choose a NID"
97          "usage: which_nid NID [NID...]"},
98         {"replace_nids", jt_replace_nids, 0,
99          "replace primary NIDs for a device\n"
100          "usage: replace_nids <device> <nid1>[,nid2,nid3]"},
101         {"interface_list", jt_ptl_print_interfaces,0,"print interface entries\n"
102          "usage: interface_list"},
103         {"peer_list", jt_ptl_print_peers, 0, "print peer entries\n"
104          "usage: peer_list"},
105         {"conn_list", jt_ptl_print_connections, 0,
106          "print all the connected remote nid\n"
107          "usage: conn_list"},
108         {"active_tx", jt_ptl_print_active_txs, 0, "print active transmits\n"
109          "usage: active_tx"},
110         {"route_list", jt_ptl_print_routes, 0,
111          "print the portals routing table, same as show_route\n"
112          "usage: route_list"},
113         {"show_route", jt_ptl_print_routes, 0,
114          "print the portals routing table, same as route_list\n"
115          "usage: show_route"},
116         {"ping", jt_ptl_ping, 0, "Check LNET connectivity\n"
117          "usage: ping nid [timeout] [pid]"},
118
119         /* Device selection commands */
120         {"==== obd device selection ====", jt_noop, 0, "device selection"},
121         {"device", jt_obd_device, 0,
122          "set current device to <name|devno>\n"
123          "usage: device <%name|$name|devno>"},
124         {"device_list", jt_obd_list, 0, "show all devices\n"
125          "usage: device_list"},
126         {"dl", jt_obd_list, 0, "show all devices\n"
127          "usage: dl [-t]"},
128
129         /* Device operations */
130         {"==== obd device operations ====", jt_noop, 0, "device operations"},
131         {"activate", jt_obd_activate, 0, "activate an import\n"},
132         {"deactivate", jt_obd_deactivate, 0, "deactivate an import. "
133          "This command should be used on failed OSC devices in an MDT LOV.\n"},
134         {"abort_recovery", jt_obd_abort_recovery, 0,
135          "abort recovery on a restarting MDT or OST device\n"},
136         {"set_timeout", jt_lcfg_set_timeout, 0,
137          "usage: conf_param obd_timeout=<secs>\n"},
138 #if LUSTRE_VERSION_CODE < OBD_OCD_VERSION(3, 0, 53, 0)
139         {"conf_param", jt_lcfg_mgsparam, 0,"set a permanent config parameter.\n"
140          "This command must be run on the MGS node\n"
141          "usage: conf_param [-d] <target.keyword=val>\n"
142          "  -d  Remove the permanent setting."},
143 #endif
144         {"local_param", jt_lcfg_param, 0, "set a temporary, local param\n"
145          "usage: local_param <target.keyword=val>\n"},
146         {"get_param", jt_lcfg_getparam, 0, "get the Lustre or LNET parameter\n"
147          "usage: get_param [-n|-N|-F] <param_path1 param_path2 ...>\n"
148          "Get the value of Lustre or LNET parameter from the specified path.\n"
149          "The path can contain shell-style filename patterns.\n"
150          "  -n  Print only the value and not parameter name.\n"
151          "  -N  Print only matched parameter names and not the values.\n"
152          "      (Especially useful when using patterns.)\n"
153          "  -F  When -N specified, add '/', '@' or '=' for directories,\n"
154          "      symlinks and writeable files, respectively."},
155         {"set_param", jt_lcfg_setparam, 0, "set the Lustre or LNET parameter\n"
156          "usage: set_param [-n] [-P] [-d]"
157          "<param_path1=value1 param_path2=value2 ...>\n"
158          "Set the value of the Lustre or LNET parameter at the specified path.\n"
159          "  -n  Disable printing of the key name when printing values.\n"
160          "  -P  Set the parameter permanently, filesystem-wide.\n"
161          "  -d  Remove the permanent setting (only with -P option).\n"},
162         {"list_param", jt_lcfg_listparam, 0,
163          "list the Lustre or LNET parameter name\n"
164          "usage: list_param [-F|-R] <param_path1 param_path2 ...>\n"
165          "List the name of Lustre or LNET parameter from the specified path.\n"
166          "  -F  Add '/', '@' or '=' for dirs, symlinks and writeable files,\n"
167                 "respectively.\n"
168          "  -R  Recursively list all parameters under the specified path.\n"},
169
170         /* Debug commands */
171         {"==== debugging control ====", jt_noop, 0, "debug"},
172         {"debug_daemon", jt_dbg_debug_daemon, 0,
173          "debug daemon control and dump to a file\n"
174          "usage: debug_daemon {start file [#MB]|stop}"},
175         {"debug_kernel", jt_dbg_debug_kernel, 0,
176          "get debug buffer and dump to a file, same as dk\n"
177          "usage: debug_kernel [file] [raw]"},
178         {"dk", jt_dbg_debug_kernel, 0,
179          "get debug buffer and dump to a file, same as debug_kernel\n"
180          "usage: dk [file] [raw]"},
181         {"debug_file", jt_dbg_debug_file, 0,
182          "convert a binary debug file dumped by the kernel to ASCII text\n"
183          "usage: debug_file <input> [output]"},
184         {"df", jt_dbg_debug_file, 0,
185          "read debug buffer from input and dump to output, same as debug_file\n"
186          "usage: df <input> [output]"},
187         {"clear", jt_dbg_clear_debug_buf, 0, "clear kernel debug buffer\n"
188          "usage: clear"},
189         {"mark", jt_dbg_mark_debug_buf, 0,
190          "insert marker text in kernel debug buffer\n"
191          "usage: mark <text>"},
192         {"filter", jt_dbg_filter, 0, "filter message type\n"
193          "usage: filter <subsystem id/debug mask>"},
194         {"show", jt_dbg_show, 0, "Show specific type of messages\n"
195          "usage: show <subsystem id/debug mask>"},
196         {"debug_list", jt_dbg_list, 0, "list subsystem and debug types\n"
197          "usage: debug_list <subs/types>"},
198         {"modules", jt_dbg_modules, 0,
199          "provide gdb-friendly module information\n"
200          "usage: modules <path>"},
201
202         /* virtual block operations */
203         {"==== virtual block device ====", jt_noop, 0, "virtual block device"},
204         {"blockdev_attach", jt_blockdev_attach, 0,
205          "attach a lustre regular file to a virtual block device\n"
206          "usage: blockdev_attach <file_name> <device_name>"},
207         {"blockdev_detach", jt_blockdev_detach, 0,
208          "detach a lustre regular file from a virtual block device\n"
209          "usage: blockdev_detach <device_name>"},
210         {"blockdev_info", jt_blockdev_info, 0,
211          "get the device info of a attached file\n"
212          "usage: blockdev_info <device_name>"},
213
214         /* Pool commands */
215         {"===  Pools ==", jt_noop, 0, "pool management"},
216         {"pool_new", jt_pool_cmd, 0,
217          "add a new pool\n"
218          "usage: pool_new <fsname>.<poolname>"},
219         {"pool_add", jt_pool_cmd, 0,
220          "add the named OSTs to the pool\n"
221          "usage: pool_add <fsname>.<poolname> <ostname indexed list>"},
222         {"pool_remove", jt_pool_cmd, 0,
223          "remove the named OST from the pool\n"
224          "usage: pool_remove <fsname>.<poolname> <ostname indexed list>"},
225         {"pool_destroy", jt_pool_cmd, 0,
226          "destroy a pool\n"
227          "usage: pool_destroy <fsname>.<poolname>"},
228         {"pool_list", jt_pool_cmd, 0,
229          "list pools and pools members\n"
230          "usage: pool_list  <fsname>[.<poolname>] | <pathname>"},
231
232         /* Nodemap commands */
233         {"=== Nodemap ===", jt_noop, 0, "nodemap management"},
234         {"nodemap_activate", jt_nodemap_activate, 0,
235          "activate nodemap idmapping functions\n"
236          "usage: nodemap_activate"},
237         {"nodemap_add", jt_nodemap_add, 0,
238          "add a new nodemap\n"
239          "usage: nodemap_add <nodemap_name>"},
240         {"nodemap_del", jt_nodemap_del, 0,
241          "remove a nodemap\n"
242          "usage: nodemap_del <nodemap_name>"},
243         {"nodemap_add_range", jt_nodemap_add_range, 0,
244          "add a range to a nodemap\n"
245          "usage: nodemap_add_range <NID range>"},
246         {"nodemap_del_range", jt_nodemap_del_range, 0,
247          "add a range to a nodemap\n"
248          "usage: nodemap_del_range <NID range>"},
249         {"nodemap_modify", jt_nodemap_modify, 0,
250          "modify a nodemap parameters"
251          "usage: nodemap_modify nodemap_name param value"},
252         {"nodemap_add_idmap", jt_nodemap_add_idmap, 0,
253          "add a UID or GID mapping to a nodemap"},
254         {"nodemap_del_idmap", jt_nodemap_del_idmap, 0,
255          "delete a UID or GID mapping from a nodemap"},
256         {"nodemap_test_nid", jt_nodemap_test_nid, 0,
257          "usage: nodemap_test_nid <nid>"},
258         {"nodemap_test_id", jt_nodemap_test_id, 0,
259          "Usage: nodemap_test_id --nid <nid> --idtype [uid|gid] --id <id>"},
260
261         /* Changelog commands */
262         {"===  Changelogs ==", jt_noop, 0, "changelog user management"},
263         {"changelog_register", jt_changelog_register, 0,
264          "register a new persistent changelog user, returns id\n"
265          "usage:\tdevice <mdtname>\n\tchangelog_register [-n]"},
266         {"changelog_deregister", jt_changelog_deregister, 0,
267          "deregister an existing changelog user\n"
268          "usage:\tdevice <mdtname>\n\tchangelog_deregister <id>"},
269
270         /* Device configuration commands */
271         {"== device setup (these are not normally used post 1.4) ==",
272                 jt_noop, 0, "device config"},
273         {"attach", jt_lcfg_attach, 0,
274          "set the type, name, and uuid of the current device\n"
275          "usage: attach type name uuid"},
276         {"detach", jt_obd_detach, 0,
277          "remove driver (and name and uuid) from current device\n"
278          "usage: detach"},
279         {"setup", jt_lcfg_setup, 0,
280          "type specific device configuration information\n"
281          "usage: setup <args...>"},
282         {"cleanup", jt_obd_cleanup, 0, "cleanup previously setup device\n"
283          "usage: cleanup [force | failover]"},
284         {"dump_cfg", jt_cfg_dump_log, 0,
285          "print log of recorded commands for this config to kernel debug log\n"
286          "usage: dump_cfg config-uuid-name"},
287
288         /* Test only commands */
289         {"==== testing (DANGEROUS) ====", jt_noop, 0, "testing (DANGEROUS)"},
290         {"--threads", jt_opt_threads, 0,
291          "run <threads> separate instances of <command> on device <devno>\n"
292          "--threads <threads> <verbose> <devno> <command [args ...]>"},
293         {"lookup", jt_obd_mdc_lookup, 0, "report file mode info\n"
294          "usage: lookup <directory> <file>"},
295         {"readonly", jt_obd_set_readonly, 0,
296          "disable writes to the underlying device\n"},
297         {"notransno", jt_obd_no_transno, 0,
298          "disable sending of committed-transno updates\n"},
299         {"add_uuid", jt_lcfg_add_uuid, 0, "associate a UUID with a nid\n"
300          "usage: add_uuid <uuid> <nid>"},
301         {"del_uuid", jt_lcfg_del_uuid, 0, "delete a UUID association\n"
302          "usage: del_uuid <uuid>"},
303         {"add_peer", jt_ptl_add_peer, 0, "add an peer entry\n"
304          "usage: add_peer <nid> <host> <port>"},
305         {"del_peer", jt_ptl_del_peer, 0, "remove an peer entry\n"
306          "usage: del_peer [<nid>] [<ipaddr|pid>]"},
307         {"add_conn ", jt_lcfg_add_conn, 0,
308          "usage: add_conn <conn_uuid> [priority]\n"},
309         {"del_conn ", jt_lcfg_del_conn, 0,
310          "usage: del_conn <conn_uuid> \n"},
311         {"disconnect", jt_ptl_disconnect, 0, "disconnect from a remote nid\n"
312          "usage: disconnect [<nid>]"},
313         {"push", jt_ptl_push_connection, 0, "flush connection to a remote nid\n"
314          "usage: push [<nid>]"},
315         {"mynid", jt_ptl_mynid, 0, "inform the socknal of the local nid. "
316          "The nid defaults to hostname for tcp networks and is automatically "
317          "setup for elan/myrinet networks.\n"
318          "usage: mynid [<nid>]"},
319         {"fail", jt_ptl_fail_nid, 0, "fail/restore communications.\n"
320          "Omitting the count means indefinitely, 0 means restore, "
321          "otherwise fail 'count' messages.\n"
322          "usage: fail nid|_all_ [count]"},
323
324         /*Test commands for echo client*/
325         {"test_create", jt_obd_test_create, 0,
326          "create files on MDT by echo client\n"
327          "usage: test_create [-d parent_basedir] <-D parent_count> "
328          "[-b child_base_id] <-c stripe_count> <-n count> <-t time>\n"},
329         {"test_mkdir", jt_obd_test_mkdir, 0,
330          "mkdir on MDT by echo client\n"
331          "usage: test_mkdir [-d parent_basedir] <-D parent_count>"
332          "[-b child_base_id] [-n count] <-t time>\n"},
333         {"test_destroy", jt_obd_test_destroy, 0,
334          "Destroy files on MDT by echo client\n"
335          "usage: test_destroy [-d parent_basedir] <-D parent_count>"
336          "[-b child_base_id] [-n count] <-t time>\n"},
337         {"test_rmdir", jt_obd_test_rmdir, 0,
338          "rmdir on MDT by echo client\n"
339          "usage: test_rmdir [-d parent_basedir] <-D parent_count>"
340          "[-b child_base_id] [-n count] <-t time>\n"},
341         {"test_lookup", jt_obd_test_lookup, 0,
342          "lookup files on MDT by echo client\n"
343          "usage: test_lookup [-d parent_basedir] <-D parent_count>"
344          "[-b child_base_id] [-n count] <-t time>\n"},
345         {"test_setxattr", jt_obd_test_setxattr, 0,
346          "Set EA for files/directory on MDT by echo client\n"
347          "usage: test_setxattr [-d parent_baseid] <-D parent_count>"
348          "[-b child_base_id] [-n count] <-t time>\n"},
349         {"test_md_getattr", jt_obd_test_md_getattr, 0,
350          "getattr files on MDT by echo client\n"
351          "usage: test_md_getattr [-d parent_basedir] <-D parent_count>"
352          "[-b child_base_id] [-n count] <-t time>\n"},
353         {"getattr", jt_obd_getattr, 0,
354          "get attribute for OST object <objid>\n"
355          "usage: getattr <objid>"},
356         {"setattr", jt_obd_setattr, 0,
357          "set mode attribute for OST object <objid>\n"
358          "usage: setattr <objid> <mode>"},
359         {"create", jt_obd_create, 0,
360          "create <num> OST objects (with <mode>)\n"
361          "usage: create [num [mode [verbose [lsm data]]]]"},
362         {"destroy", jt_obd_destroy, 0,
363          "destroy OST object <objid> [num [verbose]]\n"
364          "usage: destroy <num> objects, starting at objid <objid>"},
365         {"test_getattr", jt_obd_test_getattr, 0,
366          "do <num> getattrs (on OST object <objid> (objid+1 on each thread))\n"
367          "usage: test_getattr <num> [verbose [[t]objid]]"},
368         {"test_setattr", jt_obd_test_setattr, 0,
369          "do <num> setattrs (on OST object <objid> (objid+1 on each thread))\n"
370          "usage: test_setattr <num> [verbose [[t]objid]]"},
371         {"test_brw", jt_obd_test_brw, 0,
372          "do <num> bulk read/writes (<npages> per I/O, on OST object <objid>)\n"
373          "usage: test_brw [t]<num> [write [verbose [npages [[t]objid]]]]"},
374         {"memhog", jt_ptl_memhog, 0,
375          "memory pressure testing\n"
376          "usage: memhog <page count> [<gfp flags>]"},
377         {"getobjversion", jt_get_obj_version, 0,
378          "get the version of an object on servers\n"
379          "usage: getobjversion <fid>\n"
380          "       getobjversion -i <id> -g <group>"},
381
382         /* LFSCK commands */
383         {"==== LFSCK ====", jt_noop, 0, "LFSCK"},
384         {"lfsck_start", jt_lfsck_start, 0, "start LFSCK\n"
385          "usage: lfsck_start <-M | --device [MDT,OST]_device>\n"
386          "                   [-A | --all] [-c | --create_ostobj [on | off]]\n"
387          "                   [-e | --error {continue | abort}] [-h | --help]\n"
388          "                   [-n | --dryrun [on | off]] [-o | --orphan]\n"
389          "                   [-r | --reset] [-s | --speed speed_limit]\n"
390          "                   [-t | --type lfsck_type[,lfsck_type...]]\n"
391          "                   [-w | --window_size size]"},
392         {"lfsck_stop", jt_lfsck_stop, 0, "stop lfsck(s)\n"
393          "usage: lfsck_stop <-M | --device [MDT,OST]_device>\n"
394          "                  [-A | --all] [-h | --help]"},
395
396         {"==== obsolete (DANGEROUS) ====", jt_noop, 0, "obsolete (DANGEROUS)"},
397         /* some test scripts still use these */
398         {"cfg_device", jt_obd_device, 0,
399          "set current device to <name>\n"
400          "usage: device <name>"},
401         {"recover", jt_obd_recover, 0,
402          "try to restore a lost connection immediately\n"
403          "usage: recover [MDC/OSC device]"},
404         /* saving for sanity 44a */
405         {"lov_getconfig", jt_obd_lov_getconfig, 0,
406          "read lov configuration from an mds device\n"
407          "usage: lov_getconfig <mountpoint>"},
408         /* Llog operations */
409         {"llog_catlist", jt_llog_catlist, 0,
410          "list all catalog logs on current device.\n"
411          "usage: llog_catlist"},
412         {"llog_info", jt_llog_info, 0,
413          "print log header information.\n"
414          "usage: llog_info <$logname|#oid#ogr#ogen>\n"
415          "       oid, ogr and ogen are hexadecimal."},
416         {"llog_print", jt_llog_print, 0,
417          "print log content information.\n"
418          "usage: llog_print <$logname|#oid#ogr#ogen> [from] [to]\n"
419          "       oid, ogr and ogen are hexadecimal.\n"
420          "       print all records from index 1 by default."},
421         {"llog_check", jt_llog_check, 0,
422          "print log content information.\n"
423          "usage: llog_check <$logname|#oid#ogr#ogen> [from] [to]\n"
424          "       oid, ogr and ogen are hexadecimal.\n"
425          "       check all records from index 1 by default."},
426          {"llog_cancel", jt_llog_cancel, 0,
427          "cancel one record in log.\n"
428          "This command supports both positional and optional arguments\n"
429          "usage (positional args): "
430          "llog_cancel <catalog id|catalog name> [log id] <index>\n"
431          "usage (optional args): "
432          "llog_cancel --catalog <catalog id|catalog name> --log_id <log_id> "
433          "--log_idx <index>"},
434         {"llog_remove", jt_llog_remove, 0,
435          "remove one log from catalog or plain log, erase it from disk.\n"
436          "usage: llog_remove <catalog id|catalog name> <log id>"},
437         /* network operations */
438         {"add_interface", jt_ptl_add_interface, 0, "add interface entry\n"
439          "usage: add_interface ip [netmask]"},
440         {"del_interface", jt_ptl_del_interface, 0, "del interface entry\n"
441          "usage: del_interface [ip]"},
442         {"add_route", jt_ptl_add_route, 0,
443          "add an entry to the portals routing table\n"
444          "usage: add_route <gateway> [<hops> [<priority>]]"},
445         {"del_route", jt_ptl_del_route, 0,
446          "delete route via gateway to targets from the portals routing table\n"
447          "usage: del_route <gateway> [<target>] [<target>]"},
448         {"set_route", jt_ptl_notify_router, 0,
449          "enable/disable routes via gateway in the portals routing table\n"
450          "usage: set_route <gateway> <up/down> [<time>]"},
451
452         { 0, 0, 0, NULL }
453 };
454
455 int lctl_main(int argc, char **argv)
456 {
457         int rc;
458
459         setlinebuf(stdout);
460
461         ptl_initialize(argc, argv);
462         if (obd_initialize(argc, argv) < 0)
463                 exit(2);
464         if (dbg_initialize(argc, argv) < 0)
465                 exit(3);
466
467         Parser_init("lctl > ", cmdlist);
468
469         if (argc > 1) {
470                 rc = Parser_execarg(argc - 1, argv + 1, cmdlist);
471         } else {
472                 rc = Parser_commands();
473         }
474
475         obd_finalize(argc, argv);
476         return rc < 0 ? -rc : rc;
477 }
478
479 #ifndef LIBLUSTRE_TEST
480 int main (int argc, char **argv)
481 {
482         return (lctl_main (argc, argv));
483 }
484 #endif