X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Futils%2Fobdctl.h;h=b8bfd645c7b0093199653902d9bb1810823efdfd;hb=30dda5e616718499f54d06a7e3723dea4c4a7e79;hp=c10a9e5c754d054d6454da8767b1266710ba7d34;hpb=113303973ec9f8484eb2355a1a6ef3c4c7fd6a56;p=fs%2Flustre-release.git diff --git a/lustre/utils/obdctl.h b/lustre/utils/obdctl.h index c10a9e5..b8bfd64 100644 --- a/lustre/utils/obdctl.h +++ b/lustre/utils/obdctl.h @@ -1,8 +1,39 @@ /* -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*- * vim:expandtab:shiftwidth=8:tabstop=8: * - * This file is part of Lustre, http://www.lustre.org + * GPL HEADER START + * + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 only, + * as published by the Free Software Foundation. + * + * This program 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 version 2 for more details (a copy is included + * in the LICENSE file that accompanied this code). + * + * You should have received a copy of the GNU General Public License + * version 2 along with this program; If not, see + * http://www.sun.com/software/products/lustre/docs/GPLv2.pdf + * + * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, + * CA 95054 USA or visit www.sun.com if you need additional information or + * have any questions. + * + * GPL HEADER END */ +/* + * Copyright 2008 Sun Microsystems, Inc. All rights reserved + * Use is subject to license terms. + */ +/* + * This file is part of Lustre, http://www.lustre.org/ + * Lustre is a trademark of Sun Microsystems, Inc. + */ + #ifndef _OBDCTL_H_ #define _OBDCTL_H_ @@ -50,6 +81,7 @@ int jt_obd_recover(int argc, char **argv); int jt_obd_mdc_lookup(int argc, char **argv); int jt_get_version(int argc, char **argv); int jt_cfg_dump_log(int argc, char **argv); +int jt_get_obj_version(int argc, char **argv); int jt_llog_catlist(int argc, char **argv); int jt_llog_info(int argc, char **argv); @@ -79,7 +111,18 @@ 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 jt_lcfg_getparam(int argc, char **argv); +int jt_lcfg_setparam(int argc, char **argv); +int jt_lcfg_listparam(int argc, char **argv); int obd_add_uuid(char *uuid, lnet_nid_t nid); +int jt_blockdev_attach(int argc, char **argv); +int jt_blockdev_detach(int argc, char **argv); +int jt_blockdev_info(int argc, char **argv); + +int jt_pool_cmd(int argc, char **argv); +int jt_changelog_register(int argc, char **argv); +int jt_changelog_deregister(int argc, char **argv); + #endif