From 2cf42237b46747308e5ee10cf027fe93a97d3690 Mon Sep 17 00:00:00 2001 From: Andreas Dilger Date: Sun, 19 Jun 2011 00:39:16 -0600 Subject: [PATCH] LU-85 build: update main bug report URL Update bug reporting URL in autoconf and other documentation to reflect source of release. Change-Id: I7a4017bd55e9e3f8de6adca0e9a030c94f0db9ec Signed-off-by: Andreas Dilger Reviewed-on: http://review.whamcloud.com/971 Tested-by: Hudson Reviewed-by: Brian J. Murrell Tested-by: Maloo Reviewed-by: Oleg Drokin --- build/autogen.sh | 2 +- configure.ac | 2 +- ldiskfs/autoMakefile.am | 4 ++-- ldiskfs/configure.ac | 2 +- lustre/BUGS | 2 +- lustre/lvfs/fsfilt_ext3.c | 2 +- lustre/obdclass/class_obd.c | 2 +- lustre/obdfilter/filter.c | 2 +- lustre/obdfilter/filter_io_26.c | 2 +- lustre/osc/osc_request.c | 2 +- lustre/utils/mkfs_lustre.c | 2 +- 11 files changed, 12 insertions(+), 12 deletions(-) diff --git a/build/autogen.sh b/build/autogen.sh index 0308024..cd7e601 100644 --- a/build/autogen.sh +++ b/build/autogen.sh @@ -35,7 +35,7 @@ error_msg() { Ubuntu|Debian) howto "apt-get install $cmd" ;; CentOS|RedHat*|Fedora*) howto "yum install $cmd" ;; SUSE*) howto "yast -i $cmd" ;; - *) echo -e "\nInstallation instructions for the package $cmd on $dist_id are not known.\nIf you know how to install the required package, please file a bug at\njira.whamcloud.com and include your distribution and that the output from:\n\"lsb_release -is\" is: \"$dist_id\"" ;; + *) echo -e "\nInstallation instructions for the package $cmd on $dist_id are not known.\nIf you know how to install the required package, please file a bug at\nhttp://bugs.whamcloud.com/ and include your distribution and the output from:\n\"lsb_release -is\" is: \"$dist_id\"" ;; esac exit 1 diff --git a/configure.ac b/configure.ac index 1fc11c9..48e4d3c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ -AC_INIT([Lustre], [LUSTRE_VERSION], [https://bugzilla.lustre.org/], [lustre]) +AC_INIT([Lustre], [LUSTRE_VERSION], [http://bugs.whamcloud.com/], [lustre]) sinclude(lustre/autoconf/lustre-version.ac) # Overridden in LB_PATH_LDISKFS on certain branches diff --git a/ldiskfs/autoMakefile.am b/ldiskfs/autoMakefile.am index e8b2d0e..04a00aa 100644 --- a/ldiskfs/autoMakefile.am +++ b/ldiskfs/autoMakefile.am @@ -13,11 +13,11 @@ EXTRA_DIST += kernel_patches # this only needs to be done if disting stand-alone (i.e. not as a # subdir of lustre module-dist-hook: - if ! grep "AC_INIT(\[Lustre\], \[LUSTRE_VERSION\], \[https:\/\/bugzilla\.lustre\.org\/], \[lustre\])" ../configure.ac; then \ + if ! grep "AC_INIT(\[Lustre\], \[LUSTRE_VERSION\], \[http:\/\/bugs\.whamcloud\.com\/], \[lustre\])" ../configure.ac; then \ if [ -f META ]; then \ cp META $(distdir)/META; \ else \ - echo -e "I have no idea how to create a META file in $(distdir).\nPlease file a bug at http://bugzilla.lustre.org/"; \ + echo -e "I have no idea how to create a META file in $(distdir).\nPlease file a bug at http://bugs.whamcloud.com/"; \ exit 1; \ fi; \ fi diff --git a/ldiskfs/configure.ac b/ldiskfs/configure.ac index 7757d01..4d40c0d 100644 --- a/ldiskfs/configure.ac +++ b/ldiskfs/configure.ac @@ -1,6 +1,6 @@ # Process this file with autoconf to produce a configure script. -AC_INIT([Lustre ldiskfs], 3.3.0, [https://bugzilla.lustre.org/]) +AC_INIT([Lustre ldiskfs], 3.3.0, [http://bugs.whamcloud.com/]) AC_CONFIG_SRCDIR([lustre-ldiskfs.spec.in]) ldiskfs_is_ext4=yes diff --git a/lustre/BUGS b/lustre/BUGS index 5c1c62f..571f4f7 100644 --- a/lustre/BUGS +++ b/lustre/BUGS @@ -1 +1 @@ -To report bugs, please visit http://bugzilla.lustre.org/ +To report bugs, please visit http://bugs.whamcloud.com/ diff --git a/lustre/lvfs/fsfilt_ext3.c b/lustre/lvfs/fsfilt_ext3.c index 880041d..febcfae 100644 --- a/lustre/lvfs/fsfilt_ext3.c +++ b/lustre/lvfs/fsfilt_ext3.c @@ -304,7 +304,7 @@ static void *fsfilt_ext3_start(struct inode *inode, int op, void *desc_private, cpu_to_le32(EXT3_EXTENTS_FL | EXT3_INDEX_FL))) { CWARN("extent-mapped directory found with " "ext3-based ldiskfs - contact " - "http://bugzilla.lustre.org/\n"); + "http://bugs.whamcloud.com/\n"); warned = 1; } } diff --git a/lustre/obdclass/class_obd.c b/lustre/obdclass/class_obd.c index 94f9fd9..42255a5 100644 --- a/lustre/obdclass/class_obd.c +++ b/lustre/obdclass/class_obd.c @@ -510,7 +510,7 @@ int init_obdclass(void) #ifdef CRAY_XT3 LCONSOLE_INFO("Lustre: Build Version: "BUILD_VERSION"\n"); #else - LCONSOLE_INFO("OBD class driver, http://www.lustre.org/\n"); + LCONSOLE_INFO("OBD class driver, http://wiki.whamcloud.com/\n"); LCONSOLE_INFO(" Lustre Version: "LUSTRE_VERSION_STRING"\n"); LCONSOLE_INFO(" Build Version: "BUILD_VERSION"\n"); #endif diff --git a/lustre/obdfilter/filter.c b/lustre/obdfilter/filter.c index f05b13b..76e12fe 100644 --- a/lustre/obdfilter/filter.c +++ b/lustre/obdfilter/filter.c @@ -2678,7 +2678,7 @@ static int filter_connect_internal(struct obd_export *exp, 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://bugzilla.lustre.org/\n", + "http://bugs.whamcloud.com/\n", obd_export_nid2str(exp), fed->fed_group,data->ocd_group); RETURN(-EPROTO); } diff --git a/lustre/obdfilter/filter_io_26.c b/lustre/obdfilter/filter_io_26.c index 806734b..f2fac88 100644 --- a/lustre/obdfilter/filter_io_26.c +++ b/lustre/obdfilter/filter_io_26.c @@ -157,7 +157,7 @@ static int dio_complete_routine(struct bio *bio, unsigned int done, 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/osc/osc_request.c b/lustre/osc/osc_request.c index 7cdf82f..577b8d6 100644 --- a/lustre/osc/osc_request.c +++ b/lustre/osc/osc_request.c @@ -1625,7 +1625,7 @@ static int osc_brw_fini_request(struct ptlrpc_request *req, int rc) if (server_cksum == ~0 && rc > 0) { CERROR("Protocol error: server %s set the 'checksum' " "bit, but didn't send a checksum. Not fatal, " - "but please notify on http://bugzilla.lustre.org/\n", + "but please notify on http://bugs.whamcloud.com/\n", libcfs_nid2str(peer->nid)); } else if (server_cksum != client_cksum) { LCONSOLE_ERROR_MSG(0x133, "%s: BAD READ CHECKSUM: from " diff --git a/lustre/utils/mkfs_lustre.c b/lustre/utils/mkfs_lustre.c index 4e0e57c..55fdc7d 100644 --- a/lustre/utils/mkfs_lustre.c +++ b/lustre/utils/mkfs_lustre.c @@ -404,7 +404,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.lustre.org/public/tools/e2fsprogs/\n" + "http://downloads.whamcloud.com/public/e2fsprogs/latest/\n" "to enable this feature.\n"); #endif if (make_backfs) -- 1.8.3.1