Re: [PATCH v3 0/4] nbd: reduce max_block restrictions

2020-06-10 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200610182305.3462-1-vsement...@virtuozzo.com/ Hi, This series failed the docker-quick@centos7 build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGI

[PATCH v3 0/4] nbd: reduce max_block restrictions

2020-06-10 Thread Vladimir Sementsov-Ogievskiy
Recent changes in NBD protocol allowed to use some commands without max_block restriction. Let's drop the restrictions. NBD change is here: https://github.com/NetworkBlockDevice/nbd/commit/9f30fedb8699f151e7ef4ccc07e624330be3316b#diff-762fb7c670348da69cc9050ef58fe3ae v3: first two patches from v2