Skip to content

Instantly share code, notes, and snippets.

@yamamoto-febc
Created November 12, 2017 12:26
Show Gist options
  • Save yamamoto-febc/94cb10cf3438a4f4ea31107a3ede7ed4 to your computer and use it in GitHub Desktop.
Save yamamoto-febc/94cb10cf3438a4f4ea31107a3ede7ed4 to your computer and use it in GitHub Desktop.
RancherOSで起動時にNFS(EFS)をマウント ref: http://qiita.com/yamamoto-febc/items/fb3006cf3cf5a18c4e11
#cloud-init
mounts:
- ["192.2.0.1:/export", "/mnt/efs", "nfs4", "nfsvers=4.1,rsize=1048576,wsize=1048576,hard,timeo=600,retrans=2"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment