diff --git a/CLManager/CageFS.py b/CLManager/CageFS.py index 9127e4bc5..e42de14a8 100644 --- a/CLManager/CageFS.py +++ b/CLManager/CageFS.py @@ -93,10 +93,10 @@ class CageFS: logging.CyberCPLogFileWriter.statusWriter(ServerStatusUtil.lswsInstallStatusPath, "Reinstalling important components ..\n", 1) - command = 'yum install -y lvemanager' + command = 'yum install -y lvemanager alt-python37-devel' ServerStatusUtil.executioner(command, statusFile) - command = 'yum reinstall -y lvemanager lve-utils cagefs alt-python27-cllib' + command = 'yum reinstall -y lvemanager lve-utils cagefs' ServerStatusUtil.executioner(command, statusFile) logging.CyberCPLogFileWriter.statusWriter(ServerStatusUtil.lswsInstallStatusPath,