mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-08-21 02:30:21 +00:00
Fix RHEL 8 diskless service node (#6134)
* Add package initscripts to diskless compute node package list * Add package initscripts to diskless service node package list * Patch script servicenode, handle multiple-line error message properly.
This commit is contained in:
@@ -12,6 +12,7 @@ ethtool
|
||||
file
|
||||
gzip
|
||||
hostname
|
||||
initscripts
|
||||
iputils
|
||||
irqbalance
|
||||
kernel
|
||||
|
@@ -12,6 +12,7 @@ ethtool
|
||||
file
|
||||
gzip
|
||||
hostname
|
||||
initscripts
|
||||
iputils
|
||||
irqbalance
|
||||
kernel
|
||||
|
@@ -12,6 +12,7 @@ ethtool
|
||||
file
|
||||
gzip
|
||||
hostname
|
||||
initscripts
|
||||
iputils
|
||||
irqbalance
|
||||
kernel
|
||||
|
@@ -12,6 +12,7 @@ ethtool
|
||||
file
|
||||
gzip
|
||||
hostname
|
||||
initscripts
|
||||
iputils
|
||||
irqbalance
|
||||
kernel
|
||||
|
@@ -150,7 +150,7 @@ else
|
||||
$rc = &runcmd("$::XCATROOT/bin/lsxcatd -v 2>/dev/null || service xcatd restart");
|
||||
if ($rc != 0) {
|
||||
$msg = " servicenode: Could not start xcat.\n\n $::outref \n";
|
||||
`logger -t $log_label -p local4.warning $msg`;
|
||||
`logger -t $log_label -p local4.warning "$msg"`;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user