blob: 41071ff56ed53d9513f1e4445c6eb74d6ca434f1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
Current cluster status:
* Node List:
* Node hs21c: online (health is YELLOW)
* Node hs21d: UNCLEAN (offline)
* Full List of Resources:
* stonith-1 (stonith:dummy): Stopped
* apache_1 (ocf:heartbeat:apache): Stopped
* nfs_1 (ocf:heartbeat:Filesystem): Stopped
Transition Summary:
* Fence (reboot) hs21d 'node is unclean'
* Start stonith-1 ( hs21c )
* Start apache_1 ( hs21c )
* Start nfs_1 ( hs21c )
Executing Cluster Transition:
* Resource action: stonith-1 monitor on hs21c
* Resource action: apache_1 monitor on hs21c
* Resource action: nfs_1 monitor on hs21c
* Fencing hs21d (reboot)
* Resource action: stonith-1 start on hs21c
* Resource action: apache_1 start on hs21c
* Resource action: nfs_1 start on hs21c
* Resource action: apache_1 monitor=10000 on hs21c
* Resource action: nfs_1 monitor=20000 on hs21c
Revised Cluster Status:
* Node List:
* Node hs21c: online (health is YELLOW)
* OFFLINE: [ hs21d ]
* Full List of Resources:
* stonith-1 (stonith:dummy): Started hs21c
* apache_1 (ocf:heartbeat:apache): Started hs21c
* nfs_1 (ocf:heartbeat:Filesystem): Started hs21c
|