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.이 콘텐츠는 선택한 언어로 제공되지 않습니다.
Appendix D. Cleaning up the Heketi Topology
- Delete all the volumes by executing the following command:
heketi-cli volume delete <volume_id>
- Delete all the devices by executing the following command:
# heketi-cli device delete <device_id>
- Delete all the nodes by executing the following command:
# heketi-cli node delete <node_id>
- Delete all the clusters by executing the following command:
# heketi-cli cluster delete <cluster_id>
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.