X7ROOT File Manager
Current Path:
/usr/lib/ocf/resource.d/heartbeat
usr
/
lib
/
ocf
/
resource.d
/
heartbeat
/
📁
..
📄
.ocf-binaries
(1.57 KB)
📄
.ocf-directories
(674 B)
📄
.ocf-returncodes
(1.83 KB)
📄
.ocf-shellfuncs
(25.02 KB)
📄
CTDB
(31.3 KB)
📄
Delay
(4.66 KB)
📄
Dummy
(5.25 KB)
📄
Filesystem
(24.59 KB)
📄
IPaddr
(35.5 KB)
📄
IPaddr2
(35.5 KB)
📄
IPsrcaddr
(15.02 KB)
📄
LVM
(11.87 KB)
📄
LVM-activate
(23.81 KB)
📄
MailTo
(3.9 KB)
📄
NodeUtilization
(7.82 KB)
📄
Route
(10.23 KB)
📄
SendArp
(6.78 KB)
📄
Squid
(10.56 KB)
📄
VirtualDomain
(34.78 KB)
📄
Xinetd
(5.74 KB)
📄
aliyun-vpc-move-ip
(8.52 KB)
📄
apache
(17.55 KB)
📄
aws-vpc-move-ip
(13.1 KB)
📄
aws-vpc-route53
(13.92 KB)
📄
awseip
(8.25 KB)
📄
awsvip
(7.05 KB)
📄
azure-events
(29.34 KB)
📄
azure-lb
(5.43 KB)
📄
clvm
(11 KB)
📄
conntrackd
(9.52 KB)
📄
db2
(24.36 KB)
📄
dhcpd
(18.67 KB)
📄
docker
(16.78 KB)
📄
ethmonitor
(17.04 KB)
📄
exportfs
(12.25 KB)
📄
galera
(30.37 KB)
📄
garbd
(12.09 KB)
📄
iSCSILogicalUnit
(25.1 KB)
📄
iSCSITarget
(22.4 KB)
📄
iface-vlan
(13.13 KB)
📄
lvmlockd
(9.81 KB)
📄
mysql
(35 KB)
📄
nagios
(7.12 KB)
📄
named
(13.71 KB)
📄
nfsnotify
(8.91 KB)
📄
nfsserver
(19.7 KB)
📄
nginx
(22 KB)
📄
oraasm
(4.07 KB)
📄
oracle
(19.37 KB)
📄
oralsnr
(6.49 KB)
📄
pgsql
(67.2 KB)
📄
portblock
(14.97 KB)
📄
postfix
(11.18 KB)
📄
rabbitmq-cluster
(17.64 KB)
📄
redis
(21.47 KB)
📄
rsyncd
(5.88 KB)
📄
slapd
(13.84 KB)
📄
sybaseASE
(28.85 KB)
📄
symlink
(8.37 KB)
📄
tomcat
(22.39 KB)
📄
vdo-vol
(5.51 KB)
Editing: .ocf-returncodes
# # Common varibales for the OCF Resource Agents supplied by # heartbeat. # # Copyright (c) 2004 SUSE LINUX AG, Andrew Beekhof # All Rights Reserved. # # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either # version 2.1 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # Lesser General Public License for more details. # # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # OCF_SUCCESS=0 OCF_ERR_GENERIC=1 OCF_ERR_ARGS=2 OCF_ERR_UNIMPLEMENTED=3 OCF_ERR_PERM=4 OCF_ERR_INSTALLED=5 OCF_ERR_CONFIGURED=6 OCF_NOT_RUNNING=7 # Non-standard values. # # OCF does not include the concept of master/slave resources so we # need to extend it so we can discover a resource's complete state. # # OCF_RUNNING_MASTER: # The resource is in "master" mode and fully operational # OCF_FAILED_MASTER: # The resource is in "master" mode but in a failed state # # The extra two values should only be used during a probe. # # Probes are used to discover resources that were started outside of # the CRM and/or left behind if the LRM fails. # # They can be identified in RA scripts by checking for: # [ "${__OCF_ACTION}" = "monitor" -a "${OCF_RESKEY_CRM_meta_interval}" = "0" ] # # Failed "slaves" should continue to use: OCF_ERR_GENERIC # Fully operational "slaves" should continue to use: OCF_SUCCESS # OCF_RUNNING_MASTER=8 OCF_FAILED_MASTER=9
Upload File
Create Folder