This documentation is for a release that is no longer maintained
See documentation for the latest supported version 3 or the latest supported version 4.Questo contenuto non è disponibile nella lingua selezionata.
Appendix D. Cleaning up the Heketi Topology
- Delete all the volumes by executing the following command:
heketi-cli volume delete <volume_id>
heketi-cli volume delete <volume_id>
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Delete all the devices by executing the following command:
heketi-cli device delete <device_id>
# heketi-cli device delete <device_id>
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Delete all the nodes by executing the following command:
heketi-cli node delete <node_id>
# heketi-cli node delete <node_id>
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Delete all the clusters by executing the following command:
heketi-cli cluster delete <cluster_id>
# heketi-cli cluster delete <cluster_id>
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
Note
- The IDs can be retrieved by executing the heketi-cli topology info command.
- The
heketidbstorage
volume cannot be deleted as it contains the heketi database.