Last active
November 11, 2017 08:53
-
-
Save yamamoto-febc/cd01da01526eb7d7235426a3befcc3ed to your computer and use it in GitHub Desktop.
[作成中]RancherOSで起動時にNFS(EFS)をマウント ref: http://qiita.com/yamamoto-febc/items/e4181902245ba30aed0d
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #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