Advertisement
Guest User

ipsrcaddr

a guest
Mar 16th, 2022
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.73 KB | None | 0 0
  1. node1:~# ip link set ens192 down; sleep 60; ip link set ens192 up
  2. root@node1:~# ip r
  3. 10.10.10.2 dev gre_node2 proto kernel scope link src 10.10.10.1
  4. 192.168.80.0/24 dev ens192 proto kernel scope link src 192.168.80.21
  5. root@node1:~# pcs status
  6. Cluster name: my_cluster
  7. Stack: corosync
  8. Current DC: node1 (version 2.0.1-9e909a5bdd) - partition with quorum
  9. Last updated: Tue Mar 15 13:32:56 2022
  10. Last change: Tue Mar 15 13:17:07 2022 by root via cibadmin on node1
  11.  
  12. 2 nodes configured
  13. 2 resources configured
  14.  
  15. Online: [ node1 node2 ]
  16.  
  17. Full list of resources:
  18.  
  19. virtip (ocf::heartbeat:IPaddr2): Started node1
  20. virtsrc (ocf::heartbeat:IPsrcaddr): FAILED node1 (blocked)
  21.  
  22. Failed Resource Actions:
  23. * virtsrc_start_0 on node2 'not installed' (5): call=10, status=complete, exitreason='We are not serving [192.168.80.23], hence can not make it a preferred source address',
  24. last-rc-change='Tue Mar 15 13:16:47 2022', queued=0ms, exec=21ms
  25. * virtsrc_stop_0 on node1 'unknown error' (1): call=15, status=complete, exitreason='no default route exists',
  26. last-rc-change='Tue Mar 15 13:31:26 2022', queued=0ms, exec=24ms
  27. * virtip_monitor_30000 on node1 'unknown error' (1): call=7, status=complete, exitreason='[findif] failed',
  28. last-rc-change='Tue Mar 15 13:30:36 2022', queued=0ms, exec=0ms
  29.  
  30. Daemon Status:
  31. corosync: active/disabled
  32. pacemaker: active/disabled
  33. pcsd: active/enabled
  34.  
  35.  
  36. @node2:~# ip r
  37. 10.10.10.1 dev gre_node1 proto kernel scope link src 10.10.10.2
  38. 192.168.80.0/24 dev ens192 proto kernel scope link src 192.168.80.22
  39. root@node2:~# pcs status
  40. Cluster name: my_cluster
  41. Stack: corosync
  42. Current DC: node1 (version 2.0.1-9e909a5bdd) - partition with quorum
  43. Last updated: Tue Mar 15 13:34:03 2022
  44. Last change: Tue Mar 15 13:17:07 2022 by root via cibadmin on node1
  45.  
  46. 2 nodes configured
  47. 2 resources configured
  48.  
  49. Online: [ node1 node2 ]
  50.  
  51. Full list of resources:
  52.  
  53. virtip (ocf::heartbeat:IPaddr2): Started node1
  54. virtsrc (ocf::heartbeat:IPsrcaddr): FAILED node1 (blocked)
  55.  
  56. Failed Resource Actions:
  57. * virtsrc_start_0 on node2 'not installed' (5): call=10, status=complete, exitreason='We are not serving [192.168.80.23], hence can not make it a preferred source address',
  58. last-rc-change='Tue Mar 15 13:16:47 2022', queued=0ms, exec=21ms
  59. * virtsrc_stop_0 on node1 'unknown error' (1): call=15, status=complete, exitreason='no default route exists',
  60. last-rc-change='Tue Mar 15 13:31:26 2022', queued=0ms, exec=24ms
  61. * virtip_monitor_30000 on node1 'unknown error' (1): call=7, status=complete, exitreason='[findif] failed',
  62. last-rc-change='Tue Mar 15 13:30:36 2022', queued=0ms, exec=0ms
  63.  
  64. Daemon Status:
  65. corosync: active/disabled
  66. pacemaker: active/disabled
  67. pcsd: active/enabled
  68.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement