This shows you the differences between two versions of the page.
tsm:tsm_container_problem [2021/01/01 21:25] 127.0.0.1 external edit |
tsm:tsm_container_problem [2021/09/02 10:40] (current) manu |
||
---|---|---|---|
Line 35: | Line 35: | ||
identify duplicates POOL_NAME numprocesses=0 | identify duplicates POOL_NAME numprocesses=0 | ||
delete stgpool POOL_NAME | delete stgpool POOL_NAME | ||
+ | | ||
+ | ===== Container status ===== | ||
+ | <code> | ||
+ | query stgpooldir f=d | ||
+ | |||
+ | q option DEFRAGCNTRTRIGGER | ||
+ | |||
+ | q option DEFRAGFSTRIGGER | ||
+ | |||
+ | query extentupdates stgpool_name | ||
+ | |||
+ | query container stgpool=stgpool_name f=d | ||
+ | |||
+ | query fragmentation poolname type=summary | ||
+ | |||
+ | query fragmentation poolname type=container | ||
+ | |||
+ | q opt disableautodefrag | ||
+ | |||
+ | show sdpool | ||
+ | </code> |