Hello, I want to dynamically reconfigure a block device, as described on page 28 of https://www.linux-kvm.org/images/d/d5/02x07a-Blockdev.pdf. More specifically, I want to take a live snapshot and add an I/O throttling filter.
I found that the QMP feature x-blockdev-change can reconfigure the device, but it seems to support only the Quorum driver. Is there any other way to achieve this? Sincerely,