Wei Yang <richardw.y...@linux.intel.com> wrote: > In current logic, if compress_threads_save_setup() returns -1 the whole > migration would fail, while we could handle it gracefully by disable > compress. > > Signed-off-by: Wei Yang <richardw.y...@linux.intel.com>
Fully agree with Dave here. If user asks for compression, and compression fails, we fail migration. If user wants to continue without compression, it just have to disable compression. Thanks, Juan.