Liron Aravot has posted comments on this change.

Change subject: core : attach storage domain should attempt to activate
......................................................................


Patch Set 1: (2 inline comments)

....................................................
File 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/storage/AttachStorageDomainToPoolCommand.java
Line 106:                             }
Line 107:                             return null;
Line 108:                         }
Line 109:                     });
Line 110:                     attemptToActivateDomain();
no, if there will be an error there will be an audit log.
Line 111:                     setSucceeded(true);
Line 112:                 }
Line 113:             }
Line 114:         }


Line 118:     protected void attemptToActivateDomain() {
Line 119:         StorageDomainPoolParametersBase activateParameters = new 
StorageDomainPoolParametersBase(getStorageDomain().getId(),
Line 120:                 getStoragePool().getId());
Line 121:         Backend.getInstance()
Line 122:                 
.runInternalAction(VdcActionType.ActivateStorageDomain, activateParameters);
it's printed to the log.
Line 123:     }
Line 124: 
Line 125:     @Override
Line 126:     public AuditLogType getAuditLogTypeValue() {


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I4e6f21b350520aef47be0ba282a3074a3b3c5119
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Liron Aravot <lara...@redhat.com>
Gerrit-Reviewer: Daniel Erez <de...@redhat.com>
Gerrit-Reviewer: Liron Aravot <lara...@redhat.com>
Gerrit-Reviewer: Maor Lipchuk <mlipc...@redhat.com>
Gerrit-Reviewer: Tal Nisan <tni...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to