]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph.newdream.net -> ceph.com
authorSage Weil <sage@inktank.com>
Sat, 16 Jun 2012 21:50:29 +0000 (14:50 -0700)
committerSage Weil <sage@inktank.com>
Sat, 16 Jun 2012 21:50:29 +0000 (14:50 -0700)
wiki url -> docs url

43 files changed:
.gitmodules
README
ceph.spec.in
debian/copyright
debian/watch
doc/appendix/differences-from-posix.rst
doc/dev/placement-group.rst
doc/man/1/obsync.rst
doc/man/8/ceph-authtool.rst
doc/man/8/ceph-clsinfo.rst
doc/man/8/ceph-conf.rst
doc/man/8/ceph-debugpack.rst
doc/man/8/ceph-dencoder.rst
doc/man/8/ceph-fuse.rst
doc/man/8/ceph-mds.rst
doc/man/8/ceph-mon.rst
doc/man/8/ceph-osd.rst
doc/man/8/ceph-rbdnamer.rst
doc/man/8/ceph-run.rst
doc/man/8/ceph-syn.rst
doc/man/8/ceph.rst
doc/man/8/cephfs.rst
doc/man/8/crushtool.rst
doc/man/8/librados-config.rst
doc/man/8/mkcephfs.rst
doc/man/8/monmaptool.rst
doc/man/8/mount.ceph.rst
doc/man/8/osdmaptool.rst
doc/man/8/rados.rst
doc/man/8/radosgw-admin.rst
doc/man/8/radosgw.rst
doc/man/8/rbd.rst
doc/source/build-packages.rst
qa/workunits/kernel_untar_build.sh
qa/workunits/snaps/snap-rm-diff.sh
qa/workunits/snaps/snaptest-git-ceph.sh
qa/workunits/snaps/snaptest-snap-rm-cmp.sh
qa/workunits/snaps/untar_snap_rm.sh
qa/workunits/suites/blogbench.sh
qa/workunits/suites/ffsb.sh
qa/workunits/suites/fsx.sh
qa/workunits/suites/pjd.sh
src/Makefile.am

index c5a0932b7aff414b50393b4cd7af6bf76c215f04..4bb068b79f44ee0590aec0f9ae94e45c62d4c417 100644 (file)
@@ -1,6 +1,6 @@
 [submodule "ceph-object-corpus"]
        path = ceph-object-corpus
-       url = git://ceph.newdream.net/git/ceph-object-corpus.git
+       url = git://ceph.com/git/ceph-object-corpus.git
 [submodule "src/leveldb"]
        path = src/leveldb
        url = git://github.com/ceph/leveldb.git
diff --git a/README b/README
index dfa1bdc035732c80af52e00c8bd8f1792b03ed80..7c6d96fdc9836c2c29ff6f683b064644e71b50b7 100644 (file)
--- a/README
+++ b/README
@@ -2,7 +2,7 @@
 Ceph - a scalable distributed storage system
 ============================================
 
-Please see http://ceph.newdream.net/ for current info.
+Please see http://ceph.com/ for current info.
 
 Contributing Code
 =================
index eb1cf8308804f0a07403e651e3a9be1e5ce1f2a7..461bd1fd1f378632ae64b80e026903c30ab47dcd 100644 (file)
@@ -19,8 +19,8 @@ Release:      6%{?dist}
 Summary:       User space components of the Ceph file system
 License:       LGPLv2
 Group:         System Environment/Base
-URL:           http://ceph.newdream.net/
-Source0:       http://ceph.newdream.net/download/%{name}-%{version}.tar.bz2
+URL:           http://ceph.com/
+Source0:       http://ceph.com/download/%{name}-%{version}.tar.bz2
 Requires:      librbd1 = %{version}-%{release}
 Requires:      librados2 = %{version}-%{release}
 Requires:      libcephfs1 = %{version}-%{release}
index 666eee972d7c13b53a9dafa9bd6cc884aa239788..01cd52137369b4e80616a33cfeeebbdf2b20a6f1 100644 (file)
@@ -1,7 +1,7 @@
 Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
 Name: ceph
 Maintainer: Sage Weil <sage@newdream.net>
-Source: http://ceph.newdream.net/
+Source: http://ceph.com/
 
 Files: *
 Copyright: (c) 2004-2010 by Sage Weil <sage@newdream.net>
index d4d17a0e157672d498d2741788585a65e1e91854..57a60e93e39a6696c531f87b3e5e0e3f92c49533 100644 (file)
@@ -1,2 +1,2 @@
 version=3
-http://ceph.newdream.net/download/ceph-(\d.*)\.tar\.gz
+http://ceph.com/download/ceph-(\d.*)\.tar\.gz
index f327e786dc9f797cca0ce567672fe7ae4895f14f..c1366e0c6aacc507f8fbfce0ae8f18464e66d31c 100644 (file)
@@ -2,7 +2,7 @@
  Differences from POSIX
 ========================
 
-.. todo:: delete http://ceph.newdream.net/wiki/Differences_from_POSIX
+.. todo:: delete http://ceph.com/wiki/Differences_from_POSIX
 
 Ceph does have a few places where it diverges from strict POSIX semantics for various reasons:
 
index a5abb2b5755c9f6b432e85e5fbfd782500ca040f..0bd4469e52950e1bf290df4051612d1d01788b10 100644 (file)
@@ -46,7 +46,7 @@ Many PGs can map to one OSD.
 
 A PG represents nothing but a grouping of objects; you configure the
 number of PGs you want (see
-http://ceph.newdream.net/wiki/Changing_the_number_of_PGs ), number of
+http://ceph.com/wiki/Changing_the_number_of_PGs ), number of
 OSDs * 100 is a good starting point, and all of your stored objects
 are pseudo-randomly evenly distributed to the PGs. So a PG explicitly
 does NOT represent a fixed amount of storage; it represents 1/pg_num
index 0963e8972c2dc22cc67a4c1a5e0625790bf97413..bd557b0f398487e6701256e0ec44e27da4a4f28a 100644 (file)
@@ -139,5 +139,5 @@ Availability
 ============
 
 **obsync** is part of the Ceph distributed file system. Please refer
-to the Ceph wiki at http://ceph.newdream.net/wiki for more
+to the Ceph documentation at http://ceph.com/docs for more
 information.
index 83d670f10698f2a985be19b599aca1f20013c068..c760b78e7c90c2f36106e0f361685391c1b42210 100644 (file)
@@ -131,7 +131,7 @@ Availability
 ============
 
 **ceph-authtool** is part of the Ceph distributed file system. Please
-refer to the Ceph wiki at http://ceph.newdream.net/wiki for more
+refer to the Ceph documentation at http://ceph.com/docs for more
 information.
 
 
index c40b3c6bd0801b9f81d626d7b4fe9ec6a0751da7..0a277719e3e6db9eaa43b3d16fb59ec3355e2bf0 100644 (file)
@@ -37,7 +37,7 @@ Availability
 ============
 
 **ceph-clsinfo** is part of the Ceph distributed file system. Please
-refer to the Ceph wiki at http://ceph.newdream.net/wiki for more
+refer to the Ceph documentation at http://ceph.com/docs for more
 information.
 
 
index 090978a7e6c0d1d96f309ecccc56a5342a086ae4..7b4f83a9282e6f1df6e4e48c33e54b35affb33d6 100644 (file)
@@ -76,7 +76,7 @@ Availability
 ============
 
 **ceph-conf** is part of the Ceph distributed file system.  Please refer
-to the Ceph wiki at http://ceph.newdream.net/wiki for more
+to the Ceph documentation at http://ceph.com/docs for more
 information.
 
 
index 6a7ae3104c08df0cfae4a5f5f80daff2187c03b0..6a6ff447bc1312d3dd892d923be5b94e2dfacd99 100644 (file)
@@ -37,7 +37,7 @@ Availability
 ============
 
 **ceph-debugpack** is part of the Ceph distributed file system. Please
-refer to the Ceph wiki at http://ceph.newdream.net/wiki for more
+refer to the Ceph documentation at http://ceph.com/docs for more
 information.
 
 
index 00677a92541166c2f720d17a5d41d0f3789d184f..64f1a46abf0be3ff296f1f2eed2f96b1b2ad7a0d 100644 (file)
@@ -117,7 +117,7 @@ Availability
 ============
 
 **ceph-dencoder** is part of the Ceph distributed file system. Please
-refer to the Ceph wiki at http://ceph.newdream.net/wiki for more
+refer to the Ceph documentation at http://ceph.com/docs for more
 information.
 
 
index ca33bcfbcbabaa7e9c4e2c82023177691603ac9a..fb79ac76f615e6b130c36166d6a50811620dffc9 100644 (file)
@@ -52,7 +52,7 @@ Availability
 ============
 
 **ceph-fuse** is part of the Ceph distributed file system. Please refer to
-the Ceph wiki at http://ceph.newdream.net/wiki for more information.
+the Ceph documentation at http://ceph.com/docs for more information.
 
 
 See also
index 621d0bfe41254e98aeb6e46e9488d9aa225e4f2f..b95141616328fd1f673e90a56e7b314f2984f9e2 100644 (file)
@@ -60,8 +60,8 @@ Options
 Availability
 ============
 
-**ceph-mon** is part of the Ceph distributed file system. Please refer to the Ceph wiki at
-http://ceph.newdream.net/wiki for more information.
+**ceph-mon** is part of the Ceph distributed file system. Please refer to the Ceph documentation at
+http://ceph.com/docs for more information.
 
 
 See also
index a4aa3f1e609741a7cde634acb18653c21323e13b..9fa4be6038a98bc0bd76d98c507ebc81ff949b36 100644 (file)
@@ -69,7 +69,7 @@ Availability
 ============
 
 **ceph-mon** is part of the Ceph distributed file system. Please refer
-to the Ceph wiki at http://ceph.newdream.net/wiki for more
+to the Ceph documentation at http://ceph.com/docs for more
 information.
 
 
index bf467988e2dad6cd5ab896696cd4fb368ee6a1c6..451ca6d956b622835d07d58aff76aa6a2871e398 100644 (file)
@@ -99,7 +99,7 @@ Availability
 ============
 
 **ceph-osd** is part of the Ceph distributed file system. Please refer to
-the Ceph wiki at http://ceph.newdream.net/wiki for more information.
+the Ceph documentation at http://ceph.com/docs for more information.
 
 See also
 ========
index b496a6302ce6f47b77940535b8bcc387e764439f..e17cb6883b154f3cb9cc92128ee85aa8984d89b2 100644 (file)
@@ -28,7 +28,7 @@ Availability
 ============
 
 **ceph-rbdnamer** is part of the Ceph distributed file system.  Please
-refer to the Ceph wiki at http://ceph.newdream.net/wiki for more
+refer to the Ceph documentation at http://ceph.com/docs for more
 information.
 
 
index 3a23553d54bce65171919080adb03078fd2d9b37..611987d5c11159b75369500c9c7e8bd8923fb51a 100644 (file)
@@ -31,7 +31,7 @@ Availability
 ============
 
 **ceph-run** is part of the Ceph distributed file system. Please refer to
-the Ceph wiki at http://ceph.newdream.net/wiki for more information.
+the Ceph documentation at http://ceph.com/docs for more information.
 
 
 See also
index 348781bf47c4f0b722e11951d5cd4d5cec15e41b..9e7a0a11326958f9a81804dc55610010c1799d36 100644 (file)
@@ -88,7 +88,7 @@ Availability
 ============
 
 **ceph-syn** is part of the Ceph distributed file system. Please refer to
-the Ceph wiki at http://ceph.newdream.net/wiki for more information.
+the Ceph documentation at http://ceph.com/docs for more information.
 
 See also
 ========
index 8bccde94953453efa9c7f7bed65582172741bc92..764915970b81aa7fd3f331126a3479c6af792d7c 100644 (file)
@@ -81,14 +81,14 @@ Monitor commands
 A more complete summary of commands understood by the monitor cluster can be found in the
 wiki, at
 
-       http://ceph.newdream.net/wiki/Monitor_commands
+       http://ceph.com/docs/control
 
 
 Availability
 ============
 
-**ceph** is part of the Ceph distributed file system. Please refer to the Ceph wiki at
-http://ceph.newdream.net/wiki for more information.
+**ceph** is part of the Ceph distributed file system. Please refer to the Ceph documentation at
+http://ceph.com/docs for more information.
 
 
 See also
index 0021fa367cac8d0d77184937d4d0bdc5640ab411..42eff15833abfd06e1e82e76c751c91cf25b3337 100644 (file)
@@ -88,7 +88,7 @@ Availability
 ============
 
 **cephfs** is part of the Ceph distributed file system. Please refer
-to the Ceph wiki at http://ceph.newdream.net/wiki for more
+to the Ceph documentation at http://ceph.com/docs for more
 information.
 
 
index 1cd7510cbaddcc387e88b657782d7929f697cac5..b2e5338a30e4ed7cf2b65c39a63450ea7b74f885 100644 (file)
@@ -102,7 +102,7 @@ Availability
 ============
 
 **crushtool** is part of the Ceph distributed file system. Please
-refer to the Ceph wiki at http://ceph.newdream.net/wiki for more
+refer to the Ceph documentation at http://ceph.com/docs for more
 information.
 
 
index 4984efb72e8182a67c3021f6af92f0d3e2d912d6..16fbd29af406eb33583a8eb3bf980b1b5757e7cb 100644 (file)
@@ -33,7 +33,7 @@ Availability
 ============
 
 **librados-config** is part of the Ceph distributed file system.
-Please refer to the Ceph wiki at http://ceph.newdream.net/wiki for
+Please refer to the Ceph documentation at http://ceph.com/docs for
 more information.
 
 
index 23f980abff7d1739471ff653c4157087e39bce08..ddc378ae403780dbcb65d213473ca49d7ad41a3a 100644 (file)
@@ -118,7 +118,7 @@ Availability
 ============
 
 **mkcephfs** is part of the Ceph distributed file system. Please refer
-to the Ceph wiki at http://ceph.newdream.net/wiki for more
+to the Ceph documentation at http://ceph.com/docs for more
 information.
 
 
index 95b4610a7498d3e0027000fee5ed7f4ce250ce2b..ffc17c4c5f1325651a922acd72cc3c000a2bae16 100644 (file)
@@ -94,7 +94,7 @@ Availability
 ============
 
 **monmaptool** is part of the Ceph distributed file system.  Please
-refer to the Ceph wiki at http://ceph.newdream.net/wiki for more
+refer to the Ceph documentation at http://ceph.com/docs for more
 information.
 
 
index 579bf378873c201712cf0066cfe581077c177cab..7e579ff75481e5d68ebefb62fd6c615224fda0c0 100644 (file)
@@ -148,7 +148,7 @@ Availability
 ============
 
 **mount.ceph** is part of the Ceph distributed file system. Please
-refer to the Ceph wiki at http://ceph.newdream.net/wiki for more
+refer to the Ceph documentation at http://ceph.com/docs for more
 information.
 
 See also
index e957b0baafcc366628d934f31f3ed6c89059da5d..27ffb6eba721ce035da5caa274897c4229a3c5bb 100644 (file)
@@ -64,7 +64,7 @@ Availability
 ============
 
 **osdmaptool** is part of the Ceph distributed file system.  Please
-refer to the Ceph wiki at http://ceph.newdream.net/wiki for more
+refer to the Ceph documentation at http://ceph.com/docs for more
 information.
 
 
index 0122f350d31257339f0a158203a9c124145d6900..c66c985c5ad3a27e5d765ce2e7d556b9ed1f11e1 100644 (file)
@@ -152,7 +152,7 @@ Availability
 ============
 
 **rados** is part of the Ceph distributed file system. Please refer to
-the Ceph wiki at http://ceph.newdream.net/wiki for more information.
+the Ceph documentation at http://ceph.com/docs for more information.
 
 
 See also
index 0a1ffe6c01b66fd22fa0209d2753ee3473afe3e6..d2e248918136a252785dadc7b5cd98d9efb6eb5d 100644 (file)
@@ -135,7 +135,7 @@ Availability
 ============
 
 **radosgw-admin** is part of the Ceph distributed file system.  Please
-refer to the Ceph wiki at http://ceph.newdream.net/wiki for more
+refer to the Ceph documentation at http://ceph.com/docs for more
 information.
 
 See also
index 520e5263701e537bcc5519b9cdddd70f8f1465c0..197c41ee2506962fe814f68570ffcf69834ba122 100644 (file)
@@ -101,7 +101,7 @@ Availability
 ============
 
 **radosgw** is part of the Ceph distributed file system. Please refer
-to the Ceph wiki at http://ceph.newdream.net/wiki for more
+to the Ceph documentation at http://ceph.com/docs for more
 information.
 
 
index 4b7d57ed97d8eb5d83d7995feed73f9faab55265..306b430b8e61ef0935a2b3107dc022f71257dc8e 100644 (file)
@@ -173,7 +173,7 @@ Availability
 ============
 
 **rbd** is part of the Ceph distributed file system. Please refer to
-the Ceph wiki at http://ceph.newdream.net/wiki for more information.
+the Ceph documentation at http://ceph.com/docs for more information.
 
 
 See also
index 7304f619f7ecfc4a63a784e5f23842ca072b7717..a860c7ce8df8cf0a5d52e034c8abd3fa7f120a39 100644 (file)
@@ -37,7 +37,7 @@ Once you have installed the tools, setup an RPM compilation environment::
 
 Fetch the source tarball for the RPM compilation environment::
 
-       wget -P ~/rpmbuild/SOURCES/ http://ceph.newdream.net/download/ceph-<version>.tar.gz
+       wget -P ~/rpmbuild/SOURCES/ http://ceph.com/download/ceph-<version>.tar.gz
 
 Build the RPM packages::
 
index cf2c8cabbdd6ae5ae785f5965e52ba937cdb89b7..279335200e3a01969011f1a4a6ad566171d1b355 100755 (executable)
@@ -3,7 +3,7 @@
 set -e
 
 #wget -q http://ceph.newdream.net/qa/linux-2.6.33.tar.bz2
-wget -q http://ceph.newdream.net/qa/linux-3.2.9.tar.bz2
+wget -q http://ceph.com/qa/linux-3.2.9.tar.bz2
 
 mkdir t
 cd t
index c3ac3f441a0104d7dfb0396c5470e7461732e810..8dff54f58b8b905cb9711636425d7ffcac89f30f 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh -ex
 
-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
 mkdir foo
 cp linux* foo
 mkdir foo/.snap/barsnap
index 743b4cd6b907defdca38ff0aa22cccac4259d26b..11532d8b14b476142b159ae4daead067a37d815f 100755 (executable)
@@ -2,7 +2,7 @@
 
 set -e
 
-git clone git://ceph.newdream.net/git/ceph.git
+git clone git://ceph.com/git/ceph.git
 cd ceph
 
 versions=`seq 1 21`
index e6f7bb7eeb50f9aa652bafee5346d79850778b51..aa094e70789f1f50c60e1f4f409bf981b4f0ad2f 100755 (executable)
@@ -3,7 +3,7 @@
 set -e
 
 file=linux-2.6.33.tar.bz2
-wget -q http://ceph.newdream.net/qa/$file
+wget -q http://ceph.com/qa/$file
 
 real=`md5sum $file | awk '{print $1}'`
 
index c8fec22d15a1343f5fb191c5dc9f9ac154ba1503..5c71212df75a9b7f63ed82c11349f3a8e50216c0 100755 (executable)
@@ -3,7 +3,7 @@
 set -e
 
 do_tarball() {
-    wget http://ceph.newdream.net/qa/$1
+    wget http://ceph.com/qa/$1
     tar xvf$2 $1
     mkdir .snap/k
     sync
index e141c6b7f71cb3c40f27030902095a37fbc1cc68..0393755d2a8d90886319160c99922e3fac089407 100755 (executable)
@@ -2,7 +2,7 @@
 set -e
 
 echo "getting blogbench"
-wget http://ceph.newdream.net/qa/blogbench-1.0.tar.bz2
+wget http://ceph.com/qa/blogbench-1.0.tar.bz2
 #cp /home/gregf/src/blogbench-1.0.tar.bz2 .
 tar -xvf blogbench-1.0.tar.bz2
 cd blogbench*
index 586ffd55d9fd4191ceae4a3d18397473da6e7de7..6834e4c26e8a046e72ae43b7620d71aaef74a180 100755 (executable)
@@ -4,7 +4,7 @@ set -e
 
 mydir=`dirname $0`
 
-wget http://ceph.newdream.net/qa/ffsb.tar.bz2
+wget http://ceph.com/qa/ffsb.tar.bz2
 tar jxvf ffsb.tar.bz2
 cd ffsb-*
 ./configure
index 7732866cb4fc3a49ee6e05d4a46b6274a8377cce..32d5b63c239503081e6cfc1e7fd63601f7df3959 100755 (executable)
@@ -2,7 +2,7 @@
 
 set -e
 
-wget http://ceph.newdream.net/qa/fsx.c
+wget http://ceph.com/qa/fsx.c
 gcc fsx.c -o fsx
 
 ./fsx   1MB -N 50000 -p 10000 -l 1048576
index 43b010047ea229004a051d494e7e77994a3211b0..da5a71034dd5a9d4615a422fb7c8da751109d557 100755 (executable)
@@ -2,7 +2,7 @@
 
 set -e
 
-wget http://ceph.newdream.net/qa/pjd.tgz
+wget http://ceph.com/qa/pjd.tgz
 tar zxvf pjd*.tgz
 cd pjd*
 make
index 82151c7bb37de5015916ea866e213203c2e7674b..a00aa829f093859c535e57eaec49ccbeccd7d17a 100644 (file)
@@ -1688,5 +1688,5 @@ project.tgz: clean
        tar czvf project.tgz README emit output
 
 submit-coverity:
-       scp project.tgz ceph.newdream.net:ceph.newdream.net/coverity/`git describe`.tgz
-       echo "v2;ceph;"`cat .coverity.build.pass`";MAIL;http://ceph.newdream.net/coverity/"`git describe`.tgz | mail build@submit.scan.coverity.com
+       scp project.tgz ceph.newdream.net:ceph.com/coverity/`git describe`.tgz
+       echo "v2;ceph;"`cat .coverity.build.pass`";MAIL;http://ceph.com/coverity/"`git describe`.tgz | mail build@submit.scan.coverity.com