-
Notifications
You must be signed in to change notification settings - Fork 313
CREATE_FAILED with 2.9.1 #2053
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi Richard, can you please provide Francesco |
Hi Franceso, chef-client.log is not there. [centos@ip-10-0-5-109 ~]$ ls -l /var/log Regards, |
Hi Richard, Cluster creation issueFrom the log files, your instance is not able to contact the CloudFormation AWS Endpoint. As described in the networking documentation:
Is the Reusing resources created by another clusterI see you're using a VPC security group from the old cluster ( You can reuse the same VPC and Subnets but we don't recommend to share resources like the Security Groups if they have been automatically created during cluster creation, because by associating them to another cluster you wont be able to remove the old cluster resources. If you need to access the EFS from another subnet you can add another EFS mount target in the availability zone/subnet you want to use for the new cluster. The same is valid for EFS resources. How to share resources between clustersThe best way to share resources is to create them before cluster creation and pass them as configuration parameters. Let us know if it helps. |
Hi Enrico, your answer helped a lot and our problem is solved. I created now a new SG and added it to the EFS, so that's fine now. I think I've created the EFS by hand last time, but not sure. Where could I check that? In the old stack events or resources? Many thanks for your help, |
Hi Richard,
If it's valued (fs-xxx) it means you created the cluster by passing an existing EFS file system id. |
Hi Enrico, Thanks again for all your help, closing this now. Kind regards, |
Hi all,
I am trying to create a new cluster using ParallelCluster 2.9.1, reusing resources already in use by a previous cluster created with 2.7.0.
The reason to reuse the VPC, subnet and SG is to be able to mount the same EFS staying on the same AZ.
The new cluster should have 2 queues, one with spot nodes and the other with ondemand nodes. Both with c5a.12xlarge and c5.12xlarge instance types.
cloud-init.log shows script /var/lib/cloud/instance/scripts/part-002 failing with error. See lines 714 to 728 in cloud-init.log .
Environment:
How to reproduce:
Attached log files:
messages.txt
cloud-init.log
Kind regards,
Richard
The text was updated successfully, but these errors were encountered: