mirror of
https://github.com/ceph/ceph
synced 2025-03-11 02:39:05 +00:00
Merge PR #33647 into master
* refs/pull/33647/head: vstart.sh: fix install of cephadm ssh keys from ~/.ssh Reviewed-by: Michael Fritch <mfritch@suse.com>
This commit is contained in:
commit
505f9a782d
@ -987,8 +987,8 @@ EOF
|
||||
|
||||
if [ "$cephadm" -eq 1 ]; then
|
||||
debug echo Enabling cephadm orchestrator
|
||||
ceph_adm config-key set mgr/ssh/ssh_identity_key -i ~/.ssh/id_rsa
|
||||
ceph_adm config-key set mgr/ssh/ssh_identity_pub -i ~/.ssh/id_rsa.pub
|
||||
ceph_adm config-key set mgr/cephadm/ssh_identity_key -i ~/.ssh/id_rsa
|
||||
ceph_adm config-key set mgr/cephadm/ssh_identity_pub -i ~/.ssh/id_rsa.pub
|
||||
ceph_adm mgr module enable cephadm
|
||||
ceph_adm orch set backend cephadm
|
||||
ceph_adm orch host add $HOSTNAME
|
||||
|
Loading…
Reference in New Issue
Block a user