Skip to content
Snippets Groups Projects
Commit 0a4d1e07 authored by Peter Palfrader's avatar Peter Palfrader
Browse files

Allow migration downtime of up to 500ms rather than the default of 30ms.

parent a9b0b57c
No related branches found
No related tags found
No related merge requests found
...@@ -48,6 +48,7 @@ These could probably be merged into the cluster init, but just to document what ...@@ -48,6 +48,7 @@ These could probably be merged into the cluster init, but just to document what
gnt-cluster modify --nic-parameters mode=openvswitch,link=br0,vlan=4000 gnt-cluster modify --nic-parameters mode=openvswitch,link=br0,vlan=4000
gnt-cluster modify -D drbd:c-plan-ahead=0,disk-custom='--c-plan-ahead 0' gnt-cluster modify -D drbd:c-plan-ahead=0,disk-custom='--c-plan-ahead 0'
gnt-cluster modify -H kvm:migration_bandwidth=950 gnt-cluster modify -H kvm:migration_bandwidth=950
gnt-cluster modify -H kvm:migration_downtime=500
### Network configuration ### Network configuration
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment