type = "csi" id = "jenkins-master" name = "jenkins-master" plugin_id = "nfs" capability { access_mode = "single-node-writer" attachment_mode = "file-system" } context { server = "ebin02.wks" share = "/data/raid1-ssd/app-data/jenkins-master" mountPermissions = "0" } mount_options { fs_type = "nfs" mount_flags = [ "timeo=30", "vers=3", "_netdev" , "nolock" ] }