Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove FSx mount on access after reboot
The options were added to avoid long cluster creation. However, during cluster creation, the FSx is mounted anyway by the cookbook because of `action %i[mount enable]`. So the mount on access only takes effect after instance reboot for CentOS and Amazon Linux. Removing these options make behavior more consistent between cluster creation and instance reboot, and across OSes. Signed-off-by: Hanwen <[email protected]>
- Loading branch information