summaryrefslogtreecommitdiff
path: root/src/README
diff options
context:
space:
mode:
authorSage Weil <sage@newdream.net>2008-05-13 08:45:13 -0700
committerSage Weil <sage@newdream.net>2008-05-13 08:45:13 -0700
commit1a67fc25d16db3d30af3f6acf94b2ec9b1f22f34 (patch)
tree54ab6a221e5580f94db9752086032fa7a7d286c2 /src/README
parentfc85ec53a18a633872fad67d673f9d8fcb20b739 (diff)
downloadceph-1a67fc25d16db3d30af3f6acf94b2ec9b1f22f34.tar.gz
helper script readme
Diffstat (limited to 'src/README')
-rw-r--r--src/README15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/README b/src/README
new file mode 100644
index 00000000000..3f897f7d18f
--- /dev/null
+++ b/src/README
@@ -0,0 +1,15 @@
+A few helper scripts:
+
+mkcephfs.sh -- initialize a new, empty ceph filesystem (by creating a
+ fresh monfs)
+
+mkfs.sh -- same, but also initialize empty object stores. assumes
+ all osds are on the same node, with dev/osd# for storage.
+
+stop.sh -- stop/kill all daemons.
+
+restart.sh -- stop everything, then restart everything. (does not mkfs.)
+
+startnew.sh -- stop everything, initialize new ceph fs, and start it.
+ assumes everything is on one node. for ease of testing.
+