"...In a nutshell, it will delete all objects in the configured pool_name matching the provided bucket_id..."
Ceph
"...the RGW will use an implicit tenant name based on the requestor, unless explicitly specified otherwise..."
"... need to zap an individual OSD?..."
Have you ever been curious about what it would take to just have one ceph-ansible node manage all your Ceph environments? Well fortunately you're not alone, and this is something already possible with the use of ansible inventory directories. The configuration process as a whole is not bad, but it…
Do you have a containerized ceph-volume environment which now requires maintenance? Have you been trying to run ceph-(objectstore or bluestore)-tool but can not figure out how-to mount+unlock your OSD? Look no further. The following branch [https://github.com/utp887/ceph-container/tree/ceph_volume_activate_only] will exist…
Does the thought of storing plain text passwords in configuration files make you feel uneasy? If you'd like to take advantage of using ansible-vault [https://docs.ansible.com/ansible/latest/user_guide/vault.html#ansible-vault], a minor update [https://github.com/ceph/ceph-ansible/pull/5031/files#diff-d4f8a0c1dabf72e117f5066953ff8eb6R235] to ceph-validate role…