Re: [PATCH v2 12/15] nbd/server: Support inactive nodes

2025-02-04 Thread Kevin Wolf
Am 03.02.2025 um 20:19 hat Stefan Hajnoczi geschrieben: > On Fri, Jan 31, 2025 at 10:50:48AM +0100, Kevin Wolf wrote: > > In order to support running an NBD export on inactive nodes, we must > > make sure to return errors for any operations that aren't allowed on > > inactive nodes. Reads are the o

Re: [PATCH v2 12/15] nbd/server: Support inactive nodes

2025-02-03 Thread Stefan Hajnoczi
On Fri, Jan 31, 2025 at 10:50:48AM +0100, Kevin Wolf wrote: > In order to support running an NBD export on inactive nodes, we must > make sure to return errors for any operations that aren't allowed on > inactive nodes. Reads are the only operation we know we need for > inactive images, so to err o

Re: [PATCH v2 12/15] nbd/server: Support inactive nodes

2025-02-03 Thread Eric Blake
On Fri, Jan 31, 2025 at 10:50:48AM +0100, Kevin Wolf wrote: > In order to support running an NBD export on inactive nodes, we must > make sure to return errors for any operations that aren't allowed on > inactive nodes. Reads are the only operation we know we need for > inactive images, so to err o

[PATCH v2 12/15] nbd/server: Support inactive nodes

2025-01-31 Thread Kevin Wolf
In order to support running an NBD export on inactive nodes, we must make sure to return errors for any operations that aren't allowed on inactive nodes. Reads are the only operation we know we need for inactive images, so to err on the side of caution, return errors for everything else, even if so