Deep Debroy
Deep Debroy
You can consume EBS volumes by just installing the cloudstor plugin in your AWS nodes setup with terraform. You can install the plugin using: ``` docker plugin install --alias cloudstor:aws...
The `AWS_STACK_ID` can be any string that you use to identify all nodes in a particular cluster. It does not have to be associated with something or be valid in...
The swarm cluster creation is currently done through utility containers configured to run on each container through the cloudformation. However it should be possible to replicate that logic with a...
@RehanSaeed did you use the template to use an existing VPC or deploy a fresh VPC? I would like to see the docker logs from the VMs where enablement is...
@RehanSaeed both docker-diagnose not working and the cloudstor issue could be a result of DNS not being properly configured in your existing VPC. Your pre-existing VPCs need to have `enableDNSSupport`...
@RehanSaeed thanks for manually posting the logs! I am now able to access them. Looking through the cloudstor bits, I see the following error when cloudstor tries to initialize and...
@RehanSaeed another thing to check if you have a restrictive Security Rule or Firewall running within your VPC that may be blocking various ports by default (including NFS/RPC ones required...
@RehanSaeed It's great that you managed to root-cause the EFS DNS issue! I was under the impression that with the DNS options enabled in the VPC, the name resolutions will...
@RehanSaeed You are correct about using the EFS IP for mounting as a workaround. However the mount IPs are different for each subnet (corresponding to each AZ) and there is...
@bennnjamin Thanks for documenting the steps. I would recommend updating the steps above to not use the same EFS for `EFS_ID_REGULAR` and `EFS_ID_MAXIO` as that may lead to duplicate enumeration...