mirror of
https://github.com/ceph/ceph
synced 2025-01-02 09:02:34 +00:00
doc: changed commands as suggested by @sebastian-philipp
Signed-off-by: Michael Wodniok <wodniok@wor.net> Co-authored-by: Sebastian Wagner <sebastian@spawnhost.de>
This commit is contained in:
parent
a955306199
commit
d97731969a
@ -585,8 +585,9 @@ If started via ``ceph orch apply <rgw|mds|...>`` changing the Service
|
||||
Specification directly is normally a bit more complicated. It is easier to
|
||||
export the running Service Specification like so::
|
||||
|
||||
ceph orch ls rgw rgw.<id> --export yaml >rgw.<id>.yaml
|
||||
ceph orch ls mgr mgr --export yaml >mgr.yaml
|
||||
ceph orch ls --service-name rgw.<realm>.<zone> --export > rgw.<realm>.<zone>.yaml
|
||||
ceph orch ls --service-type mgr --export > mgr.yaml
|
||||
ceph orch ls --export > cluster.yaml
|
||||
|
||||
The Specification can then be changed and re-applied as above.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user