Interface GlusterBricksService.AddResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    GlusterBricksService

    public static interface GlusterBricksService.AddResponse
    extends Response
    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 ----
    • Method Detail

      • bricks

        List<GlusterBrick> bricks()
        The list of bricks to be added to the volume