Interface GlusterBrickService.RemoveResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    GlusterBrickService

    public static interface GlusterBrickService.RemoveResponse
    extends Response
    Removes a brick. Removes a brick from the underlying gluster volume and deletes entries from database. This can be used only when removing a single brick without data migration. To remove multiple bricks and with data migration, use <> instead. For example, to delete brick `234` from gluster volume `123`, send a request like this: [source] ---- DELETE /ovirt-engine/api/clusters/567/glustervolumes/123/glusterbricks/234 ----