Compact Pools Description Pool compaction is periodically done automatically in the background. If the pool does not contain data, it is reclaimed in its entirety and unassigned from its current storage domain. This makes the pool available for allocation to any storage domain. If the pool cannot be reclaimed in its entirety, its usage level is checked, and data that is eligible for deletion is deleted as necessary to compact the pool so that it has space for new data. Use this request to force a compaction to be scheduled immediately for all eligible pools, without having to wait for the automatic, periodic scheduling. Requests Syntax PUT http[s]://{datapathDNSname}/_rest_/pool/?operation=compact[&priority=URGENT|HIGH|NORMAL|LOW] Request Parameters Parameter Description Required operation The operation to perform. For this request, the operation is to compact the pool. Value: COMPACT yes priority The priority for processing this task. This determines the resources assigned and the processing order. Values: URGENT, HIGH, NORMAL, LOW Responses Response Elements The operation returns status only. Notable status codes: ยง 204: No Content (success) Example Sample Request This request compacts all pools on the BlackPearl gateway. PUT http[s]://blackpearl-hostname/_rest_/pool/?operation=compact HTTP/1.1 Sample Response HTTP/1.1 204 No Content