Changing pool status

Use rp_pool_status to change the status of a pool. For example:

rp_pool_status "POOL_A", "LOCKED"

returns:

pool_name  status
---------- -------- 
POOL_A     LOCKED

See rp_pool_status for more details.