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

2025-02-04 Thread Kevin Wolf
Am 03.02.2025 um 20:49 hat Eric Blake geschrieben: > On Fri, Jan 31, 2025 at 10:50:51AM +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 inactiv

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

2025-02-03 Thread Eric Blake
On Fri, Jan 31, 2025 at 10:50:51AM +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 v2 15/15] iotests: Add (NBD-based) tests for inactive nodes

2025-01-31 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