Re: [PATCH 2/9] block: Add option to create inactive nodes

2025-01-30 Thread Eric Blake
On Wed, Jan 22, 2025 at 12:50:39PM +0100, Kevin Wolf wrote: > In QEMU, nodes are automatically created inactive while expecting an > incoming migration (i.e. RUN_STATE_INMIGRATE). In qemu-storage-daemon, > the notion of runstates doesn't exist. It also wouldn't necessarily make > sense to introduce

[PATCH 2/9] block: Add option to create inactive nodes

2025-01-22 Thread Kevin Wolf
In QEMU, nodes are automatically created inactive while expecting an incoming migration (i.e. RUN_STATE_INMIGRATE). In qemu-storage-daemon, the notion of runstates doesn't exist. It also wouldn't necessarily make sense to introduce it because a single daemon can serve multiple VMs that can be in di