X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Futils%2Fobdctl.h;h=430bcdcbf15676c5feded19985bbd7c6b4223b45;hb=f61ae9cb19b4f9e9bf4e4bcf68291f681e0967b6;hp=15067d8cc2e286dd2f5da5042fd285497d64e92a;hpb=ff34d9e04109edf730f7f430b30a108275b3808b;p=fs%2Flustre-release.git diff --git a/lustre/utils/obdctl.h b/lustre/utils/obdctl.h index 15067d8..430bcdc 100644 --- a/lustre/utils/obdctl.h +++ b/lustre/utils/obdctl.h @@ -1,27 +1,7 @@ /* -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*- * vim:expandtab:shiftwidth=8:tabstop=8: * - * Copyright (C) 2002 Cluster File Systems, Inc. - * - * Author: Peter J. Braam - * Author: Phil Schwan - * Author: Robert Read - * - * This file is part of Lustre, http://www.lustre.org. - * - * Lustre is free software; you can redistribute it and/or - * modify it under the terms of version 2 of the GNU General Public - * License as published by the Free Software Foundation. - * - * Lustre is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with Lustre; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - * + * This file is part of Lustre, http://www.lustre.org */ #ifndef _OBDCTL_H_ #define _OBDCTL_H_ @@ -56,6 +36,7 @@ int jt_obd_abort_recovery(int argc, char **argv); int jt_obd_list(int argc, char **argv); int jt_obd_create(int argc, char **argv); int jt_obd_setattr(int argc, char **argv); +int jt_obd_test_setattr(int argc, char **argv); int jt_obd_destroy(int argc, char **argv); int jt_obd_getattr(int argc, char **argv); int jt_obd_test_getattr(int argc, char **argv); @@ -88,6 +69,7 @@ int jt_llog_remove(int argc, char **argv); int jt_llog_check(int argc, char **argv); int lcfg_ioctl(char * func, int dev_id, struct lustre_cfg *lcfg); +int lcfg_mgs_ioctl(char *func, int dev_id, struct lustre_cfg *lcfg); int parse_devname(char *func, char *name); char *jt_cmdname(char *func); @@ -100,11 +82,16 @@ int jt_lcfg_setup(int argc, char **argv); int jt_lcfg_add_uuid(int argc, char **argv); int jt_lcfg_del_uuid(int argc, char **argv); int jt_lcfg_lov_setup(int argc, char **argv); +int jt_lcfg_lov_modify_tgts(int argc, char **argv); int jt_lcfg_mount_option(int argc, char **argv); int jt_lcfg_del_mount_option(int argc, char **argv); int jt_lcfg_set_timeout(int argc, char **argv); int jt_lcfg_set_lustre_upcall(int argc, char **argv); +int jt_lcfg_add_conn(int argc, char **argv); +int jt_lcfg_del_conn(int argc, char **argv); +int jt_lcfg_param(int argc, char **argv); +int jt_lcfg_mgsparam(int argc, char **argv); -int obd_add_uuid(char *uuid, ptl_nid_t nid, int nal); +int obd_add_uuid(char *uuid, lnet_nid_t nid); #endif