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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user