You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
793 B
22 lines
793 B
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 |
|
From: "Eduardo Lima (Etrunko)" <etrunko@redhat.com> |
|
Date: Tue, 21 Feb 2017 11:20:38 -0300 |
|
Subject: [PATCH] New storage format added in oVirt 4.1 |
|
|
|
Signed-off-by: Eduardo Lima (Etrunko) <etrunko@redhat.com> |
|
--- |
|
govirt/ovirt-storage-domain.h | 1 + |
|
1 file changed, 1 insertion(+) |
|
|
|
diff --git a/govirt/ovirt-storage-domain.h b/govirt/ovirt-storage-domain.h |
|
index 15c3340..79f1741 100644 |
|
--- a/govirt/ovirt-storage-domain.h |
|
+++ b/govirt/ovirt-storage-domain.h |
|
@@ -41,6 +41,7 @@ typedef enum { |
|
OVIRT_STORAGE_DOMAIN_FORMAT_VERSION_V1, |
|
OVIRT_STORAGE_DOMAIN_FORMAT_VERSION_V2, |
|
OVIRT_STORAGE_DOMAIN_FORMAT_VERSION_V3, |
|
+ OVIRT_STORAGE_DOMAIN_FORMAT_VERSION_V4, |
|
} OvirtStorageDomainFormatVersion; |
|
|
|
typedef enum {
|
|
|