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
質問済み 1年前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
回答済み 1年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ