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.
2 parents e3acb21 + 6c62830 commit b5330a9Copy full SHA for b5330a9
gate/test_evacuate.sh
@@ -77,6 +77,7 @@ 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
83
# scheduler since we killed libvirtd which will trigger the libvirt compute
@@ -111,6 +112,7 @@ evacuate_and_wait_for_error evacuate-bfv-test
111
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
118
# Wait for the compute service to be enabled.
0 commit comments