ユーザ用ツール

サイト用ツール


50_dialy:2021:09:25

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

次のリビジョン
前のリビジョン
50_dialy:2021:09:25 [2021/09/24 21:54] – 作成 matsui50_dialy:2021:09:25 [2021/09/24 22:07] (現在) matsui
行 22: 行 22:
  
 pcs -f tmp-cib.xml resource create nfs_exportfs ocf:heartbeat:exportfs \ pcs -f tmp-cib.xml resource create nfs_exportfs ocf:heartbeat:exportfs \
-  clientspec=10.0.0.0/directory=/home fsid=root \+  clientspec=192.168.0.0/24 directory=/home fsid=root \
   options=rw,async,no_root_squash \   options=rw,async,no_root_squash \
   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:heartbeat:IPaddr2 \ pcs -f tmp-cib.xml resource create rs_vip ocf:heartbeat:IPaddr2 \
-  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
 +</code>
 +
 +
 +===== Heartbeat ZFS =====
 +
 +ZFSのインポートができるheartbeat ZFSはこちら
 +
 +<code>
 +curl -L -o /usr/lib/ocf/resource.d/heartbeat/ZFS https://raw.githubusercontent.com/skiselkov/stmf-ha/master/heartbeat/ZFS
 +chmod 755 /usr/lib/ocf/resource.d/heartbeat/ZFS
 </code> </code>
  
 {{tag>日記 nfs pcs}} {{tag>日記 nfs pcs}}
50_dialy/2021/09/25.1632520455.txt.gz · 最終更新: 2021/09/24 21:54 by matsui