Juan Quintela <quint...@redhat.com> wrote: > 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
/me nacks myself. It appears that I am the only one that thinks that command explosion is bad O;-) (and yes, it is a different compromise.) > > 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.