mkdumprd: drop mountaddr/mountproto nfs mount options
upstream: fedora resolves: bz1982535 conflict: none commit727251e52e
Author: Tao Liu <ltao at redhat.com> Date: Tue Oct 26 22:03:28 2021 +0800 mkdumprd: drop mountaddr/mountproto nfs mount options nfs service will append extra mount options to kernel mount options. Such as mountaddr/mountproto options. These options only represent current mounting details of the 1st kernel, but may not appropriate for the 2nd kernel for the same reason as commitd4f04afa47
("mkdumprd: drop some nfs mount options when reading from kernel"). This patch will remove these options. Signed-off-by: Tao Liu <ltao@redhat.com> Acked-by: Coiby Xu <coxu@redhat.com> Signed-off-by: Tao Liu <ltao@redhat.com>
This commit is contained in:
parent
5f12822d8f
commit
0ebd803f45
4
mkdumprd
4
mkdumprd
@ -70,8 +70,8 @@ to_mount()
|
||||
|
||||
if [[ $_fstype == "nfs"* ]]; then
|
||||
_pdev=$_target
|
||||
_sed_cmd+='s/,addr=[^,]*//;'
|
||||
_sed_cmd+='s/,proto=[^,]*//;'
|
||||
_sed_cmd+='s/,\(mount\)\?addr=[^,]*//g;'
|
||||
_sed_cmd+='s/,\(mount\)\?proto=[^,]*//g;'
|
||||
_sed_cmd+='s/,clientaddr=[^,]*//;'
|
||||
else
|
||||
# for non-nfs _target converting to use udev persistent name
|
||||
|
Loading…
Reference in New Issue
Block a user