From 653d84962cb8022891c08afcd8339863667b0df3 Mon Sep 17 00:00:00 2001 From: Wang Shilong Date: Thu, 30 Aug 2018 19:46:36 +0800 Subject: [PATCH] LU-11304 misc: update all url links to whamcloud Even old links could redirect to whamcloud automatically, We'd better update to use new whamcloud links to avoid any further confusions. Test-parameters: trivial Lustre-change: https://review.whamcloud.com/33094 Lustre-commit: 605a139a193e4ef212560673b4bb93eec763d088 Change-Id: Ida7161a062d822141bf0c1fdf20b2098a21ea9e7 Signed-off-by: Wang Shilong Reviewed-by: Peter Jones Reviewed-by: Andreas Dilger Signed-off-by: Minh Diep Reviewed-on: https://review.whamcloud.com/33109 Tested-by: Jenkins Tested-by: Maloo Reviewed-by: John L. Hammond --- Documentation/lfsck.txt | 2 +- Documentation/osd-api.txt | 4 ++-- README | 12 ++++++------ configure.ac | 2 +- contrib/git-hooks/commit-msg | 2 +- contrib/lbuild/lbuild | 4 ++-- contrib/scripts/libcfs_cleanup.sed | 2 +- debian/README.Debian | 2 +- debian/control | 12 ++++++------ debian/control.main | 12 ++++++------ debian/copyright | 2 +- libcfs/libcfs/util/l_ioctl.c | 2 +- lnet/include/lnet/lnetctl.h | 2 +- lnet/klnds/socklnd/socklnd_cb.c | 2 +- lnet/klnds/socklnd/socklnd_proto.c | 2 +- lnet/lnet/router.c | 2 +- lnet/lnet/router_proc.c | 2 +- lnet/utils/portals.c | 2 +- lustre.spec.in | 2 +- lustre/BUGS | 2 +- lustre/BUILDING | 2 +- lustre/ChangeLog | 28 ++++++++++++++-------------- lustre/doc/lfs-hsm.1 | 2 +- lustre/doc/lustre.7 | 4 ++-- lustre/llite/llite_lib.c | 2 +- lustre/ofd/ofd_obd.c | 2 +- lustre/osc/osc_request.c | 2 +- lustre/osd-ldiskfs/osd_io.c | 2 +- lustre/utils/mount_utils_ldiskfs.c | 2 +- 29 files changed, 60 insertions(+), 60 deletions(-) diff --git a/Documentation/lfsck.txt b/Documentation/lfsck.txt index 8d3e31c..89102be 100644 --- a/Documentation/lfsck.txt +++ b/Documentation/lfsck.txt @@ -280,7 +280,7 @@ References source code: lustre/lfsck/*.[ch], lustre/osd-ldiskfs/scrub.c -operations manual: https://build.hpdd.intel.com/job/lustre-manual/lastSuccessfulBuild/artifact/lustre_manual.xhtml#dbdoclet.lfsckadmin +operations manual: https://build.whamcloud.com/job/lustre-manual/lastSuccessfulBuild/artifact/lustre_manual.xhtml#dbdoclet.lfsckadmin useful links: https://www.youtube.com/watch?v=jfLo1eYSh2o http://wiki.lustre.org/images/c/c6/Zhuravlev_LFSCK_LUG-2013.pdf diff --git a/Documentation/osd-api.txt b/Documentation/osd-api.txt index e8439f4..c4e9907 100644 --- a/Documentation/osd-api.txt +++ b/Documentation/osd-api.txt @@ -1293,6 +1293,6 @@ Appendix 2. Sample Code Lustre currently has 2 different OSD implementations: - ldiskfs OSD under lustre/osd-ldiskfs - http://git.hpdd.intel.com/?p=fs/lustre-release.git;a=tree;f=lustre/osd-ldiskfs;hb=HEAD + http://git.whamcloud.com/?p=fs/lustre-release.git;a=tree;f=lustre/osd-ldiskfs;hb=HEAD - ZFS OSD under lustre/zfs-osd - http://git.hpdd.intel.com/?p=fs/lustre-release.git;a=tree;f=lustre/osd-zfs;hb=HEAD + http://git.whamcloud.com/?p=fs/lustre-release.git;a=tree;f=lustre/osd-zfs;hb=HEAD diff --git a/README b/README index f1118fb..bba4f76 100644 --- a/README +++ b/README @@ -1,18 +1,18 @@ Instructions for building, configuring and running Lustre: - https://wiki.hpdd.intel.com/display/PUB/Building+Lustre+from+Source + https://wiki.whamcloud.com/display/PUB/Building+Lustre+from+Source and - https://wiki.hpdd.intel.com/display/PUB/Getting+started+with+Lustre. + https://wiki.whamcloud.com/display/PUB/Getting+started+with+Lustre. Instructions for contributing patches for Lustre: - https://wiki.hpdd.intel.com/display/PUB/Submitting+Changes + https://wiki.whamcloud.com/display/PUB/Submitting+Changes and - https://wiki.hpdd.intel.com/display/PUB/Using+Gerrit + https://wiki.whamcloud.com/display/PUB/Using+Gerrit The Lustre Coding Style Guidelines can be found at: - https://wiki.hpdd.intel.com/display/PUB/Coding+Guidelines + https://wiki.whamcloud.com/display/PUB/Coding+Guidelines The Lustre Test Script Style Guidelines can be found at: - https://wiki.hpdd.intel.com/display/PUB/Test+Coding+Style + https://wiki.whamcloud.com/display/PUB/Test+Coding+Style In order to improve the quality of patches submitted to the Lustre tree, it is possible to automatically check every patch and commit against the diff --git a/configure.ac b/configure.ac index 2e8b837..3398a82 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ([2.57]) AC_INIT([Lustre], m4_esyscmd([sh -c "./LUSTRE-VERSION-GEN | tr -d '\n'"]), - [https://jira.hpdd.intel.com/], [lustre]) + [https://jira.whamcloud.com/], [lustre]) AC_CONFIG_AUX_DIR([config]) AC_CONFIG_MACRO_DIR([config]) diff --git a/contrib/git-hooks/commit-msg b/contrib/git-hooks/commit-msg index d28e40b..28aa93c 100755 --- a/contrib/git-hooks/commit-msg +++ b/contrib/git-hooks/commit-msg @@ -175,7 +175,7 @@ usage() { exec 1>&2 cat <<- EOF - See https://wiki.hpdd.intel.com/display/PUB/Commit+Comments + See https://wiki.whamcloud.com/display/PUB/Commit+Comments for full details. An example valid commit comment is: LU-nnn component: short description of change under 64 columns diff --git a/contrib/lbuild/lbuild b/contrib/lbuild/lbuild index 1d09b03..b2f6405 100755 --- a/contrib/lbuild/lbuild +++ b/contrib/lbuild/lbuild @@ -165,7 +165,7 @@ Usage: ${0##*/} [OPTION]... [-- ] Path to an existing lustre source tarball to use. --nodownload - Do not try to download a kernel from downloads.hpdd.intel.com + Do not try to download a kernel from downloads.whamcloud.com --nosrc Do not build a .src.rpm, a full kernel patch, or a patched kernel @@ -479,7 +479,7 @@ download_srpm() { # let the download_file handle the concurrency if $DOWNLOAD; then local location= \ - "https://downloads.hpdd.intel.com/public/kernels/$target/old" + "https://downloads.whamcloud.com/public/kernels/$target/old" # get the location from a distro specific method if it exists if type -p kernel_srpm_location; then location=$(kernel_srpm_location) diff --git a/contrib/scripts/libcfs_cleanup.sed b/contrib/scripts/libcfs_cleanup.sed index af7f758..9dcf8e1 100644 --- a/contrib/scripts/libcfs_cleanup.sed +++ b/contrib/scripts/libcfs_cleanup.sed @@ -2,7 +2,7 @@ # Script to cleanup libcfs macros, it runs against the tree at build time. # Migrate libcfs to emulate Linux kernel APIs. -# https://jira.hpdd.intel.com/browse/LU-1346 +# https://jira.whamcloud.com/browse/LU-1346 # Run this script like: # find libcfs lnet lustre -name "*.[ch]" | grep -v gnilnd | diff --git a/debian/README.Debian b/debian/README.Debian index d417294..e8c0864 100644 --- a/debian/README.Debian +++ b/debian/README.Debian @@ -54,6 +54,6 @@ and Installation Howtos from Lustre. ########### Please have also a look into the official documentation for Lustre available at: -https://wiki.hpdd.intel.com/display/PUB/Documentation +https://wiki.whamcloud.com/display/PUB/Documentation -- Patrick Winnertz Thu, 28 Dec 2007 14:53:25 +0200 diff --git a/debian/control b/debian/control index 0b8ad0a..7e51607 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Uploaders: Brian J. Murrell Standards-Version: 3.8.3 Build-Depends: module-assistant, libreadline-dev, debhelper (>=7.0.0), dpatch, automake (>=1.7) | automake1.7 | automake1.8 | automake1.9, libtool, libyaml-dev, libselinux-dev, libsnmp-dev, mpi-default-dev, bzip2, quilt, linux-headers-generic | linux-headers | linux-headers-amd64, rsync Homepage: https://wiki.hpdd.intel.com/ -Vcs-Git: git://git.hpdd.intel.com/fs/lustre-release.git +Vcs-Git: git://git.whamcloud.com/fs/lustre-release.git Package: lustre-source Section: admin @@ -16,7 +16,7 @@ Depends: module-assistant, bzip2, debhelper (>= 7.0.0), libtool, libyaml-dev, li Description: source for Lustre filesystem client kernel modules Lustre is a scalable, secure, robust, highly-available cluster file system. This release is maintained by Intel Corporation and available from - https://wiki.hpdd.intel.com/ + https://wiki.whamcloud.com/ . This package contains the module source. The client kernel modules can be built for kernels 2.6.32+ with the use of module-assistant @@ -30,7 +30,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, libyaml-0-2, libselinux1, libsnmp30 Description: Userspace utilities for the Lustre filesystem Lustre is a scalable, secure, robust, highly-available cluster file system. This release is maintained by Intel Corporation and available from - https://wiki.hpdd.intel.com/ + https://wiki.whamcloud.com/ . This package provides a number of userspace utilities for maintaining Lustre filesystems. @@ -43,7 +43,7 @@ Depends: lustre-utils (= ${binary:Version}), python, perl, sg3-utils Description: Collection of benchmark tools for the Lustre filesystem Lustre is a scalable, secure, robust, highly-available cluster file system. This release is maintained by Intel Corporation and available from - https://wiki.hpdd.intel.com/ + https://wiki.whamcloud.com/ . This package provides a collection of benchmark tools @@ -55,7 +55,7 @@ Depends: lustre-iokit (= ${binary:Version}), attr, rsync, perl, lsof, mpi-defaul Description: Test suite for the Lustre filesystem Lustre is a scalable, secure, robust, highly-available cluster file system. This release is maintained by Intel Corporation and available from - https://wiki.hpdd.intel.com/ + https://wiki.whamcloud.com/ . This package provides a number of test utilities for the Lustre filesystem. @@ -67,6 +67,6 @@ Depends: lustre-utils (= ${binary:Version}) Description: Development files for the Lustre filesystem Lustre is a scalable, secure, robust, highly-available cluster file system. This release is maintained by Intel Corporation and available from - https://wiki.hpdd.intel.com/ + https://wiki.whamcloud.com/ . This package provides development libraries for the Lustre filesystem. diff --git a/debian/control.main b/debian/control.main index 0b8ad0a..7e51607 100644 --- a/debian/control.main +++ b/debian/control.main @@ -6,7 +6,7 @@ Uploaders: Brian J. Murrell Standards-Version: 3.8.3 Build-Depends: module-assistant, libreadline-dev, debhelper (>=7.0.0), dpatch, automake (>=1.7) | automake1.7 | automake1.8 | automake1.9, libtool, libyaml-dev, libselinux-dev, libsnmp-dev, mpi-default-dev, bzip2, quilt, linux-headers-generic | linux-headers | linux-headers-amd64, rsync Homepage: https://wiki.hpdd.intel.com/ -Vcs-Git: git://git.hpdd.intel.com/fs/lustre-release.git +Vcs-Git: git://git.whamcloud.com/fs/lustre-release.git Package: lustre-source Section: admin @@ -16,7 +16,7 @@ Depends: module-assistant, bzip2, debhelper (>= 7.0.0), libtool, libyaml-dev, li Description: source for Lustre filesystem client kernel modules Lustre is a scalable, secure, robust, highly-available cluster file system. This release is maintained by Intel Corporation and available from - https://wiki.hpdd.intel.com/ + https://wiki.whamcloud.com/ . This package contains the module source. The client kernel modules can be built for kernels 2.6.32+ with the use of module-assistant @@ -30,7 +30,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, libyaml-0-2, libselinux1, libsnmp30 Description: Userspace utilities for the Lustre filesystem Lustre is a scalable, secure, robust, highly-available cluster file system. This release is maintained by Intel Corporation and available from - https://wiki.hpdd.intel.com/ + https://wiki.whamcloud.com/ . This package provides a number of userspace utilities for maintaining Lustre filesystems. @@ -43,7 +43,7 @@ Depends: lustre-utils (= ${binary:Version}), python, perl, sg3-utils Description: Collection of benchmark tools for the Lustre filesystem Lustre is a scalable, secure, robust, highly-available cluster file system. This release is maintained by Intel Corporation and available from - https://wiki.hpdd.intel.com/ + https://wiki.whamcloud.com/ . This package provides a collection of benchmark tools @@ -55,7 +55,7 @@ Depends: lustre-iokit (= ${binary:Version}), attr, rsync, perl, lsof, mpi-defaul Description: Test suite for the Lustre filesystem Lustre is a scalable, secure, robust, highly-available cluster file system. This release is maintained by Intel Corporation and available from - https://wiki.hpdd.intel.com/ + https://wiki.whamcloud.com/ . This package provides a number of test utilities for the Lustre filesystem. @@ -67,6 +67,6 @@ Depends: lustre-utils (= ${binary:Version}) Description: Development files for the Lustre filesystem Lustre is a scalable, secure, robust, highly-available cluster file system. This release is maintained by Intel Corporation and available from - https://wiki.hpdd.intel.com/ + https://wiki.whamcloud.com/ . This package provides development libraries for the Lustre filesystem. diff --git a/debian/copyright b/debian/copyright index 61ab530..3316605 100644 --- a/debian/copyright +++ b/debian/copyright @@ -8,7 +8,7 @@ It is currently maintained by Brian J. Murrell, Lustre is Copyright (C) 2002-2009 Sun Microsystems, Inc. and is licensed under the GNU Public License Version 2; it was downloaded from -https://wiki.hpdd.intel.com/display/PUB/Lustre+Releases +https://wiki.whamcloud.com/display/PUB/Lustre+Releases The documentation (included in lustre-utils) is covered by the GNU Free Documentation License; there are no invariant-clauses included diff --git a/libcfs/libcfs/util/l_ioctl.c b/libcfs/libcfs/util/l_ioctl.c index ceec870..c3d5556 100644 --- a/libcfs/libcfs/util/l_ioctl.c +++ b/libcfs/libcfs/util/l_ioctl.c @@ -3,7 +3,7 @@ * * Copyright (c) 2014, Intel Corporation. * - * This file is part of Lustre, https://wiki.hpdd.intel.com/ + * This file is part of Lustre, https://wiki.whamcloud.com/ * * Portals is free software; you can redistribute it and/or * modify it under the terms of version 2 of the GNU General Public diff --git a/lnet/include/lnet/lnetctl.h b/lnet/include/lnet/lnetctl.h index bdd0cb4..4328135 100644 --- a/lnet/include/lnet/lnetctl.h +++ b/lnet/include/lnet/lnetctl.h @@ -1,5 +1,5 @@ /* - * This file is part of Lustre, https://wiki.hpdd.intel.com/ + * This file is part of Lustre, https://wiki.whamcloud.com/ * * Portals is free software; you can redistribute it and/or * modify it under the terms of version 2 of the GNU General Public diff --git a/lnet/klnds/socklnd/socklnd_cb.c b/lnet/klnds/socklnd/socklnd_cb.c index 58400db..900e402 100644 --- a/lnet/klnds/socklnd/socklnd_cb.c +++ b/lnet/klnds/socklnd/socklnd_cb.c @@ -8,7 +8,7 @@ * Author: Phil Schwan * Author: Eric Barton * - * This file is part of Lustre, https://wiki.hpdd.intel.com/ + * This file is part of Lustre, https://wiki.whamcloud.com/ * * Portals is free software; you can redistribute it and/or * modify it under the terms of version 2 of the GNU General Public diff --git a/lnet/klnds/socklnd/socklnd_proto.c b/lnet/klnds/socklnd/socklnd_proto.c index 98109ec..42dff10 100644 --- a/lnet/klnds/socklnd/socklnd_proto.c +++ b/lnet/klnds/socklnd/socklnd_proto.c @@ -8,7 +8,7 @@ * Author: Phil Schwan * Author: Eric Barton * - * This file is part of Lustre, https://wiki.hpdd.intel.com/ + * This file is part of Lustre, https://wiki.whamcloud.com/ * * Portals is free software; you can redistribute it and/or * modify it under the terms of version 2 of the GNU General Public diff --git a/lnet/lnet/router.c b/lnet/lnet/router.c index f35b67e..bd30963 100644 --- a/lnet/lnet/router.c +++ b/lnet/lnet/router.c @@ -3,7 +3,7 @@ * * Copyright (c) 2011, 2016, Intel Corporation. * - * This file is part of Lustre, https://wiki.hpdd.intel.com/ + * This file is part of Lustre, https://wiki.whamcloud.com/ * * Portals is free software; you can redistribute it and/or * modify it under the terms of version 2 of the GNU General Public diff --git a/lnet/lnet/router_proc.c b/lnet/lnet/router_proc.c index 4e1368b..3f48824 100644 --- a/lnet/lnet/router_proc.c +++ b/lnet/lnet/router_proc.c @@ -3,7 +3,7 @@ * * Copyright (c) 2011, 2015, Intel Corporation. * - * This file is part of Lustre, https://wiki.hpdd.intel.com/ + * This file is part of Lustre, https://wiki.whamcloud.com/ * * Portals is free software; you can redistribute it and/or * modify it under the terms of version 2 of the GNU General Public diff --git a/lnet/utils/portals.c b/lnet/utils/portals.c index 015afd3..cbf7990 100644 --- a/lnet/utils/portals.c +++ b/lnet/utils/portals.c @@ -3,7 +3,7 @@ * * Copyright (c) 2013, 2015, Intel Corporation. * - * This file is part of Lustre, https://wiki.hpdd.intel.com/ + * This file is part of Lustre, https://wiki.whamcloud.com/ * * Portals is free software; you can redistribute it and/or * modify it under the terms of version 2 of the GNU General Public diff --git a/lustre.spec.in b/lustre.spec.in index 55cd0d5..c7fbf80 100644 --- a/lustre.spec.in +++ b/lustre.spec.in @@ -130,7 +130,7 @@ Source4: kmp-lustre-osd-ldiskfs.files Source5: kmp-lustre-osd-zfs.preamble Source6: kmp-lustre-osd-zfs.files Source7: kmp-lustre-tests.files -URL: https://wiki.hpdd.intel.com/ +URL: https://wiki.whamcloud.com/ BuildRoot: %{_tmppath}/lustre-%{version}-root Requires: %{requires_kmod_name} = %{requires_kmod_version} BuildRequires: libtool diff --git a/lustre/BUGS b/lustre/BUGS index e98de37..d9c693a9 100644 --- a/lustre/BUGS +++ b/lustre/BUGS @@ -1 +1 @@ -To report bugs, please visit https://jira.hpdd.intel.com/ +To report bugs, please visit https://jira.whamcloud.com/ diff --git a/lustre/BUILDING b/lustre/BUILDING index af5e767..f652ca9 100644 --- a/lustre/BUILDING +++ b/lustre/BUILDING @@ -4,7 +4,7 @@ BUILDING LUSTRE You must already have a Lustre-patched kernel, which is outside of the scope of this document. For more information on this process, see the web sites below. Also consider downloading a pre-packaged Lustre -kernel and utilities from https://downloads.hpdd.intel.com/ +kernel and utilities from https://downloads.whamcloud.com/ To build: sh autogen.sh diff --git a/lustre/ChangeLog b/lustre/ChangeLog index 2aaa618..2b9162e 100644 --- a/lustre/ChangeLog +++ b/lustre/ChangeLog @@ -1,6 +1,6 @@ 08-27-2018 Whamcloud * version 2.10.5 - * See https://wiki.hpdd.intel.com/display/PUB/Lustre+Support+Matrix + * See https://wiki.whamcloud.com/display/PUB/Lustre+Support+Matrix for currently supported client and server kernel versions. * Server known to build on patched kernels: 2.6.32-431.29.2.el6 (RHEL6.5) @@ -41,7 +41,7 @@ 05-22-2018 Intel Corporation * version 2.10.4 - * See https://wiki.hpdd.intel.com/display/PUB/Lustre+Support+Matrix + * See https://wiki.whamcloud.com/display/PUB/Lustre+Support+Matrix for currently supported client and server kernel versions. * Server known to build on patched kernels: 2.6.32-431.29.2.el6 (RHEL6.5) @@ -81,7 +81,7 @@ 01-31-2018 Intel Corporation * version 2.10.3 - * See https://wiki.hpdd.intel.com/display/PUB/Lustre+Support+Matrix + * See https://wiki.whamcloud.com/display/PUB/Lustre+Support+Matrix for currently supported client and server kernel versions. * Server known to build on patched kernels: 2.6.32-431.29.2.el6 (RHEL6.5) @@ -123,7 +123,7 @@ 12-11-2017 Intel Corporation * version 2.10.2 - * See https://wiki.hpdd.intel.com/display/PUB/Lustre+Support+Matrix + * See https://wiki.whamcloud.com/display/PUB/Lustre+Support+Matrix for currently supported client and server kernel versions. * Server known to build on patched kernels: 2.6.32-431.29.2.el6 (RHEL6.5) @@ -164,7 +164,7 @@ 10-02-2017 Intel Corporation * version 2.10.1 - * See https://wiki.hpdd.intel.com/display/PUB/Lustre+Support+Matrix + * See https://wiki.whamcloud.com/display/PUB/Lustre+Support+Matrix for currently supported client and server kernel versions. * Server known to build on patched kernels: 2.6.32-431.29.2.el6 (RHEL6.5) @@ -203,7 +203,7 @@ 2017-07-05 Intel Corporation * version 2.10.0 - * See https://wiki.hpdd.intel.com/display/PUB/Lustre+Support+Matrix + * See https://wiki.whamcloud.com/display/PUB/Lustre+Support+Matrix for currently supported client and server kernel versions. * Server known to build on patched kernels: 2.6.32-431.29.2.el6 (RHEL6.5) @@ -242,7 +242,7 @@ 12-07-2016 Intel Corporation * version 2.9.0 - * See https://wiki.hpdd.intel.com/display/PUB/Lustre+Support+Matrix + * See https://wiki.whamcloud.com/display/PUB/Lustre+Support+Matrix for currently supported client and server kernel versions. * Server known to build on patched kernels: 2.6.32-431.29.2.el6 (RHEL6.5) @@ -277,7 +277,7 @@ 02-29-2016 Intel Corporation * version 2.8.0 - * See https://wiki.hpdd.intel.com/display/PUB/Lustre+Support+Matrix + * See https://wiki.whamcloud.com/display/PUB/Lustre+Support+Matrix for currently supported client and server kernel versions. * Server known to build on patched kernels: 2.6.32-431.29.2.el6 (RHEL6.5) @@ -309,7 +309,7 @@ 03-10-2015 Intel Corporation * version 2.7.0 - * See https://wiki.hpdd.intel.com/display/PUB/Lustre+Support+Matrix + * See https://wiki.whamcloud.com/display/PUB/Lustre+Support+Matrix for currently supported client and server kernel versions. * Server known to build on patched kernels: 2.6.32-431.29.2.el6 (RHEL6.5) @@ -345,7 +345,7 @@ Details : Introduce new flag OBD_ROCOMPAT_IDX_IN_IDIF that is stored in the 07-30-2014 Intel Corporation * version 2.6.0 - * See https://wiki.hpdd.intel.com/display/PUB/Lustre+Support+Matrix + * See https://wiki.whamcloud.com/display/PUB/Lustre+Support+Matrix for currently supported client and server kernel versions. * Server known to build on patched kernels: 2.6.32-431.20.3.el6 (RHEL6.5) @@ -366,7 +366,7 @@ Details : Introduce new flag OBD_ROCOMPAT_IDX_IN_IDIF that is stored in the 10-31-2013 Intel Corporation * version 2.5.0 - * See https://wiki.hpdd.intel.com/display/PUB/Lustre+Support+Matrix + * See https://wiki.whamcloud.com/display/PUB/Lustre+Support+Matrix * Server builds for kernels: 2.6.32-358.18.1.el6 (RHEL6.4) * Client builds for unpatched kernels: @@ -384,7 +384,7 @@ Details : Introduce new flag OBD_ROCOMPAT_IDX_IN_IDIF that is stored in the 05-30-2013 Intel Corporation * version 2.4.0 - * See https://wiki.hpdd.intel.com/display/PUB/Lustre+Support+Matrix + * See https://wiki.whamcloud.com/display/PUB/Lustre+Support+Matrix * Server builds for kernels: 2.6.32-358.6.2.el6 (RHEL6.4) * Client builds for unpatched kernels: @@ -402,7 +402,7 @@ Details : Introduce new flag OBD_ROCOMPAT_IDX_IN_IDIF that is stored in the 9-30-2012 Whamcloud, Inc. * version 2.3.0 - * See https://wiki.hpdd.intel.com/display/PUB/Lustre+Support+Matrix + * See https://wiki.whamcloud.com/display/PUB/Lustre+Support+Matrix * Server support for kernels: 2.6.32-279.5.1.el6 (RHEL6) * Client support for unpatched kernels: @@ -441,7 +441,7 @@ Description: Update RHEL6.2 kernel to 2.6.32-220.7.1.el6 04-30-2012 Whamcloud, Inc. * version 2.2.0 - * See https://wiki.hpdd.intel.com/display/PUB/Lustre+Support+Matrix + * See https://wiki.whamcloud.com/display/PUB/Lustre+Support+Matrix * Server support for kernels: 2.6.32-220.4.2.el6 (RHEL6) * Client support for unpatched kernels: diff --git a/lustre/doc/lfs-hsm.1 b/lustre/doc/lfs-hsm.1 index 8ac85f6..b88930c 100644 --- a/lustre/doc/lfs-hsm.1 +++ b/lustre/doc/lfs-hsm.1 @@ -79,6 +79,6 @@ Written by Aurelien Degremont. .SH KNOWN BUGS .PP -Please report all bugs to https://jira.hpdd.intel.com/ +Please report all bugs to https://jira.whamcloud.com/ .SH SEE ALSO .BR lfs (1) diff --git a/lustre/doc/lustre.7 b/lustre/doc/lustre.7 index a8edf95..095d2db 100644 --- a/lustre/doc/lustre.7 +++ b/lustre/doc/lustre.7 @@ -59,13 +59,13 @@ individual files. Format multiple Lustre targets simultaneously from definitions in a CSV file. .SH BUGS -Please report all bugs https://jira.hpdd.intel.com/ +Please report all bugs https://jira.whamcloud.com/ .SH AVAILABILITY .B The .BR Lustre (7) filesystem package is available via .br -https://downloads.hpdd.intel.com/ +https://downloads.whamcloud.com/ .SH SEE ALSO .BR mkfs.lustre (8), .BR tunefs.lustre (8), diff --git a/lustre/llite/llite_lib.c b/lustre/llite/llite_lib.c index b1dbb7d..dc99efd 100644 --- a/lustre/llite/llite_lib.c +++ b/lustre/llite/llite_lib.c @@ -2043,7 +2043,7 @@ void ll_delete_inode(struct inode *inode) truncate_inode_pages_final(&inode->i_data); LASSERTF(inode->i_data.nrpages == 0, "inode="DFID"(%p) nrpages=%lu, " - "see https://jira.hpdd.intel.com/browse/LU-118\n", + "see https://jira.whamcloud.com/browse/LU-118\n", PFID(ll_inode2fid(inode)), inode, inode->i_data.nrpages); #ifdef HAVE_SBOPS_EVICT_INODE diff --git a/lustre/ofd/ofd_obd.c b/lustre/ofd/ofd_obd.c index cc04521..09bb4ca 100644 --- a/lustre/ofd/ofd_obd.c +++ b/lustre/ofd/ofd_obd.c @@ -160,7 +160,7 @@ static int ofd_parse_connect_data(const struct lu_env *env, CWARN("!!! This export (nid %s) used object group %d " "earlier; now it's trying to use group %d! This could " "be a bug in the MDS. Please report to " - "https://jira.hpdd.intel.com/\n", + "https://jira.whamcloud.com/\n", obd_export_nid2str(exp), fed->fed_group, data->ocd_group); RETURN(-EPROTO); diff --git a/lustre/osc/osc_request.c b/lustre/osc/osc_request.c index 908b5e3..e78c242 100644 --- a/lustre/osc/osc_request.c +++ b/lustre/osc/osc_request.c @@ -1048,7 +1048,7 @@ static inline int can_merge_pages(struct brw_page *p1, struct brw_page *p2) * safe to combine */ if (unlikely((p1->flag & mask) != (p2->flag & mask))) { CWARN("Saw flags 0x%x and 0x%x in the same brw, please " - "report this at https://jira.hpdd.intel.com/\n", + "report this at https://jira.whamcloud.com/\n", p1->flag, p2->flag); } return 0; diff --git a/lustre/osd-ldiskfs/osd_io.c b/lustre/osd-ldiskfs/osd_io.c index aa15199..f76bef8 100644 --- a/lustre/osd-ldiskfs/osd_io.c +++ b/lustre/osd-ldiskfs/osd_io.c @@ -156,7 +156,7 @@ static void dio_complete_routine(struct bio *bio, int error) CERROR("***** bio->bi_private is NULL! This should never " "happen. Normally, I would crash here, but instead I " "will dump the bio contents to the console. Please " - "report this to , along " + "report this to , along " "with any interesting messages leading up to this point " "(like SCSI errors, perhaps). Because bi_private is " "NULL, I can't wake up the thread that initiated this " diff --git a/lustre/utils/mount_utils_ldiskfs.c b/lustre/utils/mount_utils_ldiskfs.c index 94a795f..02927ab 100644 --- a/lustre/utils/mount_utils_ldiskfs.c +++ b/lustre/utils/mount_utils_ldiskfs.c @@ -436,7 +436,7 @@ static void disp_old_e2fsprogs_msg(const char *feature, int make_backfs) E2FSPROGS, feature); #if !(HAVE_LDISKFSPROGS) fprintf(stderr, "Please install the latest version of e2fsprogs from\n" - "https://downloads.hpdd.intel.com/public/e2fsprogs/latest/\n" + "https://downloads.whamcloud.com/public/e2fsprogs/latest/\n" "to enable this feature.\n"); #endif if (make_backfs) -- 1.8.3.1