Skip to content

Instantly share code, notes, and snippets.

@yamamoto-febc
Last active November 11, 2017 08:53
Show Gist options
  • Save yamamoto-febc/cd01da01526eb7d7235426a3befcc3ed to your computer and use it in GitHub Desktop.
Save yamamoto-febc/cd01da01526eb7d7235426a3befcc3ed to your computer and use it in GitHub Desktop.
[作成中]RancherOSで起動時にNFS(EFS)をマウント ref: http://qiita.com/yamamoto-febc/items/e4181902245ba30aed0d
#cloud-init
rancher:
mounts:
- ["${efs_server}:/", "/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