Orit Wasserman <owass...@redhat.com> wrote: > The management can enable/disable a capability for the next migration by using > migrate_set_parameter command. > The management can query the current migration capabilities using > query-migrate-parameters > > Signed-off-by: Orit Wasserman <owass...@redhat.com> > Signed-off-by: Juan Quintela <quint...@redhat.com>
I just noticed .... shouldn't we use migrate_set_parameter cache_size 256M ??? I think that even the old migration parameters could be added to this one? migrate_set_parameter downtime 30ms migrate_set_parameter bandwidth 1G This way everything would be more regular, and easier on libvirt, as new parameters would be trivial to ask for? Notice that I can understand that we have to maintain the old commands for compability, but we can do "regularly" for new ones? Later, Juan.