在更新之后,PCluster的cloudFormationStackStatus和clusterStatus被卡在UPDATE_COMPLETE状态。

0

【以下的问题经过翻译处理】 1. 我创建了一个有10个节点的并行集群,用它来运行一些东西。 2. 后来,我使用 pcluster update-cluster 命令增加了节点数。 3. 更新操作完成后,无论我使用什么命令(如 pcluster list-clusters),都显示 "cloudformationStackStatus": "UPDATE_COMPLETE" 和 "clusterStatus": "UPDATE_COMPLETE"。 4. 即使我使用 pcluster update-compute-fleet -n chess-cluster-1 --status START/STOP_REQUESTED 停止或重新启动集群,状态也不会改变。

是否有办法在运行 START_REQUESTED 或 STOP_REQUESTED 时获取更新操作后的实际集群状态,例如 START_REQUESTEDRUNNING

profile picture
EXPERT
asked 6 months ago11 views
1 Answer
0

【以下的回答经过翻译处理】 我认为您要找的是' computeFleetStatus ',可以通过describeCluster派生:https://docs.aws.amazon.com/parallelcluster/latest/ug/describe-cluster.html

CLI命令:

pcluster describe-cluster --cluster-name CLUSTER_NAME

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

profile picture
EXPERT
answered 6 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions