Add specific hard and soft mount opts to nfs

Signed-off-by: main <magic_rb@redalder.org>
This commit is contained in:
main 2022-02-26 18:36:19 +01:00
parent a70e37c9c3
commit ab799f9490
No known key found for this signature in database
GPG key ID: 08D5287CC5DDCA0E
12 changed files with 12 additions and 12 deletions

View file

@ -15,5 +15,5 @@ context {
mount_options { mount_options {
fs_type = "nfs" fs_type = "nfs"
mount_flags = [ "nolock" ] mount_flags = [ "nolock", "hard" ]
} }

View file

@ -15,5 +15,5 @@ context {
mount_options { mount_options {
fs_type = "nfs" fs_type = "nfs"
mount_flags = [ "nolock" ] mount_flags = [ "nolock", "hard" ]
} }

View file

@ -15,5 +15,5 @@ context {
mount_options { mount_options {
fs_type = "nfs" fs_type = "nfs"
mount_flags = [ "nolock" ] mount_flags = [ "nolock", "hard" ]
} }

View file

@ -15,5 +15,5 @@ context {
mount_options { mount_options {
fs_type = "nfs" fs_type = "nfs"
mount_flags = [ "nolock" ] mount_flags = [ "nolock", "hard" ]
} }

View file

@ -15,5 +15,5 @@ context {
mount_options { mount_options {
fs_type = "nfs" fs_type = "nfs"
mount_flags = [ "nolock" ] mount_flags = [ "nolock", "hard" ]
} }

View file

@ -15,5 +15,5 @@ context {
mount_options { mount_options {
fs_type = "nfs" fs_type = "nfs"
mount_flags = [ "nolock" ] mount_flags = [ "nolock", "hard" ]
} }

View file

@ -15,5 +15,5 @@ context {
mount_options { mount_options {
fs_type = "nfs" fs_type = "nfs"
mount_flags = [ "nolock" ] mount_flags = [ "nolock", "hard" ]
} }

View file

@ -15,5 +15,5 @@ context {
mount_options { mount_options {
fs_type = "nfs" fs_type = "nfs"
mount_flags = [ "nolock" ] mount_flags = [ "nolock", "hard" ]
} }

View file

@ -15,5 +15,5 @@ context {
mount_options { mount_options {
fs_type = "nfs" fs_type = "nfs"
mount_flags = [ "nolock" ] mount_flags = [ "nolock", "soft" ]
} }

View file

@ -15,5 +15,5 @@ context {
mount_options { mount_options {
fs_type = "nfs" fs_type = "nfs"
mount_flags = [ "nolock" ] mount_flags = [ "nolock", "hard" ]
} }

View file

@ -15,5 +15,5 @@ context {
mount_options { mount_options {
fs_type = "nfs" fs_type = "nfs"
mount_flags = [ "nolock" ] mount_flags = [ "nolock", "hard" ]
} }

View file

@ -15,5 +15,5 @@ context {
mount_options { mount_options {
fs_type = "nfs" fs_type = "nfs"
mount_flags = [ "nolock" ] mount_flags = [ "nolock", "hard" ]
} }