Add live migrate max downtime selector meta field
Adds a new flag to VM metadata to allow setting the VM live migration max downtime. This will enable very busy VMs that hang live migration to have this value changed.
This commit is contained in:
@ -19,7 +19,8 @@ case "$( cat /etc/debian_version )" in
|
||||
;;
|
||||
*)
|
||||
# Debian 12+
|
||||
flask --app ./pvcapid-manage_flask.py db upgrade
|
||||
export FLASK_APP=./pvcapid-manage_flask.py
|
||||
flask db upgrade
|
||||
;;
|
||||
esac
|
||||
|
||||
|
Reference in New Issue
Block a user