Spectra Logic
1-800-833-1132 : 1-303-449-6400


Hardware Operations : Pool Operations : Compact Pools

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
Values: URGENT, HIGH, NORMAL, LOW
Responses
Response Elements
The operation returns status only.
Notable status codes:
§
Example
Sample Request
This request compacts all pools on the BlackPearl system.
PUT http[s]://blackpearl-hostname/_rest_/pool?operation=COMPACT HTTP/1.1
Sample Response
HTTP/1.1 204 No Content