Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wip mstart #6901

Merged
merged 3 commits into from Dec 11, 2015
Merged

Wip mstart #6901

merged 3 commits into from Dec 11, 2015

Conversation

yehudasa
Copy link
Member

Set of scripts that allow setting multiple separate ce[h clusters (through vstart) on a single dev tree.

mstart.sh is used to start a new cluster
mstop.sh is used to stop a specific cluster
mrgw.sh is used to spawn rgw instance on a specific cluster
mrun is used to run a command (e.g., ceph, rados) on a specific cluster

Usage example:

$ ./mstart.sh c1 -n
$ ./mstart.sh c2 -n

$ ./mrgw c1 80 --debug-rgw=20
$ ./mrgw c2 88 --debug-rgw=20

$ ./mrun c1 ceph -s

$ ./mstop.sh c2

etc.

Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
E.g.,

$ ./mstart.sh foo -n
$ ./mrun foo ceph -s

Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
@ghost
Copy link

ghost commented Dec 11, 2015

@yehudasa please ignore this false negative from the bot, it was fixed (literaly) a minute ago (http://tracker.ceph.com/issues/13986).

liewegas added a commit that referenced this pull request Dec 11, 2015
vstart.sh: add mstart, mstop, mrun wrappers for running multiple vstart-style test clusters out of src tree

Reviewed-by: Sage Weil <sage@redhat.com>
@liewegas liewegas merged commit 7f627e0 into ceph:master Dec 11, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants