Why are manually created NFS exports deleted when package 'nfs-utils' is updated?
Issue
- Why NFS exports that have been added manually by
exportfsand that are not present in/etc/exportsare deleted when updatingnfs-utilspackage in the NFS server?
# exportfs -o rw,async,no_root_squash *:/usr/sap/transSID
# exportfs
/usr/sap/transSID
<world>
# yum update -y nfs-utils > /dev/null
# exportfs
#
Environment
- Red Hat Enterprise Linux 6 with
nfs-utilspackage version1.2.3-54.el6or earlier. - Red Hat Enterprise Linux 7 with
nfs-utilspackage version1.3.0-0.21.el7or earlier. - NFS exports added manually by running
exportfscommand (not present in/etc/exports).
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.