Yair Zaslavsky has posted comments on this change. Change subject: core: allow putting host on maintenance if lonley in dc also for SPM host ......................................................................
Patch Set 2: (1 comment) http://gerrit.ovirt.org/#/c/24907/2/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/storage/StorageHandlingCommandBase.java File backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/storage/StorageHandlingCommandBase.java: Line 71: public static List<VDS> getAllRunningVdssInPool(StoragePool pool) { Line 72: return DbFacade.getInstance().getVdsDao().getAllForStoragePoolAndStatus(pool.getId(), VDSStatus.Up); Line 73: } Line 74: Line 75: protected int getAmountOfVdssInPoll() { s/Poll/Pool Line 76: return getVdsDAO().getAllForStoragePool(getStoragePool().getId()).size(); Line 77: } Line 78: Line 79: protected List<VDS> getAllRunningVdssInPool() { -- To view, visit http://gerrit.ovirt.org/24907 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Ib0dc1bb6e4318fc1465b51652d519574a3af4f99 Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Yaniv Bronhaim <[email protected]> Gerrit-Reviewer: Allon Mureinik <[email protected]> Gerrit-Reviewer: Eli Mesika <[email protected]> Gerrit-Reviewer: Maor Lipchuk <[email protected]> Gerrit-Reviewer: Yair Zaslavsky <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-Reviewer: oVirt Jenkins CI Server Gerrit-HasComments: Yes _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
