Interface GlusterBricksService.RemoveResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    GlusterBricksService

    public static interface GlusterBricksService.RemoveResponse
    extends Response
    Removes bricks from gluster volume. The recommended way to remove bricks without data loss is to first migrate the data using <> and then removing them. If migrate was not called on bricks prior to remove, the bricks are removed without data migration which may lead to data loss. For example, to delete the bricks from gluster volume `123`, send a request like this: [source] ---- DELETE /ovirt-engine/api/clusters/567/glustervolumes/123/glusterbricks ---- With a request body like this: [source,xml] ---- host:brick_directory ----