You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug description and how to reproduce:
Creating a cluster with a pre-existing FSx file system fails with a traceback:
[ec2-user@ip-172-31-41-28 ~]$ pcluster create cromwell
Beginning cluster creation for cluster: cromwell
Traceback (most recent call last):
File "/usr/bin/pcluster", line 11, in <module>
load_entry_point('aws-parallelcluster==2.2.1', 'console_scripts', 'pcluster')()
File "/usr/lib/python2.7/site-packages/pcluster/cli.py", line 354, in main
args.func(args)
File "/usr/lib/python2.7/site-packages/pcluster/cli.py", line 27, in create
pcluster.create(args)
File "/usr/lib/python2.7/site-packages/pcluster/pcluster.py", line 76, in create
config = cfnconfig.ParallelClusterConfig(args)
File "/usr/lib/python2.7/site-packages/pcluster/cfnconfig.py", line 99, in __init__
self.__init_fsx_parameters()
File "/usr/lib/python2.7/site-packages/pcluster/cfnconfig.py", line 827, in __init_fsx_parameters
self.__validate_resource("fsx_fs_id", (value, self.__master_subnet))
File "/usr/lib/python2.7/site-packages/pcluster/cfnconfig.py", line 281, in __validate_resource
self.__resource_validator.validate(resource_type, resource_value)
File "/usr/lib/python2.7/site-packages/pcluster/config_sanity.py", line 517, in validate
self.__validate_fsx_parameters(resource_type, resource_value)
File "/usr/lib/python2.7/site-packages/pcluster/config_sanity.py", line 195, in __validate_fsx_parameters
self.__check_fsx_fs_id(ec2, fsx, resource_value)
File "/usr/lib/python2.7/site-packages/pcluster/config_sanity.py", line 173, in __check_fsx_fs_id
"inbound and outbound TCP traffic from 0.0.0.0/0 through port 988." % resource_value[0]
TypeError: __fail() takes exactly 2 arguments (1 given)
Environment:
Bug description and how to reproduce:
Creating a cluster with a pre-existing FSx file system fails with a traceback:
Additional context:
Config file is:
The FSx Lustre file system is in
us-east-1
where the cluster is created.The text was updated successfully, but these errors were encountered: