Skip to content

Commit

Permalink
Merge pull request #5578 from liulinC/private/linl/xs9
Browse files Browse the repository at this point in the history
CA-391859: Failed to stop varstord-guard
  • Loading branch information
liulinC authored Apr 23, 2024
2 parents ce0d57d + e699b39 commit bbefd9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/xe-toolstack-restart
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ echo "Executing $FILENAME"

POOLCONF=`cat @ETCXENDIR@/pool.conf`
if [ $POOLCONF == "master" ]; then MPATHALERT="mpathalert"; else MPATHALERT=""; fi
SERVICES="perfmon v6d xenopsd xenopsd-xc xenopsd-xenlight
SERVICES="message-switch perfmon v6d xenopsd xenopsd-xc xenopsd-xenlight
xenopsd-simulator xenopsd-libvirt xcp-rrdd-iostat xcp-rrdd-squeezed
xcp-rrdd-xenpm xcp-rrdd-gpumon xcp-rrdd xcp-networkd squeezed forkexecd
$MPATHALERT xapi-storage-script xapi-clusterd varstored-guard message-switch"
$MPATHALERT xapi-storage-script xapi-clusterd varstored-guard"

tmp_file=$(mktemp --suffix="xe-toolstack-restart")
systemctl stop stunnel@xapi > $tmp_file 2>&1
Expand Down

0 comments on commit bbefd9a

Please sign in to comment.