[libvirt] [PATCH] Detect VMDK version 3 files

8 May
2017
8 May
'17
5:06 a.m.
The metadata libvirt cares about is identical for version 3 as for previous versions, so we merely need list the new version number. Signed-off-by: Daniel P. Berrange <berrange@redhat.com> --- src/util/virstoragefile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/virstoragefile.c b/src/util/virstoragefile.c index 94a77ce..3109b40 100644 --- a/src/util/virstoragefile.c +++ b/src/util/virstoragefile.c @@ -374,7 +374,7 @@ static struct FileTypeInfo const fileTypeInfo[] = { }, [VIR_STORAGE_FILE_VMDK] = { 0, "KDMV", NULL, - LV_LITTLE_ENDIAN, 4, 4, {1, 2}, + LV_LITTLE_ENDIAN, 4, 4, {1, 2, 3}, 4+4+4, 8, 512, NULL, vmdk4GetBackingStore, NULL }, }; -- 2.9.3
3050
Age (days ago)
3050
Last active (days ago)
0 comments
1 participants
participants (1)
-
Daniel P. Berrange