Dhandapani Gopal has posted comments on this change.

Change subject: engine: Introduced force action in gluster peer detach command
......................................................................


Patch Set 3: (1 inline comment)

Implemented new remove method which accepts Action and delegate 
action.isForce() to the backend.

....................................................
File 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/AddVdsCommand.java
Line 208:                 TransactionSupport.executeInNewTransaction(new 
TransactionMethod<VdcReturnValueBase>() {
Line 209:                     @Override
Line 210:                     public VdcReturnValueBase runInTransaction() {
Line 211:                         return 
Backend.getInstance().runInternalAction(VdcActionType.RemoveVds,
Line 212:                                 new RemoveVdsParameters(oVirtId));
Here in AddVdsCommand we are doing the RemoveVds action.
Line 213:                     }
Line 214:                 });
Line 215: 
Line 216:         if (!result.getSucceeded()) {


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

Gerrit-MessageType: comment
Gerrit-Change-Id: If2b8fa947cd6a6ece79ecfe00041f54e31e9e7ae
Gerrit-PatchSet: 3
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Dhandapani Gopal <[email protected]>
Gerrit-Reviewer: Dhandapani Gopal <[email protected]>
Gerrit-Reviewer: Gilad Chaplik <[email protected]>
Gerrit-Reviewer: Michael Pasternak <[email protected]>
Gerrit-Reviewer: Omer Frenkel <[email protected]>
Gerrit-Reviewer: Shireesh Anjal <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to