Daniel Erez has posted comments on this change.

Change subject: core: Adding detach method for Cinder Helper
......................................................................


Patch Set 1:

(1 comment)

https://gerrit.ovirt.org/#/c/39175/1/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/storage/CINDERStorageHelper.java
File 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/storage/CINDERStorageHelper.java:

Line 95:     public void detachCinderDomainFromPool(final StoragePoolIsoMap 
mapToRemove) {
Line 96:         execute(new Callable<Object>() {
Line 97:             @Override
Line 98:             public Object call() {
Line 99:                 DbFacade.getInstance()
use external 'getStoragePoolIsoMapDAO()' method
Line 100:                         .getStoragePoolIsoMapDao()
Line 101:                         .remove(new 
StoragePoolIsoMapId(mapToRemove.getstorage_id(),
Line 102:                                 mapToRemove.getstorage_pool_id()));
Line 103:                 return null;


-- 
To view, visit https://gerrit.ovirt.org/39175
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I03a396c3a60f18b8b291d348f5c7804750b73f75
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Maor Lipchuk <[email protected]>
Gerrit-Reviewer: Daniel Erez <[email protected]>
Gerrit-Reviewer: [email protected]
Gerrit-HasComments: Yes
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to