File: //etc/leapp/repos.d/system_upgrade/el7toel8/actors/checkfstabxfsoptions/actor.pyc
�
��ic @ sp d d l m Z d d l m Z d d l m Z d d l m Z d d l m Z m
Z
d e f d � � YZ d S( i����( t Actor( t checkfstabxfsoptions( t StorageInfo( t Report( t ChecksPhaseTagt IPUWorkflowTagt CheckFstabXFSOptionsc B s; e Z d Z d Z e f Z e f Z e e f Z
d � Z RS( s�
Check the FSTAB file for the deprecated / removed XFS mount options.
Some mount options for XFS have been deprecated on RHEL 7 and already
removed on RHEL 8. If any such an option is present in the FSTAB,
it's impossible to boot the RHEL 8 system without the manual update of the
file.
Check whether any of these options are present in the FSTAB file
and inhibit the upgrade in such a case.
R c C s t j � d S( N( R t process( t self( ( se /usr/share/leapp-repository/repositories/system_upgrade/el7toel8/actors/checkfstabxfsoptions/actor.pyR s ( t __name__t
__module__t __doc__t nameR t consumesR t producesR R t tagsR ( ( ( se /usr/share/leapp-repository/repositories/system_upgrade/el7toel8/actors/checkfstabxfsoptions/actor.pyR s N( t leapp.actorsR t leapp.libraries.actorR t leapp.modelsR t leapp.reportingR t
leapp.tagsR R R ( ( ( se /usr/share/leapp-repository/repositories/system_upgrade/el7toel8/actors/checkfstabxfsoptions/actor.pyt <module> s