Alissa Bonas has uploaded a new change for review. Change subject: core: change default storage format to V3 ......................................................................
core: change default storage format to V3 Default storage format for domains in backend is V1, thus all storage domains created from REST and not specified the format where created as V1, while webadmin UI offered as default V3 and sent it to backend overriding its own default. This change makes the backend default as V3, thus aligns the default behavior of REST and webadmin UI. User can still create storage domain with V1 format via REST,by specifically passing this value as property. Change-Id: I257510ce479cc7e068a50e3610df3baffc6444d8 Bug-Url: https://bugzilla.redhat.com/994569 Signed-off-by: Alissa Bonas <abo...@redhat.com> --- M backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/StorageDomainStatic.java 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/82/17782/1 diff --git a/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/StorageDomainStatic.java b/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/StorageDomainStatic.java index 5122587..7a75d15 100644 --- a/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/StorageDomainStatic.java +++ b/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/StorageDomainStatic.java @@ -37,7 +37,7 @@ private StorageServerConnections connection; - private StorageFormatType storageFormat = StorageFormatType.V1; + private StorageFormatType storageFormat = StorageFormatType.V3; private boolean autoRecoverable = true; -- To view, visit http://gerrit.ovirt.org/17782 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I257510ce479cc7e068a50e3610df3baffc6444d8 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Alissa Bonas <abo...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches