ensean opened a new issue, #38183: URL: https://github.com/apache/doris/issues/38183
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Version * Document version: 2.1 * CFN link: https://sdb-cloud-third-party.s3.amazonaws.com/doris-cf/cloudformation_doris.template.yaml ### What's Wrong? The CloudFormation rolls back due to deployment failures of BE ends. ### What You Expected? Doris cluster should be deployed successfully on AWS with this CloudFormation. ### How to Reproduce? * Region: us-west-2 * Create stack with the CFN from the link: https://sdb-cloud-third-party.s3.amazonaws.com/doris-cf/cloudformation_doris.template.yaml * Instance types: m7i.4xlarge * EBS size: 1200G ### Anything Else? I think this may be caused by the user-data script to start the BE nodes, especially for the following code: ``` sudo mkfs.xfs /dev/xvdt sudo mount /dev/xvdt /home/Doris cd /home/Doris ``` Since EBS device name on Nitro instance(generation 5+) will be /dev/nvmexx like... ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org