Re: [PATCH v3 16/16] iotests: Add (NBD-based) tests for inactive nodes

2025-02-05 Thread Eric Blake
On Tue, Feb 04, 2025 at 10:14:07PM +0100, Kevin Wolf wrote: > This tests different types of operations on inactive block nodes > (including graph changes, block jobs and NBD exports) to make sure that > users manually activating and inactivating nodes doesn't break things. > > Support for inactive

[PATCH v3 16/16] iotests: Add (NBD-based) tests for inactive nodes

2025-02-04 Thread Kevin Wolf
This tests different types of operations on inactive block nodes (including graph changes, block jobs and NBD exports) to make sure that users manually activating and inactivating nodes doesn't break things. Support for inactive nodes in other export types will have to come with separate test case