mirror of https://github.com/ceph/ceph
22 lines
399 B
Plaintext
22 lines
399 B
Plaintext
ceph-menv
|
|
|
|
Environment assistant for use in conjunction with multiple Ceph vstart (or more accurately mstart) clusters. Eliminates the need to specify the cluster that is being used with each and every command. Can provide a shell prompt feedback about the currently used cluster.
|
|
|
|
|
|
Usage:
|
|
|
|
$ mset <cluster>
|
|
|
|
|
|
For example:
|
|
|
|
$ mstart.sh c1 -n
|
|
$ mset c1
|
|
[ c1 ] $ ceph -w
|
|
|
|
|
|
To un-set cluster:
|
|
|
|
$ mset
|
|
|