From e8a1387e6a1b2dcafd769551065f71738e4accbe Mon Sep 17 00:00:00 2001 From: usmannasir Date: Thu, 24 Oct 2024 20:10:05 +0400 Subject: [PATCH] add a fix provided by cloudlinux team --- CLManager/CageFS.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CLManager/CageFS.py b/CLManager/CageFS.py index f64e08626..83713bb45 100644 --- a/CLManager/CageFS.py +++ b/CLManager/CageFS.py @@ -107,6 +107,9 @@ class CageFS: command = 'yum reinstall -y cloudlinux-venv' ServerStatusUtil.executioner(command, statusFile) + command = 'systemctl restart lvemanager' + ServerStatusUtil.executioner(command, statusFile) + logging.CyberCPLogFileWriter.statusWriter(ServerStatusUtil.lswsInstallStatusPath, "Important components reinstalled..\n", 1)