OpenChannelSSD / qemu-nvme

The LightNVM qemu implementation, based on NVMe
http://openchannelssd.readthedocs.org/en/latest/
Other
131 stars 67 forks source link

gluster: Handle changed glfs_ftruncate signature #69

Open cyyself opened 3 years ago

cyyself commented 3 years ago

New versions of Glusters libgfapi.so have an updated glfs_ftruncate() function that returns additional 'struct stat' structures to enable advanced caching of attributes. This is useful for file servers, not so much for QEMU. Nevertheless, the API has changed and needs to be adopted.

Signed-off-by: Prasanna Kumar Kalever prasanna.kalever@redhat.com Signed-off-by: Niels de Vos ndevos@redhat.com Signed-off-by: Kevin Wolf kwolf@redhat.com