Daniel Erez has posted comments on this change.

Change subject: core,webadmin: Edit SD - applicable only from SPM (#846765)
......................................................................


Patch Set 1: (1 inline comment)

....................................................
File 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/storage/ConnectAllHostsToLunCommand.java
Line 120:      */
Line 121:     private Pair<Boolean, Map<String, List<Guid>>> 
ConnectVdsToLun(List<LUNs> luns) {
Line 122:         // all vdss in pool except spm (already connected)
Line 123:         Map<String, List<Guid>> resultMap = new HashMap<String, 
List<Guid>>();
Line 124:         for (VDS vds : getAllRunningVdssInPool()) {
'extendStorageDomain' should indeed be done only from the SPM -
but, we should make sure that all LUNs are visible from the HSMs as well.
Line 125:             // try to connect vds to luns and getDeviceList in order 
to refresh them
Line 126:             for (LUNs lun : luns) {
Line 127:                 if (!connectStorageToLunByVdsId(vds, lun)) {
Line 128:                     log.errorFormat("Could not connect host {0} to 
lun {1}", vds.getvds_name(), lun.getLUN_id());


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

Gerrit-MessageType: comment
Gerrit-Change-Id: Ie5a87c07197e1297c30ef346caea3293304b4452
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Daniel Erez <[email protected]>
Gerrit-Reviewer: Allon Mureinik <[email protected]>
Gerrit-Reviewer: Ayal Baron <[email protected]>
Gerrit-Reviewer: Daniel Erez <[email protected]>
Gerrit-Reviewer: Maor Lipchuk <[email protected]>
Gerrit-Reviewer: Tal Nisan <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to