-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
20 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters