Re: [PATCH v2 11/15] block/export: Add option to allow export of inactive nodes

2025-02-04 Thread Kevin Wolf
Am 31.01.2025 um 14:41 hat Fabiano Rosas geschrieben: > Kevin Wolf writes: > > > Add an option in BlockExportOptions to allow creating an export on an > > inactive node without activating the node. This mode needs to be > > explicitly supported by the export type (so that it doesn't perform any >

Re: [PATCH v2 11/15] block/export: Add option to allow export of inactive nodes

2025-02-03 Thread Stefan Hajnoczi
On Fri, Jan 31, 2025 at 10:50:47AM +0100, Kevin Wolf wrote: > Add an option in BlockExportOptions to allow creating an export on an > inactive node without activating the node. This mode needs to be > explicitly supported by the export type (so that it doesn't perform any > operations that are forb

Re: [PATCH v2 11/15] block/export: Add option to allow export of inactive nodes

2025-02-03 Thread Eric Blake
On Fri, Jan 31, 2025 at 10:50:47AM +0100, Kevin Wolf wrote: > Add an option in BlockExportOptions to allow creating an export on an > inactive node without activating the node. This mode needs to be > explicitly supported by the export type (so that it doesn't perform any > operations that are forb

Re: [PATCH v2 11/15] block/export: Add option to allow export of inactive nodes

2025-01-31 Thread Fabiano Rosas
Kevin Wolf writes: > Add an option in BlockExportOptions to allow creating an export on an > inactive node without activating the node. This mode needs to be > explicitly supported by the export type (so that it doesn't perform any > operations that are forbidden for inactive nodes), so this patc