Shubhendu Tripathi has posted comments on this change.

Change subject: restapi: REST API to stop migrate on brick
......................................................................


Patch Set 11:

(2 comments)

....................................................
File 
backend/manager/modules/restapi/interface/definition/src/main/resources/rsdl_metadata.yaml
Line 3897: - name: 
/api/clusters/{cluster:id}/glustervolumes/{glustervolume:id}/bricks/stopmigrate|rel=stopmigrate
Line 3898:   description: stops the bricks migration task started on on volume
Line 3899:   request:
Line 3900:     body:
Line 3901:       parameterType: Bricks
Done
Line 3902:       signatures:
Line 3903:       - mandatoryArguments:
Line 3904:           bricks--COLLECTION: {brick.name: 'xs:string'}
Line 3905:         optionalArguments: {}


....................................................
File 
backend/manager/modules/restapi/jaxrs/src/main/java/org/ovirt/engine/api/restapi/resource/utils/FeaturesHelper.java
Line 380: 
Line 381:     private void addGlusterBricksFeature(Features features) {
Line 382:         Feature feature = new Feature();
Line 383:         feature.setName("Gluster Bricks management");
Line 384:         feature.setDescription("Ability to delete gluster bricks with 
data migration using the actions migrate and commit. Action migrate in 
combination with stop migrates the data and brick can be reused further.");
Done. Removed the reference of commit.
Line 385:         features.getFeature().add(feature);
Line 386:     }


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I0bba03cf04bed8041cb4e25cac0748afbeed2261
Gerrit-PatchSet: 11
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Shubhendu Tripathi <shtri...@redhat.com>
Gerrit-Reviewer: Eli Mesika <elimes...@gmail.com>
Gerrit-Reviewer: Kanagaraj M <kmayi...@redhat.com>
Gerrit-Reviewer: Michael Pasternak <mpast...@redhat.com>
Gerrit-Reviewer: Ori Liel <ol...@redhat.com>
Gerrit-Reviewer: Sahina Bose <sab...@redhat.com>
Gerrit-Reviewer: Shubhendu Tripathi <shtri...@redhat.com>
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to