2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2026-05-18 12:17:16 +00:00

Do not check conserver version without conserver

This commit is contained in:
Jarrod Johnson
2017-10-12 13:34:59 -04:00
parent bcebb15551
commit 5148747ff6
+1
View File
@@ -2356,6 +2356,7 @@ sub startnamedonboot
#-----------------------------------------------------------------------------
sub upgrade_conserver
{
unless (-x "/usr/sbin/conserver") { return; }
my $version = xCAT::Utils::get_conserver_version();
if (!$version) {
return;