Re: [PATCH v3 13/16] nbd/server: Support inactive nodes

2025-02-05 Thread Eric Blake
On Tue, Feb 04, 2025 at 10:14:04PM +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 v3 13/16] nbd/server: Support inactive nodes

2025-02-04 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