]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
ceph-volume: hide OSD keyring during creation
authorDimitri Savineau <dsavinea@redhat.com>
Thu, 12 Aug 2021 15:08:27 +0000 (11:08 -0400)
committerGuillaume Abrioux <gabrioux@redhat.com>
Thu, 12 Aug 2021 23:10:03 +0000 (01:10 +0200)
commit687b20fb224ecdfe89d35c72109563afd6afeebb
tree4a258e6901ae1356d17e77954b1e226ceb86f5e3
parent47a451426a8308a4ea80e0a1e4d867e9dd290fe5
ceph-volume: hide OSD keyring during creation

When using ceph-volume lvm create/prepare/batch then the keyring of each
OSD created is displayed in the output.
Let's replace those by some '*' chars.

Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
library/ceph_volume.py
tests/library/test_ceph_volume.py