Whamcloud - gitweb
LU-85 build: update main bug report URL
authorAndreas Dilger <adilger@whamcloud.com>
Sun, 19 Jun 2011 06:39:16 +0000 (00:39 -0600)
committerOleg Drokin <green@whamcloud.com>
Fri, 15 Jul 2011 14:34:15 +0000 (07:34 -0700)
Update bug reporting URL in autoconf and other documentation
to reflect source of release.

Change-Id: I7a4017bd55e9e3f8de6adca0e9a030c94f0db9ec
Signed-off-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-on: http://review.whamcloud.com/971
Tested-by: Hudson
Reviewed-by: Brian J. Murrell <brian@whamcloud.com>
Tested-by: Maloo <whamcloud.maloo@gmail.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
build/autogen.sh
configure.ac
ldiskfs/autoMakefile.am
ldiskfs/configure.ac
lustre/BUGS
lustre/lvfs/fsfilt_ext3.c
lustre/obdclass/class_obd.c
lustre/obdfilter/filter.c
lustre/obdfilter/filter_io_26.c
lustre/osc/osc_request.c
lustre/utils/mkfs_lustre.c

index 0308024..cd7e601 100644 (file)
@@ -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
index 1fc11c9..48e4d3c 100644 (file)
@@ -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
index e8b2d0e..04a00aa 100644 (file)
@@ -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
index 7757d01..4d40c0d 100644 (file)
@@ -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
 
index 5c1c62f..571f4f7 100644 (file)
@@ -1 +1 @@
-To report bugs, please visit http://bugzilla.lustre.org/
+To report bugs, please visit http://bugs.whamcloud.com/
index 880041d..febcfae 100644 (file)
@@ -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;
                         }
                 }
index 94f9fd9..42255a5 100644 (file)
@@ -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
index f05b13b..76e12fe 100644 (file)
@@ -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);
         }
index 806734b..f2fac88 100644 (file)
@@ -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 <http://bugzilla.lustre.org/> , along "
+                       "report this to <http://bugs.whamcloud.com/>, 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 "
index 7cdf82f..577b8d6 100644 (file)
@@ -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 "
index 4e0e57c..55fdc7d 100644 (file)
@@ -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)