]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: Some files still use http://ceph.newdream.net 3472/head
authorArmando Segnini <armaseg@gmail.com>
Fri, 23 Jan 2015 11:28:58 +0000 (12:28 +0100)
committerArmando Segnini <armaseg@gmail.com>
Fri, 23 Jan 2015 11:28:58 +0000 (12:28 +0100)
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 <armando.segnini@telecom-bretagne.eu>
qa/workunits/kernel_untar_build.sh
qa/workunits/suites/fsx.sh
src/include/addr_parsing.h
src/msg/simple/Pipe.cc

index 279335200e3a01969011f1a4a6ad566171d1b355..04c7eba4fc907007a879dd38ce2518d4971b7488 100755 (executable)
@@ -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
index 962d338657d8581869dc2dc191a40af993050f62..52c8b3f61e7a28219134a932265342cbaff2951f 100755 (executable)
@@ -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 .
 
index 45d9f22b8c129e748a70341d2e42f3e8af944db2..c205ac75fd89cb45a26a0bda0d20c52268bb8c82 100644 (file)
@@ -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_
index adb36099bae0f231587a04566131cbe1fdd1d6e8..0dc3d3bcb6d06cb1a63e9023fa3ca2ce2e3d6323 100644 (file)
@@ -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;