I inserted a throttle filter between the qcow2 and file nodes, and it works well! Thanks a lot.
Finally, is it possible to set the throttle filter as the top node like "throttle filter -> qcow2 -> file node"? If so, I assume, not sure, the frontend block device would need to be dynamically reconfigured to point to the new throttle filter node. Sincerely, 2025년 3월 31일 (월) 오후 7:39, Alberto Garcia <be...@igalia.com>님이 작성: > > On Fri, Mar 28, 2025 at 11:29:30AM +0900, Henry lol wrote: > > Could I get more examples to apply them to an already attached disk? > > It doesn't seem to work and may require more steps for the attached disk. > > Hi, > > if you want to add a filter to an attached disk then I think that this > is the example you are looking for: > > https://gitlab.com/qemu-project/qemu/-/blob/v9.2.3/tests/qemu-iotests/245#L568 > > Berto >