Am 07.04.2022 um 10:39 hat Denis V. Lunev geschrieben: > Simple grep for the .bdrv_co_check callback presence gives the following > list of block drivers > * QED > * VDI > * VHDX > * VMDK > * Parallels > which have this callback. The presense of the callback means that > consistency check is supported. > > The patch updates documentation accordingly. > > Signed-off-by: Denis V. Lunev <d...@openvz.org> > CC: Kevin Wolf <kw...@redhat.com> > CC: Hanna Reitz <hre...@redhat.com>
Thanks, applied to the block branch. Kevin