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
4.2. Configuring CLVMD
The cluster volume manager process clvmd needs to be configured and started on every node in the cluster. The configuration file for clvmd is /etc/lvm/lvm.conf.
The default configuration of this file should be set up for clustered operation. The parameters locking_type and locking_library should be verified. The library_dir parameter will be “/usr/lib” for a 32-bit installations:
# Miscellaneous global LVM2 settings global { library_dir = "/usr/lib64" locking_library = "liblvm2clusterlock.so" … < text deleted > … locking_type = 2