Skip to content

Commit

Permalink
Include a pre-checker to ensure the correct order in /etc/fstab
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikhail Sandakov committed Nov 26, 2024
1 parent 4de3d85 commit 7c9141c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions cloudlinux7to8/upgrader.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ def get_check_actions(
custom_actions.CheckSourcePointsToArchiveURL(),
common_actions.AssertNoMoreThenOneKernelDevelInstalled(),
common_actions.AssertEnoughRamForAmavis(CLOUDLINUX8_AMAVIS_REQUIRED_RAM, self.amavis_upgrade_allowed),
common_actions.AssertFstabOrderingIsFine(),
]

if not self.upgrade_postgres_allowed:
Expand Down

0 comments on commit 7c9141c

Please sign in to comment.