PCluster cloudFormationStackStatus and clusterStatus get stuck in UPDATE_COMPLETE after update

0
  1. I created a parallel cluster with 10 nodes in some partition and used it to run some stuff.
  2. Later, I increased the number of nodes to a bigger number using pcluster update-cluster
  3. After the update operation completed, whenever I run pcluster list-clusters, it tells me "cloudformationStackStatus": "UPDATE_COMPLETE" and "clusterStatus": "UPDATE_COMPLETE"
  4. This status doesn't change even if I stop or restart the cluster with pcluster update-compute-fleet -n chess-cluster-1 --status START/STOP_REQUESTED

Is there any way to get the actual cluster status after an update operation when running START_REQUESTED or STOP_REQUESTED? To something likeSTART_REQUESTED or RUNNING?

JohnB
preguntada hace un año274 visualizaciones
1 Respuesta
1
Respuesta aceptada

I think what you're looking for is the 'computeFleetStatus'; which can be derived via describeCluster: https://docs.aws.amazon.com/parallelcluster/latest/ug/describe-cluster.html

CLI Command:

pcluster describe-cluster --cluster-name CLUSTER_NAME

https://docs.aws.amazon.com/parallelcluster/latest/ug/pcluster.describe-cluster-v3.html

AWS
respondido hace un año

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas