Skip to content

Commit

Permalink
Merge pull request #48 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 4de3d85 + 7c9141c commit d5e3590
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 d5e3590

Please sign in to comment.