Created
November 12, 2017 12:26
-
-
Save yamamoto-febc/94cb10cf3438a4f4ea31107a3ede7ed4 to your computer and use it in GitHub Desktop.
RancherOSで起動時にNFS(EFS)をマウント ref: http://qiita.com/yamamoto-febc/items/fb3006cf3cf5a18c4e11
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 | |
| 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