mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-05 02:40:04 +00:00
![]() Ceph provides us with several safety checks to verify that an action is safe to perform. This endpoint provides means to acces them. The actual mon commands are not exposed directly. Instead the two actions "stop" and "destroy" are offered. In case it is not okay to perform an action, Ceph provides a status message explaining why. This message is part of the returned values. For now there are the following checks for these services: MON: - ok-to-stop - ok-to-rm OSD: - ok-to-stop - safe-to-destroy MDS: - ok-to-stop Even though OSDs have a check if it is okay to destroy them, it is for now not really usable in our workflow because it needs the OSD to be up and running to return useful information. Our workflow in the GUI currently is that the OSD needs to be stopped in order to destroy it. Signed-off-by: Aaron Lauterer <a.lauterer@proxmox.com> |
||
---|---|---|
.. | ||
Ceph | ||
Cluster | ||
Hardware | ||
ACME.pm | ||
ACMEAccount.pm | ||
ACMEPlugin.pm | ||
APT.pm | ||
Backup.pm | ||
Capabilities.pm | ||
Ceph.pm | ||
Certificates.pm | ||
Cluster.pm | ||
HAConfig.pm | ||
Hardware.pm | ||
Makefile | ||
Network.pm | ||
NodeConfig.pm | ||
Nodes.pm | ||
Pool.pm | ||
Replication.pm | ||
ReplicationConfig.pm | ||
Services.pm | ||
Subscription.pm | ||
Tasks.pm | ||
VZDump.pm |