On Wed, Apr 03, 2019 at 12:13:53PM -0500, Adriana Kobylak wrote: > Adding Josef (updated email address in the maintainers file). > > On 2018-12-13 08:21, Adriana Kobylak wrote: > > On 2018-12-11 00:17, medadyoung@xxxxxxxxx wrote: > > > From: Medad <medadyoung@xxxxxxxxx> > > > > > > If we do NOT clear NBD_BOUND flag when NBD connection is closed, > > > then the original NBD device could not be used again. > > > > > > Signed-off-by: Medad <medadyoung@xxxxxxxxx> This doesn't sound right, this is just making sure we don't use the IOCTL configuration stuff with the netlink stuff. Once the disconnect happens the configuration should go away and it doesn't matter anymore. What are you doing to reproduce this problem? Thanks, Josef