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>
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
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 .
* 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_
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;