The pool_tool command can be used to change the minor number of a pool.
pool_tool -m Number PoolName |
Specifies the new minor number to be used.
Specifies the name of the pool to be changed. The minor number must have a value between 0 and 64. Specifying a minor number of 0 dynamically selects an actual minor number between 65 and 127 at activation time.
Note | |
---|---|
You must deactivate a pool before changing its pool volume minor number. You can deactivate a pool with the pool_assemble -r PoolName command or by using the pool init.d script. For more information about GFS init.d scripts, refer to Chapter 12 Using GFS init.d Scripts. |
Before changing a pool volume minor number, deactivate the pool. For this command to take effect throughout the cluster, you must reload the pools on each node in the cluster by issuing a pool_assemble -r PoolName command followed by a pool_assemble -a PoolName command.
Note | |
---|---|
You can use GFS init.d scripts included with GFS to automate activating and deactivating pools. For more information about GFS init.d scripts, refer to Chapter 12 Using GFS init.d Scripts. |