Interface GlusterBricksService.AddRequest

  • All Superinterfaces:
    Request<GlusterBricksService.AddRequest,​GlusterBricksService.AddResponse>
    Enclosing interface:
    GlusterBricksService

    public static interface GlusterBricksService.AddRequest
    extends Request<GlusterBricksService.AddRequest,​GlusterBricksService.AddResponse>
    Adds a list of bricks to gluster volume. Used to expand a gluster volume by adding bricks. For replicated volume types, the parameter `replica_count` needs to be passed. In case the replica count is being increased, then the number of bricks needs to be equivalent to the number of replica sets. For example, to add bricks to gluster volume `123`, send a request like this: [source] ---- POST /ovirt-engine/api/clusters/567/glustervolumes/123/glusterbricks ---- With a request body like this: [source,xml] ---- 111 /export/data/brick3 ----