Welcome to docker.ru hosting provider linux mirror located at Moscow, Russian Federation.
Server configuration: Linux with OpenZFS, 2 x E5-2670v2, 128 GB ECC memory, 12 x 4 TB raidz2 + 1 TB SSD for L2ARC.
Network: 20 gbps uplink, IPv4 (185.253.23.31), IPv6 (2a04:8580:ffff:fffe::2).
My hostname is mirror.docker.ru
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. |