| | 16 | |
| | 17 | == DRBL == |
| | 18 | |
| | 19 | * 要讓 Ganglia 的 RRDS 不被佈署到 Client,可以加到 /opt/drbl/conf/drbl.conf 的 varlib_NOT_2_be_copied_2_common_root |
| | 20 | {{{ |
| | 21 | #!diff |
| | 22 | |
| | 23 | --- conf/drbl.conf.old 2011-06-01 18:59:56.000000000 +0800 |
| | 24 | +++ conf/drbl.conf 2011-06-01 18:57:42.000000000 +0800 |
| | 25 | @@ -310,7 +310,7 @@ |
| | 26 | # This is for rsyncing /var/lib/ to /tftpboot/node_root/var/lib/ |
| | 27 | # The reason that varlib_NOT_2_be_copied_2_common_root and varlib_NOT_2_be_copied_2_each_client can not share the same is that for some dir, e.g. /var/lib/{rpm,dpkg}, client will mount from /tftpboot/node_root/, so we do not have to waste the space to copy to each client's /var/lib/. |
| | 28 | # NOTE!!! Do not append "/" in the end of the dir name |
| | 29 | -varlib_NOT_2_be_copied_2_common_root="tftpboot mysql vmware-server boinc-client/projects hadoop backuppc ntp/proc" |
| | 30 | +varlib_NOT_2_be_copied_2_common_root="tftpboot mysql vmware-server boinc-client/projects hadoop backuppc ntp/proc ganglia" |
| | 31 | |
| | 32 | # |
| | 33 | # The directory with its content that will be copied to common root's /var/cache |
| | 34 | }}} |