From 33f0afdd15ba0255bfb68c689ac617f1d1ed681d Mon Sep 17 00:00:00 2001 From: Armando Segnini Date: Fri, 23 Jan 2015 12:28:58 +0100 Subject: [PATCH] doc: Some files still use http://ceph.newdream.net This probably redirects to http://ceph.com but ceph.newdream.net still appears in some places http://tracker.ceph.com/issues/10615 Fixes: #10615 Related: #9922 Signed-off-by: Armando Segnini --- qa/workunits/kernel_untar_build.sh | 2 +- qa/workunits/suites/fsx.sh | 2 +- src/include/addr_parsing.h | 2 +- src/msg/simple/Pipe.cc | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/qa/workunits/kernel_untar_build.sh b/qa/workunits/kernel_untar_build.sh index 279335200e3a..04c7eba4fc90 100755 --- a/qa/workunits/kernel_untar_build.sh +++ b/qa/workunits/kernel_untar_build.sh @@ -2,7 +2,7 @@ set -e -#wget -q http://ceph.newdream.net/qa/linux-2.6.33.tar.bz2 +#wget -q http://ceph.com/qa/linux-2.6.33.tar.bz2 wget -q http://ceph.com/qa/linux-3.2.9.tar.bz2 mkdir t diff --git a/qa/workunits/suites/fsx.sh b/qa/workunits/suites/fsx.sh index 962d338657d8..52c8b3f61e7a 100755 --- a/qa/workunits/suites/fsx.sh +++ b/qa/workunits/suites/fsx.sh @@ -2,7 +2,7 @@ set -e -git clone git://ceph.newdream.net/git/xfstests.git +git clone git://ceph.com/git/xfstests.git make -C xfstests cp xfstests/ltp/fsx . diff --git a/src/include/addr_parsing.h b/src/include/addr_parsing.h index 45d9f22b8c12..c205ac75fd89 100644 --- a/src/include/addr_parsing.h +++ b/src/include/addr_parsing.h @@ -4,7 +4,7 @@ * Created on: Sep 14, 2010 * Author: gregf * contains functions used by Ceph to convert named addresses - * (eg ceph.newdream.net) into IP addresses (ie 127.0.0.1). + * (eg ceph.com) into IP addresses (ie 127.0.0.1). */ #ifndef ADDR_PARSING_H_ diff --git a/src/msg/simple/Pipe.cc b/src/msg/simple/Pipe.cc index adb36099bae0..0dc3d3bcb6d0 100644 --- a/src/msg/simple/Pipe.cc +++ b/src/msg/simple/Pipe.cc @@ -287,7 +287,7 @@ int Pipe::accept() int removed; // single-use down below // this should roughly mirror pseudocode at - // http://ceph.newdream.net/wiki/Messaging_protocol + // http://ceph.com/wiki/Messaging_protocol int reply_tag = 0; uint64_t existing_seq = -1; -- 2.47.3