freeipa/ipaplatform/fedora
François Cami c69875c8af ipa-client-automount: handle NFS configuration file changes
nfs-utils in Fedora 30 and later switched its configuration
file from /etc/sysconfig/nfs to /etc/nfs.conf, providing a
conversion service (nfs-convert.service) for upgrades.
However, for new installs the original configuration file
is missing. This change:
* adds a tuple-based osinfo.version_number method to handle
  more kinds of OS versioning schemes
* detects RHEL and Fedora versions with the the new nfs-utils
  behavior
* avoids backing up the new NFS configuration file as we do
  not have to modify it.

See: https://bugzilla.redhat.com/show_bug.cgi?id=1676981

Fixes: https://pagure.io/freeipa/issue/7868
Signed-off-by: François Cami <fcami@redhat.com>
Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
Reviewed-By: Christian Heimes <cheimes@redhat.com>
Reviewed-By: Rob Crittenden <rcritten@redhat.com>
2019-02-27 21:42:39 +01:00
..
__init__.py Start to deprecate Python 2 and 3.5 2018-06-19 14:37:53 +02:00
constants.py ipa-client-automount: handle NFS configuration file changes 2019-02-27 21:42:39 +01:00
paths.py ipa-client-automount: handle NFS configuration file changes 2019-02-27 21:42:39 +01:00
services.py ipa-client-automount: handle NFS configuration file changes 2019-02-27 21:42:39 +01:00
tasks.py Revert commit d705320ec1 2018-04-27 14:01:33 +02:00