X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Futils%2Flctl.c;h=0145064fcc888cfbaf52651b569b7df6e5f750f4;hp=aae7494d6480e5d20a638abbb5f0a8947cbcd88d;hb=7e81f13c4a852cdba9fbebcc2b6385d6c2effa4b;hpb=2c74bfcb7a06addb42e79c1f561afb0acfaaa7d0 diff --git a/lustre/utils/lctl.c b/lustre/utils/lctl.c index aae7494..0145064 100644 --- a/lustre/utils/lctl.c +++ b/lustre/utils/lctl.c @@ -1,6 +1,4 @@ -/* -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*- - * vim:expandtab:shiftwidth=8:tabstop=8: - * +/* * GPL HEADER START * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. @@ -26,8 +24,10 @@ * GPL HEADER END */ /* - * Copyright 2008 Sun Microsystems, Inc. All rights reserved + * Copyright (c) 2002, 2010, Oracle and/or its affiliates. All rights reserved. * Use is subject to license terms. + * + * Copyright (c) 2012, 2013, Intel Corporation. */ /* * This file is part of Lustre, http://www.lustre.org/ @@ -85,7 +85,7 @@ command_t cmdlist[] = { /* Network configuration commands */ {"===== network config =====", jt_noop, 0, "network config"}, {"--net", jt_opt_net, 0,"run after setting network to \n" - "usage: --net "}, + "usage: --net "}, {"network", jt_ptl_network, 0, "configure LNET" "usage: network up|down"}, {"net", jt_ptl_network, 0, "configure LNET" @@ -94,6 +94,9 @@ command_t cmdlist[] = { "usage: list_nids [all]"}, {"which_nid", jt_ptl_which_nid, 0, "choose a NID" "usage: which_nid NID [NID...]"}, + {"replace_nids", jt_replace_nids, 0, + "replace primary NIDs for a device\n" + "usage: replace_nids [,nid2,nid3]"}, {"interface_list", jt_ptl_print_interfaces,0,"print interface entries\n" "usage: interface_list"}, {"peer_list", jt_ptl_print_peers, 0, "print peer entries\n" @@ -131,20 +134,39 @@ command_t cmdlist[] = { "abort recovery on a restarting MDT or OST device\n"}, {"set_timeout", jt_lcfg_set_timeout, 0, "usage: conf_param obd_timeout=\n"}, - {"conf_param", jt_lcfg_mgsparam, 0, "set a permanent config param. " +#if LUSTRE_VERSION >= OBD_OCD_VERSION(3,0,53,0) +#warning "remove conf_param option" +#else + {"conf_param", jt_lcfg_mgsparam, 0,"set a permanent config parameter.\n" "This command must be run on the MGS node\n" - "usage: conf_param ...\n"}, + "usage: conf_param [-d] \n" + " -d Remove the permanent setting."}, +#endif {"local_param", jt_lcfg_param, 0, "set a temporary, local param\n" - "usage: local_param ...\n"}, + "usage: local_param \n"}, {"get_param", jt_lcfg_getparam, 0, "get the Lustre or LNET parameter\n" - "usage: get_param [-n|-N] name.of.param\n" - "Get the value of Lustre or LNET parameter from the specified path\n" - "Use '-n' to disable printing of parameter name when printing value\n" - "Use '-N' to print only parameter names and not the values."}, + "usage: get_param [-n|-N|-F] \n" + "Get the value of Lustre or LNET parameter from the specified path.\n" + "The path can contain shell-style filename patterns.\n" + " -n Print only the value and not parameter name.\n" + " -N Print only matched parameter names and not the values.\n" + " (Especially useful when using patterns.)\n" + " -F When -N specified, add '/', '@' or '=' for directories,\n" + " symlinks and writeable files, respectively."}, {"set_param", jt_lcfg_setparam, 0, "set the Lustre or LNET parameter\n" - "usage: set_param [-n] name.of.param=value\n" - "Set the value of the Lustre or LNET parameter at the specified path\n" - "Use '-n' to disable printing of parameter name when setting value\n"}, + "usage: set_param [-n] [-P] [-d]" + "\n" + "Set the value of the Lustre or LNET parameter at the specified path.\n" + " -n Disable printing of the key name when printing values.\n" + " -P Set the parameter permanently, filesystem-wide.\n" + " -d Remove the permanent setting (only with -P option).\n"}, + {"list_param", jt_lcfg_listparam, 0, + "list the Lustre or LNET parameter name\n" + "usage: list_param [-F|-R] \n" + "List the name of Lustre or LNET parameter from the specified path.\n" + " -F Add '/', '@' or '=' for dirs, symlinks and writeable files,\n" + "respectively.\n" + " -R Recursively list all parameters under the specified path.\n"}, /* Debug commands */ {"==== debugging control ====", jt_noop, 0, "debug"}, @@ -194,19 +216,31 @@ command_t cmdlist[] = { {"=== Pools ==", jt_noop, 0, "pool management"}, {"pool_new", jt_pool_cmd, 0, "add a new pool\n" - "usage pool_new ."}, - {"pool_add", jt_pool_cmd, 0, + "usage: pool_new ."}, + {"pool_add", jt_pool_cmd, 0, "add the named OSTs to the pool\n" - "usage pool_add . "}, + "usage: pool_add . "}, {"pool_remove", jt_pool_cmd, 0, "remove the named OST from the pool\n" - "usage pool_remove . "}, + "usage: pool_remove . "}, {"pool_destroy", jt_pool_cmd, 0, "destroy a pool\n" - "usage pool_destroy ."}, + "usage: pool_destroy ."}, {"pool_list", jt_pool_cmd, 0, "list pools and pools members\n" - "usage pool_list [.] | "}, + "usage: pool_list [.] | "}, + + /* Nodemap commands */ + {"=== Nodemap ===", jt_noop, 0, "nodemap management"}, + {"nodemap_activate_idmap", jt_nodemap_activate, 0, + "activate nodemap idmapping functions\n" + "usage: nodemap_activate_idmap"}, + {"nodemap_add", jt_nodemap_add, 0, + "add a new nodemap\n" + "usage: nodemap_add "}, + {"nodemap_del", jt_nodemap_del, 0, + "remove a nodemap\n" + "usage: nodemap_del "}, /* Changelog commands */ {"=== Changelogs ==", jt_noop, 0, "changelog user management"}, @@ -260,6 +294,8 @@ command_t cmdlist[] = { "usage: del_conn \n"}, {"disconnect", jt_ptl_disconnect, 0, "disconnect from a remote nid\n" "usage: disconnect []"}, + {"push", jt_ptl_push_connection, 0, "flush connection to a remote nid\n" + "usage: push []"}, {"mynid", jt_ptl_mynid, 0, "inform the socknal of the local nid. " "The nid defaults to hostname for tcp networks and is automatically " "setup for elan/myrinet networks.\n" @@ -268,13 +304,43 @@ command_t cmdlist[] = { "Omitting the count means indefinitely, 0 means restore, " "otherwise fail 'count' messages.\n" "usage: fail nid|_all_ [count]"}, + + /*Test commands for echo client*/ + {"test_create", jt_obd_test_create, 0, + "create files on MDT by echo client\n" + "usage: test_create [-d parent_basedir] <-D parent_count> " + "[-b child_base_id] <-c stripe_count> <-n count> <-t time>\n"}, + {"test_mkdir", jt_obd_test_mkdir, 0, + "mkdir on MDT by echo client\n" + "usage: test_mkdir [-d parent_basedir] <-D parent_count>" + "[-b child_base_id] [-n count] <-t time>\n"}, + {"test_destroy", jt_obd_test_destroy, 0, + "Destroy files on MDT by echo client\n" + "usage: test_destroy [-d parent_basedir] <-D parent_count>" + "[-b child_base_id] [-n count] <-t time>\n"}, + {"test_rmdir", jt_obd_test_rmdir, 0, + "rmdir on MDT by echo client\n" + "usage: test_rmdir [-d parent_basedir] <-D parent_count>" + "[-b child_base_id] [-n count] <-t time>\n"}, + {"test_lookup", jt_obd_test_lookup, 0, + "lookup files on MDT by echo client\n" + "usage: test_lookup [-d parent_basedir] <-D parent_count>" + "[-b child_base_id] [-n count] <-t time>\n"}, + {"test_setxattr", jt_obd_test_setxattr, 0, + "Set EA for files/directory on MDT by echo client\n" + "usage: test_setxattr [-d parent_baseid] <-D parent_count>" + "[-b child_base_id] [-n count] <-t time>\n"}, + {"test_md_getattr", jt_obd_test_md_getattr, 0, + "getattr files on MDT by echo client\n" + "usage: test_md_getattr [-d parent_basedir] <-D parent_count>" + "[-b child_base_id] [-n count] <-t time>\n"}, {"getattr", jt_obd_getattr, 0, "get attribute for OST object \n" "usage: getattr "}, {"setattr", jt_obd_setattr, 0, "set mode attribute for OST object \n" "usage: setattr "}, - {"create", jt_obd_create, 0, + {"create", jt_obd_create, 0, "create OST objects (with )\n" "usage: create [num [mode [verbose [lsm data]]]]"}, {"destroy", jt_obd_destroy, 0, @@ -289,66 +355,83 @@ command_t cmdlist[] = { {"test_brw", jt_obd_test_brw, 0, "do bulk read/writes ( per I/O, on OST object )\n" "usage: test_brw [t] [write [verbose [npages [[t]objid]]]]"}, - {"lwt", jt_ptl_lwt, 0, - "light-weight tracing\n" - "usage: lwt start\n" - " lwt stop [file]"}, {"memhog", jt_ptl_memhog, 0, "memory pressure testing\n" "usage: memhog []"}, + {"getobjversion", jt_get_obj_version, 0, + "get the version of an object on servers\n" + "usage: getobjversion \n" + " getobjversion -i -g "}, + + /* LFSCK commands */ + {"==== LFSCK ====", jt_noop, 0, "LFSCK"}, + {"lfsck_start", jt_lfsck_start, 0, "start LFSCK\n" + "usage: lfsck_start <-M | --device [MDT,OST]_device>\n" + " [-e | --error error_handle] [-h | --help]\n" + " [-n | --dryrun switch] [-r | --reset]\n" + " [-s | --speed speed_limit]\n" + " [-t | --type lfsck_type[,lfsck_type...]]\n" + " [-w | --windows win_size]"}, + {"lfsck_stop", jt_lfsck_stop, 0, "stop lfsck(s)\n" + "usage: lfsck_stop <-M | --device [MDT,OST]_device> [-h | --help]"}, - {"==== obsolete (DANGEROUS) ====", jt_noop, 0, "obsolete (DANGEROUS)"}, - /* some test scripts still use these */ - {"cfg_device", jt_obd_device, 0, - "set current device to \n" - "usage: device "}, - {"recover", jt_obd_recover, 0, - "try to restore a lost connection immediately\n" - "usage: recover [MDC/OSC device]"}, - /* saving for sanity 44a */ - {"lov_getconfig", jt_obd_lov_getconfig, 0, - "read lov configuration from an mds device\n" - "usage: lov_getconfig "}, - /* Llog operations */ - {"llog_catlist", jt_llog_catlist, 0, - "list all catalog logs on current device.\n" - "usage: llog_catlist"}, - {"llog_info", jt_llog_info, 0, - "print log header information.\n" - "usage: llog_info <$logname|#oid#ogr#ogen>\n" - " oid, ogr and ogen are hexadecimal."}, - {"llog_print", jt_llog_print, 0, - "print log content information.\n" - "usage: llog_print <$logname|#oid#ogr#ogen> [from] [to]\n" - " oid, ogr and ogen are hexadecimal.\n" - " print all records from index 1 by default."}, - {"llog_check", jt_llog_check, 0, - "print log content information.\n" - "usage: llog_check <$logname|#oid#ogr#ogen> [from] [to]\n" - " oid, ogr and ogen are hexadecimal.\n" - " check all records from index 1 by default."}, - {"llog_cancel", jt_llog_cancel, 0, - "cancel one record in log.\n" - "usage: llog_cancel "}, - {"llog_remove", jt_llog_remove, 0, - "remove one log from catalog, erase it from disk.\n" - "usage: llog_remove "}, - /* network operations */ - {"add_interface", jt_ptl_add_interface, 0, "add interface entry\n" - "usage: add_interface ip [netmask]"}, - {"del_interface", jt_ptl_del_interface, 0, "del interface entry\n" - "usage: del_interface [ip]"}, - {"add_route", jt_ptl_add_route, 0, - "add an entry to the portals routing table\n" - "usage: add_route []"}, - {"del_route", jt_ptl_del_route, 0, - "delete route via gateway to targets from the portals routing table\n" - "usage: del_route [] []"}, - {"set_route", jt_ptl_notify_router, 0, - "enable/disable routes via gateway in the portals routing table\n" - "usage: set_route [