Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/6.0/stage' into 6.0/release
Browse files Browse the repository at this point in the history
  • Loading branch information
shishaktdlpx committed Mar 31, 2023
2 parents 6d8e897 + 14910ad commit 47f1d0c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion upgrade/upgrade-scripts/upgrade-container
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,10 @@ function run() {
# the upgrade. Thus, to try and avoid the failure to begin with,
# we restart this service, which serves to run "daemon-reexec".
#
systemctl restart systemd-reexec.service
# This will fail on versions of Delphix that don't yet have
# this service, so we hide any failure to account for that.
#
systemctl restart systemd-reexec.service 2>/dev/null

systemd-run \
--machine="$CONTAINER" \
Expand Down

0 comments on commit 47f1d0c

Please sign in to comment.