21 lines
401 B
HCL
21 lines
401 B
HCL
type = "csi"
|
|
id = "postgresql"
|
|
name = "postgresql"
|
|
plugin_id = "nfs"
|
|
external_id = "psotgresql"
|
|
|
|
capability {
|
|
access_mode = "single-node-writer"
|
|
attachment_mode = "file-system"
|
|
}
|
|
|
|
context {
|
|
server = "ebin01.wks"
|
|
share = "/data/raid1-ssd/app-data/postgres-data"
|
|
mountPermissions = "0"
|
|
}
|
|
|
|
mount_options {
|
|
fs_type = "nfs"
|
|
mount_flags = [ "timeo=30", "vers=3", "_netdev" , "nolock" ]
|
|
} |