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 of over 48,000 articles and solutions.
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
