Maor Lipchuk has posted comments on this change.

Change subject: core: unregister secrets on deactivate Cinder storage domain
......................................................................


Patch Set 9:

(1 comment)

https://gerrit.ovirt.org/#/c/41560/9/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/storage/StorageDomainCommandBase.java
File 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/storage/StorageDomainCommandBase.java:

Line 345:                     try {
Line 346:                         boolean connectResult = 
StorageHelperDirector.getInstance().getItem(getStorageDomain().getStorageType())
Line 347:                                 
.disconnectStorageFromDomainByVdsId(getStorageDomain(), vds.getId());
Line 348:                         toReturn.setSecond(connectResult);
Line 349:                     } catch (RuntimeException e) {
> Since I want to keep it similar to 'connectHostsInUpToDomainStorageServer',
Isnt connectHostsInUpToDomainStorageServer', is what we added now? any how, I 
think this behavior should be changed in the future
Line 350:                         log.error("Failed to disconnect host '{}' to 
storage domain (name '{}', id '{}'): {}",
Line 351:                                 vds.getName(),
Line 352:                                 getStorageDomain().getName(),
Line 353:                                 getStorageDomain().getId(),


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I5cbe774859e5bc159300b21d0ea91a92ea9ff1cf
Gerrit-PatchSet: 9
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Daniel Erez <de...@redhat.com>
Gerrit-Reviewer: Daniel Erez <de...@redhat.com>
Gerrit-Reviewer: Jenkins CI
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