Skip to content

Commit

Permalink
Merge pull request #390 from plesk/check-fstab
Browse files Browse the repository at this point in the history
Include a pre-checker to ensure the correct order in /etc/fstab
  • Loading branch information
SandakovMM authored Nov 26, 2024
2 parents 2fe7284 + 097c001 commit 72dda6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions centos2almaconverter/upgrader.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ def get_check_actions(self, options: typing.Any, phase: Phase) -> typing.List[ac
common_actions.AssertNoMoreThenOneKernelDevelInstalled(),
common_actions.AssertEnoughRamForAmavis(ALMALINUX8_AMAVIS_REQUIRED_RAM, self.amavis_upgrade_allowed),
common_actions.AssertSshPermitRootLoginConfigured(),
common_actions.AssertFstabOrderingIsFine(),
# LiteSpeed is not supported yet
common_actions.AssertPleskExtensions(not_installed=["litespeed"])
]
Expand Down

0 comments on commit 72dda6e

Please sign in to comment.