mirror of
https://github.com/ceph/ceph
synced 2025-02-24 19:47:44 +00:00
cephadm: fix rbd-mirror auth name
Broken by 8fa941b35d
Signed-off-by: Sage Weil <sage@newdream.net>
This commit is contained in:
parent
92522c624b
commit
aa13b25c80
@ -2372,7 +2372,7 @@ def get_container(ctx: CephadmContext,
|
||||
name = 'client.rgw.%s' % daemon_id
|
||||
elif daemon_type == 'rbd-mirror':
|
||||
entrypoint = '/usr/bin/rbd-mirror'
|
||||
name = 'client.cephfs-mirror.%s' % daemon_id
|
||||
name = 'client.rbd-mirror.%s' % daemon_id
|
||||
elif daemon_type == 'cephfs-mirror':
|
||||
entrypoint = '/usr/bin/cephfs-mirror'
|
||||
name = 'client.cephfs-mirror.%s' % daemon_id
|
||||
|
Loading…
Reference in New Issue
Block a user