Skip to content

Commit

Permalink
Move "multipathconfread" into common repository
Browse files Browse the repository at this point in the history
"multipathconfread" actor is compatible with RHEL 8 so let's move
it into common repository. For the moment it will not be of any use but
will help us to fix issue with enabling multipath as we refactored some
parts of related functionality there.
  • Loading branch information
Rezney authored and pirat89 committed Feb 21, 2022
1 parent d76c2ea commit 1c171ec
Show file tree
Hide file tree
Showing 18 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@

from leapp.libraries.common import multipathutil
from leapp.libraries.common.rpms import has_package
from leapp.libraries.stdlib import api
from leapp.models import (
CopyFile,
InstalledRedHatSignedRPM,
MultipathConfFacts,
MultipathConfig,
MultipathConfigOption,
TargetUserSpaceUpgradeTasks,
TargetUserSpaceUpgradeTasks
)
from leapp.libraries.stdlib import api


def _change_existing_option(curr_options, opt_name, opt_value):
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from leapp.models import Model, fields
from leapp.models import fields, Model
from leapp.topics import SystemInfoTopic


Expand Down

0 comments on commit 1c171ec

Please sign in to comment.