Ce contenu n'est pas disponible dans la langue sélectionnée.
Chapter 5. Recovering pods
When a first node (say NODE1) goes to NotReady state because of some issue, the hosted pods that are using PVC with ReadWriteOnce (RWO) access mode try to move to the second node (say NODE2) but get stuck due to multi-attach error. In such a case, you can recover MON, OSD, and application pods by using the following steps.
Procedure
-
Power off
NODE1(from AWS or vSphere side) and ensure thatNODE1is completely down. Force delete the pods on
NODE1by using the following command:$ oc delete pod <pod-name> --grace-period=0 --force