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
질문됨 일 년 전274회 조회
1개 답변
1
수락된 답변

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
답변함 일 년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠