From: Joshua Kugler Date: Mon, 21 Jul 2014 23:46:33 +0000 (-0800) Subject: LU-5306: Update download and other whamcloud URLs X-Git-Tag: 2.6.51~74 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=4df63615669a69b51c752cc4e416f705f8a56197;ds=sidebyside LU-5306: Update download and other whamcloud URLs We are updating *.whamcloud.com URLs to *.hpdd.intel.com URLs, as well as downloads.lustre.org to downloads.hpdd.intel.com. Signed-off-by: Joshua Kugler Change-Id: I6ebd45f8bb1f905692ca992617805ef225e09849 Reviewed-on: http://review.whamcloud.com/11169 Tested-by: Jenkins Tested-by: Maloo Reviewed-by: Andreas Dilger Reviewed-by: Peter Jones --- diff --git a/Documentation/lfsck.txt b/Documentation/lfsck.txt index 9245420..7e58973 100644 --- a/Documentation/lfsck.txt +++ b/Documentation/lfsck.txt @@ -174,7 +174,7 @@ References source code: file:/lustre/lfsck/ -operations manual: http://build.whamcloud.com/job/lustre-manual/lastSuccessfulBuild/artifact/lustre_manual.xhtml#dbdoclet.lfsckadmin +operations manual: https://build.hpdd.intel.com/job/lustre-manual/lastSuccessfulBuild/artifact/lustre_manual.xhtml#dbdoclet.lfsckadmin useful links: http://insidehpc.com/2013/05/02/video-lfsck-online-lustre-file-system-checker/ http://www.opensfs.org/wp-content/uploads/2013/04/Zhuravlev_LFSCK.pdf diff --git a/configure.ac b/configure.ac index b772a0f..92cd6ee 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.57]) -AC_INIT([Lustre], [LUSTRE_VERSION], [http://bugs.whamcloud.com/], [lustre]) +AC_INIT([Lustre], [LUSTRE_VERSION], [https://jira.hpdd.intel.com/], [lustre]) sinclude(lustre/autoconf/lustre-version.ac) AC_CONFIG_AUX_DIR([config]) diff --git a/contrib/git-hooks/commit-msg b/contrib/git-hooks/commit-msg index c1fed2e..25a6281 100755 --- a/contrib/git-hooks/commit-msg +++ b/contrib/git-hooks/commit-msg @@ -168,7 +168,7 @@ usage() { exec 1>&2 cat <<- EOF - See http://wiki.whamcloud.com/display/PUB/Commit+Comments + See https://wiki.hpdd.intel.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 24c3a1e..77d0470 100755 --- a/contrib/lbuild/lbuild +++ b/contrib/lbuild/lbuild @@ -168,7 +168,7 @@ Usage: ${0##*/} [OPTION]... [-- ] Path to an existing lustre source tarball to use. --nodownload - Do not try to download a kernel from downloads.lustre.org + Do not try to download a kernel from downloads.hpdd.intel.com --nosrc Do not build a .src.rpm, a full kernel patch, or a patched kernel @@ -431,7 +431,7 @@ download_srpm() { if $force || [ ! -r "$KERNELDIR/$srpm" ] || [ ! -s "$KERNELDIR/$srpm" ]; then if $DOWNLOAD; then - local location="http://downloads.lustre.org/public/kernels/$target/old" + local location="https://downloads.hpdd.intel.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 ea3cad2..0d3586b 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. -# http://jira.whamcloud.com/browse/LU-1346 +# https://jira.hpdd.intel.com/browse/LU-1346 # Run this script like: # find libcfs lnet lustre -name "*.[ch]" | grep -v gnilnd | diff --git a/debian/control b/debian/control index 950a705..a988fd6 100644 --- a/debian/control +++ b/debian/control @@ -16,8 +16,8 @@ Depends: ${kpatch:Depends} Recommends: kernel-package, quilt Description: Linux kernel patch for the Lustre Filesystem Lustre is a scalable, secure, robust, highly-available - cluster file system. This release is maintained by Whamcloud, Inc. - and available from http://wiki.whamcloud.com/ + cluster file system. This release is maintained by Intel Corporation + and available from https://wiki.hpdd.intel.com/ . Lustre servers require a number of patches to the core Linux kernel, mostly to export new functions, add features to ext3, and add @@ -35,8 +35,8 @@ Priority: optional Depends: module-assistant, bzip2, debhelper (>= 5.0.0), libsnmp-dev, dpatch Description: source for Lustre filesystem client kernel modules Lustre is a scalable, secure, robust, highly-available cluster file system. - This release is maintained by Whamcloud, Inc. and available from - http://wiki.whamcloud.com/ + This release is maintained by Intel Corporation and available from + https://wiki.hpdd.intel.com/ . This package contains the module source. The client kernel modules can be built for kernels from 2.6.18 - 2.6.26 from it using @@ -49,8 +49,8 @@ Priority: optional Depends: ${shlibs:Depends}, ${misc:Depends} Description: Userspace utilities for the Lustre filesystem Lustre is a scalable, secure, robust, highly-available cluster file system. - This release is maintained by Whamcloud, Inc. and available from - http://wiki.whamcloud.com/ + This release is maintained by Intel Corporation and available from + https://wiki.hpdd.intel.com/ . This package provides a number of userspace utilities for maintaining Lustre filesystems. @@ -62,8 +62,8 @@ Priority: optional Depends: ${shlibs:Depends}, ${misc:Depends} Description: Test suite for the Lustre filesystem Lustre is a scalable, secure, robust, highly-available cluster file system. - This release is maintained by Whamcloud, Inc. and available from - http://wiki.whamcloud.com/ + This release is maintained by Intel Corporation and available from + https://wiki.hpdd.intel.com/ . This package provides a number of test utilities for the Lustre filesystem. @@ -74,7 +74,7 @@ Architecture: i386 powerpc amd64 ia64 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 Whamcloud, Inc. and available from - http://wiki.whamcloud.com/ + This release is maintained by Intel Corporation and available from + https://wiki.hpdd.intel.com/ . This package provides development libraries for the Lustre filesystem. diff --git a/debian/control.main b/debian/control.main index 950a705..a988fd6 100644 --- a/debian/control.main +++ b/debian/control.main @@ -16,8 +16,8 @@ Depends: ${kpatch:Depends} Recommends: kernel-package, quilt Description: Linux kernel patch for the Lustre Filesystem Lustre is a scalable, secure, robust, highly-available - cluster file system. This release is maintained by Whamcloud, Inc. - and available from http://wiki.whamcloud.com/ + cluster file system. This release is maintained by Intel Corporation + and available from https://wiki.hpdd.intel.com/ . Lustre servers require a number of patches to the core Linux kernel, mostly to export new functions, add features to ext3, and add @@ -35,8 +35,8 @@ Priority: optional Depends: module-assistant, bzip2, debhelper (>= 5.0.0), libsnmp-dev, dpatch Description: source for Lustre filesystem client kernel modules Lustre is a scalable, secure, robust, highly-available cluster file system. - This release is maintained by Whamcloud, Inc. and available from - http://wiki.whamcloud.com/ + This release is maintained by Intel Corporation and available from + https://wiki.hpdd.intel.com/ . This package contains the module source. The client kernel modules can be built for kernels from 2.6.18 - 2.6.26 from it using @@ -49,8 +49,8 @@ Priority: optional Depends: ${shlibs:Depends}, ${misc:Depends} Description: Userspace utilities for the Lustre filesystem Lustre is a scalable, secure, robust, highly-available cluster file system. - This release is maintained by Whamcloud, Inc. and available from - http://wiki.whamcloud.com/ + This release is maintained by Intel Corporation and available from + https://wiki.hpdd.intel.com/ . This package provides a number of userspace utilities for maintaining Lustre filesystems. @@ -62,8 +62,8 @@ Priority: optional Depends: ${shlibs:Depends}, ${misc:Depends} Description: Test suite for the Lustre filesystem Lustre is a scalable, secure, robust, highly-available cluster file system. - This release is maintained by Whamcloud, Inc. and available from - http://wiki.whamcloud.com/ + This release is maintained by Intel Corporation and available from + https://wiki.hpdd.intel.com/ . This package provides a number of test utilities for the Lustre filesystem. @@ -74,7 +74,7 @@ Architecture: i386 powerpc amd64 ia64 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 Whamcloud, Inc. and available from - http://wiki.whamcloud.com/ + This release is maintained by Intel Corporation and available from + https://wiki.hpdd.intel.com/ . This package provides development libraries for the Lustre filesystem. diff --git a/lnet/ChangeLog b/lnet/ChangeLog index 2a8a11e..aadf97c 100644 --- a/lnet/ChangeLog +++ b/lnet/ChangeLog @@ -1,4 +1,4 @@ -TBD Whamcloud, Inc. +TBD Intel Corporation * version 2.2.0 * Support for networks: socklnd - any kernel supported by Lustre, diff --git a/lustre.spec.in b/lustre.spec.in index c314717..d28ac6a 100644 --- a/lustre.spec.in +++ b/lustre.spec.in @@ -97,7 +97,7 @@ Release: %{fullrelease} License: GPL Group: Utilities/System Source: lustre-%{version}.tar.gz -URL: http://wiki.whamcloud.com/ +URL: https://wiki.hpdd.intel.com/ BuildRoot: %{_tmppath}/lustre-%{version}-root Obsoletes: lustre-lite, lustre-lite-utils, lustre-ldap nfs-utils-lustre Provides: lustre-lite = %{version}, lustre-lite-utils = %{version} diff --git a/lustre/BUGS b/lustre/BUGS index 571f4f7..e98de37 100644 --- a/lustre/BUGS +++ b/lustre/BUGS @@ -1 +1 @@ -To report bugs, please visit http://bugs.whamcloud.com/ +To report bugs, please visit https://jira.hpdd.intel.com/ diff --git a/lustre/BUILDING b/lustre/BUILDING index f54cb07..af5e767 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 http://downloads.lustre.org/ +kernel and utilities from https://downloads.hpdd.intel.com/ To build: sh autogen.sh diff --git a/lustre/ChangeLog b/lustre/ChangeLog index 812d33b..0f6a948 100644 --- a/lustre/ChangeLog +++ b/lustre/ChangeLog @@ -1,6 +1,6 @@ TBD Intel Corporation * version 2.7.0 - * See http://wiki.whamcloud.com/display/PUB/Lustre+Support+Matrix + * See https://wiki.hpdd.intel.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) @@ -21,7 +21,7 @@ TBD Intel Corporation 07-30-2014 Intel Corporation * version 2.6.0 - * See http://wiki.whamcloud.com/display/PUB/Lustre+Support+Matrix + * See https://wiki.hpdd.intel.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) @@ -42,7 +42,7 @@ TBD Intel Corporation 10-31-2013 Intel Corporation * version 2.5.0 - * See http://wiki.hpdd.intel.com/display/PUB/Lustre+Support+Matrix + * See https://wiki.hpdd.intel.com/display/PUB/Lustre+Support+Matrix * Server builds for kernels: 2.6.32-358.18.1.el6 (RHEL6.4) * Client builds for unpatched kernels: @@ -60,7 +60,7 @@ TBD Intel Corporation 05-30-2013 Intel Corporation * version 2.4.0 - * See http://wiki.whamcloud.com/display/PUB/Lustre+Support+Matrix + * See https://wiki.hpdd.intel.com/display/PUB/Lustre+Support+Matrix * Server builds for kernels: 2.6.32-358.6.2.el6 (RHEL6.4) * Client builds for unpatched kernels: @@ -78,7 +78,7 @@ TBD Intel Corporation 9-30-2012 Whamcloud, Inc. * version 2.3.0 - * See http://wiki.whamcloud.com/display/PUB/Lustre+Support+Matrix + * See https://wiki.hpdd.intel.com/display/PUB/Lustre+Support+Matrix * Server support for kernels: 2.6.32-279.5.1.el6 (RHEL6) * Client support for unpatched kernels: @@ -117,7 +117,7 @@ Description: Update RHEL6.2 kernel to 2.6.32-220.7.1.el6 04-30-2012 Whamcloud, Inc. * version 2.2.0 - * See http://wiki.whamcloud.com/display/PUB/Lustre+Support+Matrix + * See https://wiki.hpdd.intel.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 580d921..dc18373 100644 --- a/lustre/doc/lfs-hsm.1 +++ b/lustre/doc/lfs-hsm.1 @@ -75,6 +75,6 @@ Written by Aurelien Degremont. .SH KNOWN BUGS .PP -Please report all bugs to http://jira.whamcloud.com/ +Please report all bugs to https://jira.hpdd.intel.com/ .SH SEE ALSO .BR lfs (1) diff --git a/lustre/doc/lustre.7 b/lustre/doc/lustre.7 index fac9292..3e05ff6 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 http://bugs.whamcloud.com/ +Please report all bugs https://jira.hpdd.intel.com/ .SH AVAILABILITY .B The .BR Lustre (7) filesystem package is available via .br -http://downloads.whamcloud.com/ +https://downloads.hpdd.intel.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 6417d55..d0b7708 100644 --- a/lustre/llite/llite_lib.c +++ b/lustre/llite/llite_lib.c @@ -2170,7 +2170,7 @@ void ll_delete_inode(struct inode *inode) spin_unlock_irq(&inode->i_data.tree_lock); LASSERTF(inode->i_data.nrpages == 0, "inode="DFID"(%p) nrpages=%lu, see " - "http://jira.whamcloud.com/browse/LU-118\n", + "https://jira.hpdd.intel.com/browse/LU-118\n", PFID(ll_inode2fid(inode)), inode, inode->i_data.nrpages); } diff --git a/lustre/ofd/ofd_obd.c b/lustre/ofd/ofd_obd.c index 7b3fa77..cd14949 100644 --- a/lustre/ofd/ofd_obd.c +++ b/lustre/ofd/ofd_obd.c @@ -127,7 +127,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 " - "http://bugs.whamcloud.com/\n", + "https://jira.hpdd.intel.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 38b0d99..80b195a 100644 --- a/lustre/osc/osc_request.c +++ b/lustre/osc/osc_request.c @@ -1162,7 +1162,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 http://bugs.whamcloud.com/\n", + "report this at https://jira.hpdd.intel.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 fdb7915..a2e6fef 100644 --- a/lustre/osd-ldiskfs/osd_io.c +++ b/lustre/osd-ldiskfs/osd_io.c @@ -158,7 +158,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 3815d72..6df4e45 100644 --- a/lustre/utils/mount_utils_ldiskfs.c +++ b/lustre/utils/mount_utils_ldiskfs.c @@ -409,7 +409,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" - "http://downloads.whamcloud.com/public/e2fsprogs/latest/\n" + "https://downloads.hpdd.intel.com/public/e2fsprogs/latest/\n" "to enable this feature.\n"); #endif if (make_backfs)