"Dr. David Alan Gilbert" <dgilb...@redhat.com> wrote: > * Juan Quintela (quint...@redhat.com) wrote: >> After the previous commits, we make sure that the value passed is >> right, or we just drop an error. So now we return if there is one >> error or we have setup correctly the value passed. >> >> Signed-off-by: Juan Quintela <quint...@redhat.com>
> OK, this shares the same oddity as the original which is > XBZRLE.cache = NULL is not an error. > > but, since that is the same as the original; Hi It is a normal case. You can change the cache size in the middle of migration or outside migration. If we are not in the middle of migration, cache is NULL. Later, Juan.