mirror of
https://git.sr.ht/~magic_rb/cluster
synced 2024-11-22 00:04:20 +01:00
Add specific hard
and soft
mount opts to nfs
Signed-off-by: main <magic_rb@redalder.org>
This commit is contained in:
parent
a70e37c9c3
commit
ab799f9490
|
@ -15,5 +15,5 @@ context {
|
|||
|
||||
mount_options {
|
||||
fs_type = "nfs"
|
||||
mount_flags = [ "nolock" ]
|
||||
mount_flags = [ "nolock", "hard" ]
|
||||
}
|
||||
|
|
|
@ -15,5 +15,5 @@ context {
|
|||
|
||||
mount_options {
|
||||
fs_type = "nfs"
|
||||
mount_flags = [ "nolock" ]
|
||||
mount_flags = [ "nolock", "hard" ]
|
||||
}
|
||||
|
|
|
@ -15,5 +15,5 @@ context {
|
|||
|
||||
mount_options {
|
||||
fs_type = "nfs"
|
||||
mount_flags = [ "nolock" ]
|
||||
mount_flags = [ "nolock", "hard" ]
|
||||
}
|
||||
|
|
|
@ -15,5 +15,5 @@ context {
|
|||
|
||||
mount_options {
|
||||
fs_type = "nfs"
|
||||
mount_flags = [ "nolock" ]
|
||||
mount_flags = [ "nolock", "hard" ]
|
||||
}
|
||||
|
|
|
@ -15,5 +15,5 @@ context {
|
|||
|
||||
mount_options {
|
||||
fs_type = "nfs"
|
||||
mount_flags = [ "nolock" ]
|
||||
mount_flags = [ "nolock", "hard" ]
|
||||
}
|
||||
|
|
|
@ -15,5 +15,5 @@ context {
|
|||
|
||||
mount_options {
|
||||
fs_type = "nfs"
|
||||
mount_flags = [ "nolock" ]
|
||||
mount_flags = [ "nolock", "hard" ]
|
||||
}
|
||||
|
|
|
@ -15,5 +15,5 @@ context {
|
|||
|
||||
mount_options {
|
||||
fs_type = "nfs"
|
||||
mount_flags = [ "nolock" ]
|
||||
mount_flags = [ "nolock", "hard" ]
|
||||
}
|
||||
|
|
|
@ -15,5 +15,5 @@ context {
|
|||
|
||||
mount_options {
|
||||
fs_type = "nfs"
|
||||
mount_flags = [ "nolock" ]
|
||||
mount_flags = [ "nolock", "hard" ]
|
||||
}
|
||||
|
|
|
@ -15,5 +15,5 @@ context {
|
|||
|
||||
mount_options {
|
||||
fs_type = "nfs"
|
||||
mount_flags = [ "nolock" ]
|
||||
mount_flags = [ "nolock", "soft" ]
|
||||
}
|
||||
|
|
|
@ -15,5 +15,5 @@ context {
|
|||
|
||||
mount_options {
|
||||
fs_type = "nfs"
|
||||
mount_flags = [ "nolock" ]
|
||||
mount_flags = [ "nolock", "hard" ]
|
||||
}
|
||||
|
|
|
@ -15,5 +15,5 @@ context {
|
|||
|
||||
mount_options {
|
||||
fs_type = "nfs"
|
||||
mount_flags = [ "nolock" ]
|
||||
mount_flags = [ "nolock", "hard" ]
|
||||
}
|
||||
|
|
|
@ -15,5 +15,5 @@ context {
|
|||
|
||||
mount_options {
|
||||
fs_type = "nfs"
|
||||
mount_flags = [ "nolock" ]
|
||||
mount_flags = [ "nolock", "hard" ]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue