For ease of management, you can merge multiple resource pools with the same resource configurations under a tenant into one resource pool.
Limitations
When you merge resource pools, note the following limitations:
The
unit_numsettings of the resource pools to be merged must be the same.The resource configurations of the resource pools to be merged must be the same.
Procedure
Log on to the
systenant of the cluster as therootuser.Execute the following statement to merge the resource pools.
Sample statement:
ALTER RESOURCE POOL MERGE ('pool_name'[, 'pool_name' ...]) INTO ('merge_pool_name')pool_namespecifies the names of multiple resource pools to be merged.merge_pool_namespecifies the name of the new resource pool after the merge.Note
The resource pools can still be used by the tenant when they are being merged. They are merged into one resource pool only from the perspective of the management layer in which the Root Service is located, to facilitate unified maintenance.
Example:
obclient>ALTER RESOURCE POOL MERGE ('pool0','pool1','pool2') INTO ('pool3');