Allon Mureinik has posted comments on this change.
Change subject: [wip] backend: add glance storage domain support
......................................................................
Patch Set 4: Looks good to me, but someone else must approve
(1 inline comment)
@mpastern - your comments on the rest parts would be appreciated.
@aburden - same goes for the *.properties files.
....................................................
File
backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/StorageType.java
Line 44: return mappings.get(value);
Line 45: }
Line 46:
Line 47: public boolean isFileDomain() {
Line 48: return this == NFS || this == POSIXFS || this == LOCALFS ||
this == GLUSTERFS || this == GLANCE;
Probably a good idea, at least for the operations GLANCE does support (e.g.,
we'd want to create sparse volumes on it).
Perhaps we also need another "isManaged()" property too
Line 49: }
Line 50:
Line 51: public boolean isBlockDomain() {
Line 52: return this == FCP || this == ISCSI;
--
To view, visit http://gerrit.ovirt.org/15897
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: comment
Gerrit-Change-Id: I3271b3c49907900e37560b63c8ce54d52c463a1e
Gerrit-PatchSet: 4
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Federico Simoncelli <[email protected]>
Gerrit-Reviewer: A Burden <[email protected]>
Gerrit-Reviewer: Allon Mureinik <[email protected]>
Gerrit-Reviewer: Daniel Erez <[email protected]>
Gerrit-Reviewer: Federico Simoncelli <[email protected]>
Gerrit-Reviewer: Liron Ar <[email protected]>
Gerrit-Reviewer: Michael Pasternak <[email protected]>
Gerrit-Reviewer: oVirt Jenkins CI Server
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches