We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5330a9 commit 5ab9b28Copy full SHA for 5ab9b28
gate/test_evacuate.sh
@@ -76,7 +76,6 @@ do
76
done
77
78
echo "Stopping libvirt on the localhost before evacuating to trigger failure"
79
-sudo systemctl stop libvirt-bin
80
sudo systemctl stop libvirtd
81
82
# Now force the evacuation to *this* host; we have to force to bypass the
@@ -111,7 +110,6 @@ evacuate_and_wait_for_error evacuate-test
111
110
evacuate_and_wait_for_error evacuate-bfv-test
112
113
echo "Now restart libvirt and perform a successful evacuation"
114
-sudo systemctl start libvirt-bin
115
sudo systemctl start libvirtd
116
sleep 10
117
0 commit comments