[Linux-ha-jp] pacemakerのapacheの設定について

Back to archive index

harada ljpgh****@gmail*****
2018年 9月 3日 (月) 19:58:51 JST


立て続けに申し訳ありません。
原田です。

DRBD8 Pacemaker1.1 corosync2.4にて
apacheとpostgresqlを監視していますが、

abコマンドで軽く負荷をかけてみたのですが、
すぐにフェイルオーバーしてしまいます。

ab -n 1000 -c 100 http://localhost/index.html

設定は、下記となります。

primitive prmHTTP ocf:heartbeat:apache \
    params \
       configfile="/etc/httpd/conf/httpd.conf" \
       statusurl="http://127.0.0.1/server-status" \
    op start interval="0s" timeout="90s" on-fail="restart" \
    op monitor interval="60s" timeout="60s" on-fail="restart" \
    op stop interval="0s" timeout="300s" on-fail="fence"

秒数をいろいろと変えたりしているのですが、
やはり、abコマンド実行後、5秒ほどでフェイルオーバーされてしまいます。
こちらどの部分を調整すればよろしいでしょうか。
-------------- next part --------------
HTML$B$NE:IU%U%!%$%k$rJ]4I$7$^$7$?(B...
URL: https://lists.osdn.me/mailman/archives/linux-ha-japan/attachments/20180903/746d73cb/attachment.htm 



Linux-ha-japan メーリングリストの案内
Back to archive index