Interface GlusterBricksService.MigrateResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    GlusterBricksService

    public static interface GlusterBricksService.MigrateResponse
    extends Response
    Start migration of data prior to removing bricks. Removing bricks is a two-step process, where the data on bricks to be removed, is first migrated to remaining bricks. Once migration is completed the removal of bricks is confirmed via the API <>. If at any point, the action needs to be cancelled <> has to be called. For instance, to delete a brick from a gluster volume with id `123`, send a request: [source] ---- POST /ovirt-engine/api/clusters/567/glustervolumes/123/glusterbricks/migrate ---- With a request body like this: [source,xml] ---- host1:/rhgs/brick1 ---- The migration process can be tracked from the job id returned from the API using <> and steps in job using <>