C.2. 主机标签
In a cluster configuration, you can define host tags in the configuration files. If you set
hosttags = 1
in the tags
section, a host tag is automatically defined using the machine's hostname. This allow you to use a common configuration file which can be replicated on all your machines so they hold identical copies of the file, but the behavior can differ between machines according to the hostname.
For information on the configuration files, see 附录 B, LVM 配置文件.
对于每个主机标签,如果存在额外的配置文件 lvm_hosttag.conf,就会读取它。如果那个文件定义了新的标签,那么会在要读取的文件列表中添加进一步的配置文件。
例如:下面配置文件中的条目总是定义
tag1
,且在主机名为 host1
定义 tag2
。
tags { tag1 { } tag2 { host_list = ["host1"] } }