Am 18.01.2018 um 23:45 hat Eric Blake geschrieben:
> On 01/18/2018 12:11 PM, Vladimir Sementsov-Ogievskiy wrote:
> > v2:
> > 01: tweak comment
> > add Eric's r-b
> > 02: new patch
> > 03: rewritten, to move form 'bool force' flag to 'enum mode' parameter
> > 04: add Eric's r-b
> > 05: improve c
On 01/18/2018 12:11 PM, Vladimir Sementsov-Ogievskiy wrote:
> v2:
> 01: tweak comment
> add Eric's r-b
> 02: new patch
> 03: rewritten, to move form 'bool force' flag to 'enum mode' parameter
> 04: add Eric's r-b
> 05: improve commit message
> tweak comment
> 06: rebase on 03 changes
>
v2:
01: tweak comment
add Eric's r-b
02: new patch
03: rewritten, to move form 'bool force' flag to 'enum mode' parameter
04: add Eric's r-b
05: improve commit message
tweak comment
06: rebase on 03 changes
make PEP8 happy
some other tweaks
I've left nbd_port variable hard-set t
On 12/22/2017 02:53 AM, Vladimir Sementsov-Ogievskiy wrote:
21.12.2017 21:32, Eric Blake wrote:
On 12/21/2017 09:28 AM, Markus Armbruster wrote:
Looks like you forgot to cc: Eric. Fixing...
Or that he did cc me, and the mailman bug ate the cc line because of
my list subscription settings. (
21.12.2017 21:32, Eric Blake wrote:
On 12/21/2017 09:28 AM, Markus Armbruster wrote:
Looks like you forgot to cc: Eric. Fixing...
Or that he did cc me, and the mailman bug ate the cc line because of
my list subscription settings. (Have I mentioned that I hate that
mailman 2 bug, but don't k
On 12/21/2017 09:28 AM, Markus Armbruster wrote:
Looks like you forgot to cc: Eric. Fixing...
Or that he did cc me, and the mailman bug ate the cc line because of my
list subscription settings. (Have I mentioned that I hate that mailman
2 bug, but don't know whether mailman 3 will make it a
Looks like you forgot to cc: Eric. Fixing...
Vladimir Sementsov-Ogievskiy writes:
> Here:
> 1. separate export name from device name
> 1.1 several exports per device possible
> 2. add nbd-server-remove
>
> v2:
> 01: add r-bs by Max and Eric, add comment to code (hope you don't mind)
Here:
1. separate export name from device name
1.1 several exports per device possible
2. add nbd-server-remove
v2:
01: add r-bs by Max and Eric, add comment to code (hope you don't mind)
03: address export by its name, not by device name
make it possible to force-remove export, wh