[ceph] also delete the authentication token when deleting osd

This helps better use of ceph-volume
This commit is contained in:
Nico Schottelius 2021-04-18 15:47:54 +02:00
parent 9b594fda09
commit 88f824dc3b

View file

@ -25,6 +25,7 @@ fi
ceph osd crush remove $osd_name
ceph osd rm $osd_name
ceph auth del $osd_name
echo "Mount path before umounting: "
mount | grep "$mountpath"