このページの2つのバージョン間の差分を表示します。
次のリビジョン | 前のリビジョン | ||
50_dialy:2021:09:25 [2021/09/24 21:54] – 作成 matsui | 50_dialy:2021:09:25 [2021/09/24 22:07] (現在) – matsui | ||
---|---|---|---|
行 22: | 行 22: | ||
pcs -f tmp-cib.xml resource create nfs_exportfs ocf: | pcs -f tmp-cib.xml resource create nfs_exportfs ocf: | ||
- | clientspec=10.0.0.0/8 directory=/ | + | clientspec=192.168.0.0/24 directory=/ |
options=rw, | options=rw, | ||
op monitor interval=10s timeout=180s start interval=0s timeout=40s stop \ | op monitor interval=10s timeout=180s start interval=0s timeout=40s stop \ | ||
行 42: | 行 42: | ||
pcs -f tmp-cib.xml resource create rs_vip ocf: | pcs -f tmp-cib.xml resource create rs_vip ocf: | ||
- | cidr_netmask=16 ip=10.101.10.100 nic=bond0 \ | + | cidr_netmask=24 ip=192.168.0.11 nic=bond0 \ |
op monitor interval=5s on-fail=restart start interval=0s timeout=20s stop \ | op monitor interval=5s on-fail=restart start interval=0s timeout=20s stop \ | ||
interval=0s timeout=20s | interval=0s timeout=20s | ||
行 82: | 行 82: | ||
op monitor interval=10s timeout=180s start interval=0s timeout=40s stop \ | op monitor interval=10s timeout=180s start interval=0s timeout=40s stop \ | ||
interval=0s timeout=120s | interval=0s timeout=120s | ||
+ | </ | ||
+ | |||
+ | |||
+ | ===== Heartbeat ZFS ===== | ||
+ | |||
+ | ZFSのインポートができるheartbeat ZFSはこちら | ||
+ | |||
+ | < | ||
+ | curl -L -o / | ||
+ | chmod 755 / | ||
</ | </ | ||
{{tag> | {{tag> |