Blame SOURCES/0009-New-storage-format-added-in-oVirt-4.1.patch

102000
From 145880f32823672e7c4fd5814ae6f2c5a0010756 Mon Sep 17 00:00:00 2001
102000
From: "Eduardo Lima (Etrunko)" <etrunko@redhat.com>
102000
Date: Tue, 21 Feb 2017 11:20:38 -0300
102000
Subject: [PATCH 3/3] New storage format added in oVirt 4.1
102000
102000
Signed-off-by: Eduardo Lima (Etrunko) <etrunko@redhat.com>
102000
---
102000
 govirt/ovirt-storage-domain.h | 1 +
102000
 1 file changed, 1 insertion(+)
102000
102000
diff --git a/govirt/ovirt-storage-domain.h b/govirt/ovirt-storage-domain.h
102000
index 15c3340..79f1741 100644
102000
--- a/govirt/ovirt-storage-domain.h
102000
+++ b/govirt/ovirt-storage-domain.h
102000
@@ -41,6 +41,7 @@ typedef enum {
102000
     OVIRT_STORAGE_DOMAIN_FORMAT_VERSION_V1,
102000
     OVIRT_STORAGE_DOMAIN_FORMAT_VERSION_V2,
102000
     OVIRT_STORAGE_DOMAIN_FORMAT_VERSION_V3,
102000
+    OVIRT_STORAGE_DOMAIN_FORMAT_VERSION_V4,
102000
 } OvirtStorageDomainFormatVersion;
102000
 
102000
 typedef enum {
102000
-- 
102000
2.9.3
102000