You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo"Failure... \tYour QEMU version $hvVersion or libvirt version $libvVersion is unsupported. Consider upgrading to the required minimum version of QEMU: 4.2.0 and Libvirt: 7.2.0"
71
+
exit 1
72
+
fi
73
+
}
74
+
35
75
### Operation methods ###
36
76
37
77
backup_running_vm() {
@@ -163,6 +203,9 @@ while [[ $# -gt 0 ]]; do
163
203
esac
164
204
done
165
205
206
+
# Perform Initial sanity checks
207
+
sanity_checks
208
+
166
209
if [ "$OP"="backup" ];then
167
210
STATE=$(virsh -c qemu:///system list | grep $VM| awk '{print $3}')
0 commit comments