keystone的ha配置,有优化的可能吗?

简介:

cat authkeys 
auth 2
2 sha1 test-ha-keystone

 

 

 cat ha.cf
logfile /var/log/ha-log
logfacility local0
keepalive 2
deadtime 30
initdead 120 
udpport 695
ucast eth0 10.12.31.22
auto_failback off
node keystone01
node keystone02

 

 cat haresources 
keystone01 IPaddr2::10.12.31.40/22/eth0/10.12.31.255
 

ifconfig

2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP qlen 1000
    link/ether 02:16:3e:1a:b1:5d brd ff:ff:ff:ff:ff:ff
    inet 10.12.31.22/22 brd 10.12.31.255 scope global eth0
    inet 10.12.31.40/22 brd 10.12.31.255 scope global secondary eth0

tail /var/log/ha-log
Sep 05 14:11:15 keystone01 heartbeat: [1994]: info: Link keystone02:eth0 dead.
Sep 05 14:11:26 keystone01 heartbeat: [1994]: info: Heartbeat restart on node keystone02
Sep 05 14:11:26 keystone01 heartbeat: [1994]: info: Link keystone02:eth0 up.
Sep 05 14:11:26 keystone01 heartbeat: [1994]: info: Status update for node keystone02: status init
Sep 05 14:11:26 keystone01 heartbeat: [1994]: info: Status update for node keystone02: status up
harc[15547]: 2012/09/05_14:11:26 info: Running /etc/ha.d//rc.d/status status
harc[15564]: 2012/09/05_14:11:26 info: Running /etc/ha.d//rc.d/status status
Sep 05 14:11:29 keystone01 heartbeat: [1994]: info: Status update for node keystone02: status active
harc[15581]: 2012/09/05_14:11:29 info: Running /etc/ha.d//rc.d/status status
Sep 05 14:11:30 keystone01 heartbeat: [1994]: info: remote resource transition completed.










本文转自 jxwpx 51CTO博客,原文链接:http://blog.51cto.com/jxwpx/982689,如需转载请自行联系原作者
目录
相关文章
|
3月前
|
存储 Kubernetes 前端开发
k8s部署DataEase1.16.0cluster模式
k8s部署DataEase1.16.0cluster模式
|
负载均衡 监控 算法
架构扩展ha-proxy
ha-proxy是一款高性能的负载均衡软件。因为其专注于负载均衡这一些事情,因此与nginx比起来在负载均衡这件事情上做更好。
200 3
|
网络安全 数据安全/隐私保护
Greenplum 大集群应该调整的sshd_config配置
背景 Greenplum是MPP数据库,所以大的集群可能涉及很多的主机以及很多的segments。 Greenplum的很多管理脚本都会涉及ssh的连接,通过SSH进行远程的管理或命令的调用。 因此如果有并发的管理任务,会建立很多的SSH会话。 但是默认情况下Linux的sshd
8066 0
openStack nova nova valid hosts 优化
scheduler_default_filters=AllHostsFilterallow_resize_to_same_host=Trueallow_migrate_to_same_host=Truecpu_allocation_ration=158.
1267 0
|
关系型数据库 MySQL 开发工具