Changes between Version 11 and Version 12 of Documentation/Logs/PacemakerGFS2
- Timestamp:
- May 18, 2015 8:59:19 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/Logs/PacemakerGFS2
v11 v12 91 91 }}} 92 92 93 NFS server failover: 94 {{{ 95 pcs resource create a-nodes-nfs-IP IPaddr2 ip=10.25.240.200 cidr_netmask=24 iflabel=nfs arp_bg=true meta resource-stickiness=100 op monitor interval=5s 96 pcs constraint colocation add a-nodes-nfs-IP with gfs2opt-clone INFINITY 97 pcs resource create a-nodes-nfs-export ocf:heartbeat:nfsserver nfs_ip=10.25.240.200 nfs_shared_infodir=/mnt/opt/var/lib/nfs op monitor interval=5s 98 pcs constraint colocation add a-nodes-nfs-export with a-nodes-nfs-IP INFINITY 99 }}} 100 93 101 Status check commands in addition to {{{pcs status}}}: 94 102 {{{