Red Hat Training

A Red Hat training course is available for Red Hat Enterprise Linux

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"] } }