Am 30.04.2020 um 16:19 hat Eric Blake geschrieben: > On 4/30/20 8:30 AM, Kevin Wolf wrote: > > m_data must be contain valid data even for zero clusters when no cluster > > was allocated in the image file. Without this, zero writes segfault with > > images that have zeroed_grain=on. > > zero_grained=on ?
No, zeroed_grain is the actual name of the option. I don't really know what a grain is in VMDK terminology, but about the only thing that felt healthy about the code I touched was that it has whole-grain buffers. :-) Kevin