Maor Lipchuk has posted comments on this change.

Change subject: core: create OVF store as non shareable on gluster domain
......................................................................


Patch Set 1: Code-Review+1

(2 comments)

Generally I think it is better to make all of the disks of OVF_STORE not 
shareable, to make a uniform behavior for all Storage Domains. but I guess we 
can address this in a later phase.

http://gerrit.ovirt.org/#/c/32034/1//COMMIT_MSG
Commit Message:

Line 5: CommitDate: 2014-08-27 15:14:42 +0300
Line 6: 
Line 7: core: create OVF store as non shareable on gluster domain
Line 8: 
Line 9: Ovirt  doesn't support the creation of shareable disks on gluster
Please remove extra space "Ovirt  " to "Ovirt "
Line 10: storage domains. Therefore the OVF store disks on gluster domains 
should
Line 11: be created as non shareable.
Line 12: 
Line 13: Change-Id: I8e5d05a80061b963d61e09919824830b3624d3e6


http://gerrit.ovirt.org/#/c/32034/1/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/CreateOvfVolumeForStorageDomainCommand.java
File 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/CreateOvfVolumeForStorageDomainCommand.java:

Line 68:         
getReturnValue().getInternalVdsmTaskIdList().addAll(vdcReturnValueBase.getInternalVdsmTaskIdList());
Line 69:         setSucceeded(true);
Line 70:     }
Line 71: 
Line 72:     private boolean shouldOvfStoreBeShareable() {
/s/shouldOvfStoreBeShareable/isShareableOvfStore
Line 73:         return getStorageDomain().getStorageType() != 
StorageType.GLUSTERFS;
Line 74:     }
Line 75: 
Line 76:     public DiskImage createDisk(Guid domainId) {


-- 
To view, visit http://gerrit.ovirt.org/32034
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I8e5d05a80061b963d61e09919824830b3624d3e6
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Liron Aravot <lara...@redhat.com>
Gerrit-Reviewer: Daniel Erez <de...@redhat.com>
Gerrit-Reviewer: Maor Lipchuk <mlipc...@redhat.com>
Gerrit-Reviewer: automat...@ovirt.org
Gerrit-HasComments: Yes
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to