Interface GlusterBricksService.StopMigrateResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    GlusterBricksService

    public static interface GlusterBricksService.StopMigrateResponse
    extends Response
    Stops migration of data from bricks for a remove brick operation. To cancel data migration that was started as part of the 2-step remove brick process in case the user wishes to continue using the bricks. The bricks that were marked for removal will function as normal bricks post this operation. For example, to stop migration of data from the bricks of gluster volume `123`, send a request like this: [source] ---- POST /ovirt-engine/api/clusters/567/glustervolumes/123/glusterbricks/stopmigrate ---- With a request body like this: [source,xml] ---- host:brick_directory ----