2
0
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:
Gᴏɴɢ Jie
2019-03-20 16:21:54 +08:00
committed by yangsong
parent 958ea56e70
commit 1ef014a25b
5 changed files with 5 additions and 1 deletions

View File

@@ -12,6 +12,7 @@ ethtool
file
gzip
hostname
initscripts
iputils
irqbalance
kernel

View File

@@ -12,6 +12,7 @@ ethtool
file
gzip
hostname
initscripts
iputils
irqbalance
kernel

View File

@@ -12,6 +12,7 @@ ethtool
file
gzip
hostname
initscripts
iputils
irqbalance
kernel

View File

@@ -12,6 +12,7 @@ ethtool
file
gzip
hostname
initscripts
iputils
irqbalance
kernel

View File

@@ -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"`;
}
}
}