[ceph] also delete the authentication token when deleting osd
This helps better use of ceph-volume
This commit is contained in:
parent
9b594fda09
commit
88f824dc3b
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue