Created
October 12, 2017 19:32
-
-
Save clintkitson/27aa8b766b879de0482fa292c9c616fc to your computer and use it in GitHub Desktop.
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
{ | |
"Args": { | |
"Description": "", | |
"Name": "", | |
"Settable": null, | |
"Value": null | |
}, | |
"Description": "REX-Ray for NFS", | |
"Documentation": "https://github.com/codedellemc/rexray/.docker/plugins/csi-nfs", | |
"Entrypoint": [ | |
"/rexray.sh", "rexray", "start", "-f", "--nopid" | |
], | |
"Env": [ | |
{ | |
"Description": "", | |
"Name": "REXRAY_FSTYPE", | |
"Settable": [ | |
"value" | |
], | |
"Value": "xfs" | |
}, | |
{ | |
"Description": "", | |
"Name": "REXRAY_FSTYPE", | |
"Settable": [ | |
"value" | |
], | |
"Value": "xfs" | |
}, | |
{ | |
"Description": "", | |
"Name": "REXRAY_LOGLEVEL", | |
"Settable": [ | |
"value" | |
], | |
"Value": "warn" | |
}, | |
{ | |
"Description": "", | |
"Name": "REXRAY_PREEMPT", | |
"Settable": [ | |
"value" | |
], | |
"Value": "false" | |
}, | |
{ | |
"Description": "", | |
"Name": "HTTP_PROXY", | |
"Settable": [ | |
"value" | |
], | |
"Value": "" | |
}, | |
{ | |
"Description": "", | |
"Name": "LIBSTORAGE_INTEGRATION_VOLUME_OPERATIONS_MOUNT_ROOTPATH", | |
"Settable": [ | |
"value" | |
], | |
"Value": "" | |
}, | |
{ | |
"Description": "", | |
"Name": "LINUX_VOLUME_ROOTPATH", | |
"Settable": [ | |
"value" | |
], | |
"Value": "" | |
}, | |
{ | |
"Description": "", | |
"Name": "CSI_ENDPOINT", | |
"Settable": [ | |
"value" | |
], | |
"Value": "" | |
}, | |
{ | |
"Description": "The name of the CSI plug-in used by the CSI module.", | |
"Name": "X_CSI_DRIVER", | |
"Settable": [ | |
"value" | |
], | |
"Value": "csi-nfs" | |
}, | |
{ | |
"Description": "A flag that disables the CSI to libStorage bridge.", | |
"Name": "X_CSI_NATIVE", | |
"Settable": [ | |
"value" | |
], | |
"Value": "true" | |
} | |
], | |
"Interface": { | |
"Socket": "rexray.sock", | |
"Types": [ | |
"docker.volumedriver/1.0" | |
] | |
}, | |
"Linux": { | |
"AllowAllDevices": true, | |
"Capabilities": ["CAP_SYS_ADMIN"], | |
"Devices": null | |
}, | |
"Mounts": [ | |
{ | |
"Source": "/dev", | |
"Destination": "/dev", | |
"Type": "bind", | |
"Options": ["rbind"] | |
} | |
], | |
"Network": { | |
"Type": "host" | |
}, | |
"PropagatedMount": "/var/lib/rexray/volumes", | |
"User": {}, | |
"WorkDir": "" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment