action | Overrides resource action timings for a resource instance. |
altname | Defines a second network interface to use for corosync redundant ring mode. cman(5) |
apache | Defines an Apache web server |
ASEHAagent | Sybase ASE Failover Instance |
cluster | Defines cluster properties, and contains all other configuration. cluster.conf(5) |
clusterfs | Defines a cluster file system mount. |
clusternode | Defines cluster node properties, and contains other node specific configuration. cluster.conf(5) |
clusternodes | Contains all cluster node definitions. cluster.conf(5) |
clvmd | The clvmd element contains attributes that define parameters for the cluster LVM daemon. |
cman | The cman element contains attributes that define the following cluster-wide parameters and behaviors: whether the cluster is a two-node cluster, expected votes, user-specified multicast address, and logging. |
device | Defines the properties of a device used for fencing or unfencing a node. fenced(8) |
dlm | Configuration for dlm and dlm_controld daemon. dlm_controld(8) |
event | Defines an event. |
events | Event definitions (central_processing only). |
failoverdomain | Specifies properties of a specific failover domain |
failoverdomainnode | A node in a failover domain |
failoverdomains | Failover domain definitions. |
fence | Contains methods for fencing the node in different ways. fenced(8) |
fencedevice | Defines fence device properties. fenced(8) |
fencedevices | Contains all fence device definitions. fenced(8) |
fence_daemon | Configuration for fenced daemon. fenced(8) |
fence_xvmd | Fence_xvm daemon. The fence_xvmd fence device is an I/O fencing host that resides on dom0 and is used in conjunction with the fence_xvm fencing agent. Together, these two programs fence Xen virtual machines that are in a cluster. There is a requirement that the parent dom0s are also a part of their own CMAN/OpenAIS based cluster, and that the dom0 cluster does not share any members with the domU cluster. Furthermore, the dom0 cluster is required to have fencing if domU recovery is expected to be automatic. |
fs | Defines a file system mount. |
gfs_controld | Configuration for gfs_controld daemon. gfs_controld(8) |
group | Defines groupd configuration. groupd(8) |
heuristic | Defines a heuristic. qdisk(5). |
interface | Defines Totem interface options. corosync.conf(5) |
ip | This is an IP address. |
lockspace | Individual lockspace configuration. dlm_controld(8) |
logging | Defines global logging configuration, and contains daemon-specific configuration. cluster.conf(5) |
logging_daemon | Defines daemon-specific logging configuration. cluster.conf(5) |
lvm | LVM Failover script |
master | Defines a master node. dlm_controld(8) |
method | Contains one or more devices for fencing the node a single way. fenced(8) |
multicast | The multicast element provides the ability for a user to specify a multicast address instead of using the multicast address generated by cman. If a user does not specify a multicast address, cman creates one. It forms the upper 16 bits of the multicast address with 239.192 and forms the lower 16 bits based on the cluster ID. |
mysql | Defines a MySQL database server |
named | Defines an instance of named server |
netfs | Defines an NFS/CIFS file system mount. |
nfsclient | Defines an NFS client. |
nfsexport | This defines an NFS export. |
nfsserver | This defines an NFS server resource. |
openldap | Defines an Open LDAP server |
oracledb | Oracle 10g Failover Instance |
orainstance | Oracle 10g Failover Instance |
oralistener | Oracle 10g Listener Instance |
postgres-8 | Defines a PostgreSQL server |
quorumd | This element and its attributes define parameters for the quorum disk daemon, quorumd. qdisk(5). |
resources | Defines global resources which may be referenced in services. You may redefine actions for resources here, but child resource definitions are ignored in this section. |
rm | This element and its attributes define resources (for example an IP address) required to create HA cluster services, the HA cluster services themselves, and failover domains for the HA cluster services. |
samba | Dynamic smbd/nmbd resource agent |
SAPDatabase | SAP database resource agent |
SAPInstance | SAP instance resource agent |
script | LSB-compliant init script as a clustered resource. |
service | Defines a service (resource group). |
tomcat-6 | Defines a Tomcat server |
totem | OpenAIS msg transport protocol |
unfence | Contains devices for unfencing the node. fence_node(8) |
vm | Defines a Virtual Machine |
Attribute | Description |
broadcast | enable cman broadcast |
ccsd_poll | |
cluster_id | |
debug_mask | |
disable_openais | |
disallowed | Set this to 1 enable cman's Disallowed mode. This is usually only needed for backwards compatibility. |
expected_votes | The expected votes value is used by cman to determine quorum. The cluster is quorate if the sum of votes of members is over half of the expected votes value. By default, cman sets the expected votes value to be the sum of votes of all nodes listed in cluster.conf. This can be overriden by setting an explicit expected_votes value. |
hash_cluster_id | Enable stronger hashing of cluster ID to avoid collisions. |
keyfile | |
nodename | Local node name; this is set internally by cman-preconfig and should never be set by a user. |
port | |
quorum_dev_poll | The amount of time after a qdisk poll, in milliseconds, before a quorum disk is considered dead. The quorum disk daemon, qdisk, periodically sends hello messages to cman and ais, indicating that qdisk is present. If qdisk takes more time to send a hello message to cman and ais than by quorum_dev_poll, then cman declares qdisk dead and prints a message indicating that connection to the quorum device has been lost. |
shutdown_timeout | Timeout period, in milliseconds, to allow a service to respond during a shutdown. |
transport | Specifies transport mechanism to use. Available values are udp (multicast default), udpb (broadcast), udpu (unicast) and rdma (Infiniband). corosync.conf(5) |
two_node | The two_node attribute allows you to configure a cluster with only two nodes. Ordinarily, the loss of quorum after one of two nodes fails prevents the remaining node from continuing (if both nodes have one vote.) To enable a two-node cluster, set the two_node value equal to 1. If the two_node value is enabled, the expected_votes value must be set to 1. |
upgrading | Set this if you are performing a rolling upgrade of the cluster between major releases. |
Attribute | Description |
name | Required. The name of a fencedevice defined in the fencedevices section. fenced(8) |
action | Fencing action to take (off or on). |
aptpl | |
auth | For IPMI LAN only. Authentication Type: none, password, md2, or md5 |
channel_address | VM Channel IP address (default=10.0.2.179) |
cipher | Ciphersuite to use (same as ipmitool -C parameter) |
cmd_prompt | Force command prompt |
community | Set the community string |
cserver | The hostname (and optionally the username in the form of username@hostname) assigned to the device. Refer to the fence_egenera(8) man page for more information. |
debug | Specify (stdin) or increment (command line) debug level |
delay | Wait this many seconds before fencing is started. fence_egenera(8) |
device | The device the switch is connected to on the controlling host. |
devices | List of devices to fence (separated by commas). |
domain | Virtual Machine (domain name) to fence (deprecated) |
drac_version | Force DRAC version to use |
esh | Path to the esh command on the cserver. fence_egenera(8) |
exec | Command to execute |
hash | Packet hash strength (none, sha1, [sha256], sha512) |
help | Display help and exit |
hidden_page | Name of hidden page |
hmc_version | Force HMC version to use (3 or 4) |
identity_file | Identity file for ssh |
inet4_only | Forces agent to use IPv4 addresses only |
inet6_only | Forces agent to use IPv6 addresses only |
io_fencing | Fencing Action |
ipaddr | IP address or the name of the device. |
ipport | Multicast or VMChannel IP port (default=1229) |
ip_family | IP Family ([auto], ipv4, ipv6) |
key | |
key_file | Shared key file (default=/etc/cluster/fence_xvm.key) |
lanplus | For IPMI LAN only. Set value to either True or 1; leave out for false. |
logfile | Location to output logs from fence_scsi. |
login | The login name used to access the device. |
login_timeout | Wait X seconds for cmd prompt after login |
lpan | The lpan to operate on. fence_egenera(8) |
managed | Managed system name |
method | Method to fence (onoff or cycle) |
missing_as_off | Missing port returns OFF instead of failure |
module_name | DRAC/MC module name |
multicast_address | Multicast address (default=225.0.0.12 / ff05::3:1) |
nodename | Name of the node to be fenced. Refer to fence_scsi(8) for more information. |
option | |
partition | Partition name |
passwd | The password used to authenticate the connection to the device. |
passwd_script | The script that supplies a password for access to the fence device. Using this supersedes the Password parameter. |
port | The switch outlet number. |
power_timeout | Test X seconds for status change after ON/OFF |
power_wait | Wait X seconds after issuing ON/OFF |
pserver | The pserver to operate on. fence_egenera(8) |
retrans | Multicast retransmit time (in 1/10sec; default=20) |
retry_on | Count of attempts to retry power on |
ribcl | Force ribcl version to use |
rpowerpath | |
secure | SSH connection |
separator | Separator for CSV created by operation list |
serial_device | Serial device (default=/dev/ttyS1) |
serial_params | Serial Parameters (default=115200,8N1) |
servers | The hostname of each GNBD to disable. For multiple hostnames, separate each hostname with a space. |
shell_timeout | Wait X seconds for cmd prompt after issuing command |
snmp_auth_prot | Set authentication protocol (MD5|SHA) |
snmp_priv_passwd | Set privacy protocol password |
snmp_priv_passwd_script | Script to run to retrieve privacy password |
snmp_priv_prot | Set privacy protocol (DES|AES) |
snmp_sec_level | Set security level (noAuthNoPriv|authNoPriv|authPriv) |
snmp_version | Specifies SNMP version to use (1,2c,3) |
ssl | SSL connection |
switch | Physical switch number on device |
timeout | Fencing timeout (in seconds; default=30) |
udpport | UDP/TCP port to use for connection with device |
user | See fence_egenera(8) |
use_uuid | Treat [domain] as UUID instead of domain name. This is provided for compatibility with older fence_xvmd installations. |
verbose | Verbose mode |
version | Display version information and exit |
vmware_datacenter | Show only machines in specified datacenter |
vmware_type | Type of VMware to connect |
Attribute | Description |
drop_resources_age | Plock ownership drop resources age. dlm_controld(8) |
drop_resources_count | Plock ownership drop resources count. dlm_controld(8) |
drop_resources_time | Plock ownership drop resources time. dlm_controld(8) |
enable_deadlk | Deadlock detection capability. dlm_controld(8) |
enable_fencing | Fencing recovery dependency. dlm_controld(8) |
enable_plock | Cluster fs posix lock capability. dlm_controld(8) |
enable_quorum | Quorum recovery dependency. dlm_controld(8) |
log_debug | Set to 1 to enable dlm kernel debugging messages. dlm_controld(8) |
plock_debug | Set to 1 to enable posix lock debugging. dlm_controld(8) |
plock_ownership | Set to 1/0 to enable/disable plock ownership. dlm_controld(8) |
plock_rate_limit | Limit the rate of plock operations. dlm_controld(8) |
protocol | The dlm lowcomms protocol. dlm_controld(8) |
timewarn | Number of centiseconds a lock is blocked before notifying dlm_controld deadlock code. dlm_controld(8) |
Attribute | Description |
name | Required. Symbolic name for an event. |
class | Event class (service, node). |
file | Path to S/Lang script to execute. |
node | (Node) The node name must match the specified value in order for the script to be run. |
node_clean | (Node) The node must have been fenced in order for the script to be run. |
node_id | (Node) The node ID must match the specified value in order for the script to be run. |
node_local | (Node) This script may only run on the current central processing node. |
node_state | (Node) The node state must match the specified value (0 or 1) in order for the script to be run. |
priority | Order (1..99) of event. |
service | (Service) The service name (service:foo) must match the specified value in order for the event script to be run. |
service_owner | (Service) The service owner must match the specified value in order for the event script to be run. |
service_state | (Service) The service's state must match the specified value in order for the script to be run (started, stopped, disabled, failed). |
Attribute | Description |
agent | Required. The fence agent to be used. fenced(8) |
name | Required. A name that is used to reference this fence device from clusternode fence section. fenced(8) |
action | Fencing action to take (off or on). |
aptpl | |
auth | For IPMI LAN only. Authentication Type: none, password, md2, or md5 |
channel_address | VM Channel IP address (default=10.0.2.179) |
cipher | Ciphersuite to use (same as ipmitool -C parameter) |
cmd_prompt | Force command prompt |
community | Set the community string |
cserver | The hostname (and optionally the username in the form of username@hostname) assigned to the device. Refer to the fence_egenera(8) man page for more information. |
debug | Specify (stdin) or increment (command line) debug level |
delay | Wait this many seconds before fencing is started. fence_egenera(8) |
device | The device the switch is connected to on the controlling host. |
devices | List of devices to fence (separated by commas). |
domain | Virtual Machine (domain name) to fence (deprecated) |
drac_version | Force DRAC version to use |
esh | Path to the esh command on the cserver. fence_egenera(8) |
exec | Command to execute |
hash | Packet hash strength (none, sha1, [sha256], sha512) |
help | Display help and exit |
hidden_page | Name of hidden page |
hmc_version | Force HMC version to use (3 or 4) |
identity_file | Identity file for ssh |
inet4_only | Forces agent to use IPv4 addresses only |
inet6_only | Forces agent to use IPv6 addresses only |
io_fencing | Fencing Action |
ipaddr | IP address or the name of the device. |
ipport | Multicast or VMChannel IP port (default=1229) |
ip_family | IP Family ([auto], ipv4, ipv6) |
key | |
key_file | Shared key file (default=/etc/cluster/fence_xvm.key) |
lanplus | For IPMI LAN only. Set value to either True or 1; leave out for false. |
logfile | Location to output logs from fence_scsi. |
login | The login name used to access the device. |
login_timeout | Wait X seconds for cmd prompt after login |
lpan | The lpan to operate on. fence_egenera(8) |
managed | Managed system name |
method | Method to fence (onoff or cycle) |
missing_as_off | Missing port returns OFF instead of failure |
module_name | DRAC/MC module name |
multicast_address | Multicast address (default=225.0.0.12 / ff05::3:1) |
nodename | Name of the node to be fenced. Refer to fence_scsi(8) for more information. |
option | |
partition | Partition name |
passwd | The password used to authenticate the connection to the device. |
passwd_script | The script that supplies a password for access to the fence device. Using this supersedes the Password parameter. |
port | The switch outlet number. |
power_timeout | Test X seconds for status change after ON/OFF |
power_wait | Wait X seconds after issuing ON/OFF |
pserver | The pserver to operate on. fence_egenera(8) |
retrans | Multicast retransmit time (in 1/10sec; default=20) |
retry_on | Count of attempts to retry power on |
ribcl | Force ribcl version to use |
rpowerpath | |
secure | SSH connection |
separator | Separator for CSV created by operation list |
serial_device | Serial device (default=/dev/ttyS1) |
serial_params | Serial Parameters (default=115200,8N1) |
servers | The hostname of each GNBD to disable. For multiple hostnames, separate each hostname with a space. |
shell_timeout | Wait X seconds for cmd prompt after issuing command |
snmp_auth_prot | Set authentication protocol (MD5|SHA) |
snmp_priv_passwd | Set privacy protocol password |
snmp_priv_passwd_script | Script to run to retrieve privacy password |
snmp_priv_prot | Set privacy protocol (DES|AES) |
snmp_sec_level | Set security level (noAuthNoPriv|authNoPriv|authPriv) |
snmp_version | Specifies SNMP version to use (1,2c,3) |
ssl | SSL connection |
switch | Physical switch number on device |
timeout | Fencing timeout (in seconds; default=30) |
udpport | UDP/TCP port to use for connection with device |
user | See fence_egenera(8) |
use_uuid | Treat [domain] as UUID instead of domain name. This is provided for compatibility with older fence_xvmd installations. |
verbose | Verbose mode |
version | Display version information and exit |
vmware_datacenter | Show only machines in specified datacenter |
vmware_type | Type of VMware to connect |
Attribute | Description |
config_file | Define configuration file |
listen_address | Define an IP address for MySQL server. If the address is not given then first IP address from the service is taken. |
mysqld_options | Other command-line options for mysqld |
name | Name |
ref | Reference to existing mysql resource in the resources section. |
service_name | Inherit the service name. |
shutdown_wait | Wait X seconds for correct end of service shutdown |
startup_wait | Wait X seconds for correct end of service startup |
__enforce_timeouts | Consider a timeout for operations as fatal. |
__failure_expire_time | Amount of time before a failure is forgotten. |
__independent_subtree | Treat this and all children as an independent subtree. |
__max_failures | Maximum number of failures before returning a failure to a status check. |
__max_restarts | Maximum number restarts for an independent subtree before giving up. |
__restart_expire_time | Amount of time before a failure is forgotten for an independent subtree. |
Attribute | Description |
allow_kill | Instruct cman to evict nodes which are not updating the quorum disk. qdisk(5). |
cman_label | This is the name used by CMAN for the quorum device instead of the device name. qdisk(5). |
device | The storage device the quorum daemon uses. The device must be the same on all nodes. qdisk(5). |
interval | The frequency of read/write cycles, in seconds. qdisk(5). |
io_timeout | Die if we cannot get a write out to disk after interval*tko. qdisk(5). |
label | Specifies the quorum disk label created by the mkqdisk utility. If this field contains an entry, the label overrides the Device field. If this field is used, the quorum daemon reads /proc/partitions and checks for qdisk signatures on every block device found, comparing the label against the specified label. This is useful in configurations where the quorum device name differs among nodes. qdisk(5). |
master_wins | Enable master-wins mode (two node clusters). qdisk(5). |
max_error_cycles | Die after this many cycles which receive I/O errors. qdisk(5). |
min_score | The minimum score for a node to be considered alive. If omitted or set to 0, the default function, floor((n+1)/2), is used, where n is the sum of the heuristics scores. The Minimum Score value must never exceed the sum of the heuristic scores; otherwise, the quorum disk cannot be available. qdisk(5). |
paranoid | Reboot if we are running too slowly. qdisk(5). |
priority | Scheduler priority. qdisk(5). |
reboot | Reboot if our score drops too low. qdisk(5). |
scheduler | Scheduler. qdisk(5). |
status_file | Debugging file. qdisk(5). |
stop_cman | Stop cman if the quorum disk cannot be found during startup. qdisk(5). |
tko | The number of cycles a node must miss to be declared dead. qdisk(5). |
tko_up | Amount of positive changes before a host is considered online. qdisk(5). |
upgrade_wait | Amount of cycles wait for conflicts for a bid for master status. qdisk(5). |
use_uptime | Use /proc/uptime instead of gettimeofday(). qdisk(5). |
votes | The number of votes the quorum daemon advertises to CMAN when it has a high enough score. qdisk(5). |
Attribute | Description |
central_processing | Enable central processing mode (requires cluster-wide shut down and restart of rgmanager.). |
log_facility | The facility is one of the following keywords: auth, authpriv, cron, daemon, kern, lpr, mail, news, syslog, user, uucp and local0 through local7 |
log_level | An integer 0-7, inclusive, for all levels less than the selected. 0, system is unusable, emergency; 1, action must be taken immediately; 2, critical conditions; 3, error conditions; 4, warning conditions; 5, normal but significant condition; 6, informational; 7, debug-level messages. |
status_child_max | Maximum number of status child threads. |
status_poll_interval | Scan the resource tree every X seconds for resources which need to be checked. |
transition_throttling | During transitions, keep the event processor alive for this many seconds. |
Attribute | Description |
AUTOMATIC_RECOVER | Enable or disable automatic startup recovery |
DBJ2EE_ONLY | only JAVA stack installed |
DBTYPE | database vendor |
DB_JARS | file name of the jdbc driver |
DIR_BOOTSTRAP | path to j2ee bootstrap directory |
DIR_EXECUTABLE | path of sapstartsrv and sapcontrol |
DIR_SECSTORE | path to j2ee secure store directory |
JAVA_HOME | Path to Java SDK |
NETSERVICENAME | listener name |
POST_START_USEREXIT | path to a post-start script |
POST_STOP_USEREXIT | path to a post-start script |
PRE_START_USEREXIT | path to a pre-start script |
PRE_STOP_USEREXIT | path to a pre-start script |
ref | Reference to existing SAPDatabase resource in the resources section. |
SID | SAP system ID |
STRICT_MONITORING | Activates application level monitoring |
__enforce_timeouts | Consider a timeout for operations as fatal. |
__failure_expire_time | Amount of time before a failure is forgotten. |
__independent_subtree | Treat this and all children as an independent subtree. |
__max_failures | Maximum number of failures before returning a failure to a status check. |
__max_restarts | Maximum number restarts for an independent subtree before giving up. |
__restart_expire_time | Amount of time before a failure is forgotten for an independent subtree. |
Attribute | Description |
AUTOMATIC_RECOVER | Enable or disable automatic startup recovery |
DIR_EXECUTABLE | path of sapstartsrv and sapcontrol |
DIR_PROFILE | path of start profile |
InstanceName | instance name: SID_INSTANCE_VIR-HOSTNAME |
POST_START_USEREXIT | path to a post-start script |
POST_STOP_USEREXIT | path to a post-start script |
PRE_START_USEREXIT | path to a pre-start script |
PRE_STOP_USEREXIT | path to a pre-start script |
ref | Reference to existing SAPInstance resource in the resources section. |
START_PROFILE | start profile name |
START_WAITTIME | Check the successful start after that time (do not wait for J2EE-Addin) |
__enforce_timeouts | Consider a timeout for operations as fatal. |
__failure_expire_time | Amount of time before a failure is forgotten. |
__independent_subtree | Treat this and all children as an independent subtree. |
__max_failures | Maximum number of failures before returning a failure to a status check. |
__max_restarts | Maximum number restarts for an independent subtree before giving up. |
__restart_expire_time | Amount of time before a failure is forgotten for an independent subtree. |
Attribute | Description |
autostart | Automatic start after quorum formation |
depend | Top-level service this depends on, in service:name format. |
depend_mode | Service dependency mode (soft or hard). |
domain | Failover domain. |
exclusive | Exclusive service. |
max_restarts | Maximum restarts for this service. |
name | Name. |
nfslock | Enable NFS lock workarounds. |
nfs_client_cache | Enable exportfs list caching (performance). |
priority | Service priority. |
recovery | Failure recovery policy (restart, relocate, or disable). |
ref | Reference to existing service resource in the resources section. |
restart_expire_time | Restart expiration time; amount of time before a restart is forgotten. |
__enforce_timeouts | Consider a timeout for operations as fatal. |
__failure_expire_time | Amount of time before a failure is forgotten. |
__independent_subtree | Treat this and all children as an independent subtree. |
__max_failures | Maximum number of failures before returning a failure to a status check. |
__max_restarts | Maximum number restarts for an independent subtree before giving up. |
__restart_expire_time | Amount of time before a failure is forgotten for an independent subtree. |
Attribute | Description |
consensus | This is a timeout value that specifies how many milliseconds to wait for consensus to be achieved before starting a new round of membership configuration. |
fail_recv_const | |
join | This is a timeout value that specifies how many milliseconds to wait for join messages in the membership protocol. |
keyfile | |
rrp_mode | This attribute specifies the redundant ring protocol mode. Its value can be set to active, passive, or none. Active replication offers slightly lower latency from transmit to delivery in faulty network environments but with less performance. Passive replication may nearly double the speed of the totem protocol if the protocol doesn't become cpu bound. The final option is none, in which case only one network interface is used to operate the totem protocol. If only one interface directive is specified, none is automatically chosen. If multiple interface directives are specified, only active or passive may be chosen. |
secauth | This attribute specifies that HMAC/SHA1 authentication should be used to authenticate all messages. It further specifies that all data should be encrypted with the sober128 encryption algorithm to protect data from eavesdropping. For more information setting this value, refer the the openais.conf man page. |
token | This is a timeout value that specifies how many milliseconds elapse before a token loss is declared after not receiving a token. This is the time spent detecting a failure of a processor in the current configuration. Reforming a new configuration takes about 50 milliseconds in addition to this timeout. |
token_retransmits_before_loss_const | This value identifies how many token retransmits should be attempted before forming a new configuration. If this value is set, retransmit and hold will be automatically calculated from retransmits_before_loss and token. |
Attribute | Description |
autostart | Automatic start after quorum formation |
depend | Top-level service this depends on, in service:name format. |
depend_mode | Service dependency mode (soft or hard). |
domain | Cluster failover Domain |
exclusive | Exclusive resource group |
hypervisor | Hypervisor |
hypervisor_uri | Hypervisor URI (normally automatic). |
max_restarts | Maximum restarts for this service. |
migrate | Migration type (live or pause, default = live). |
migration_mapping | memberhost:targethost,memberhost:targethost .. |
migration_uri | Migration URI (normally automatic). |
name | Name |
path | Path to virtual machine configuration files. |
recovery | Failure recovery policy |
ref | Reference to existing vm resource in the resources section. |
restart_expire_time | Restart expiration time; amount of time before a restart is forgotten. |
snapshot | Path to the snapshot directory where the virtual machine image will be stored. |
status_program | Additional status check program |
use_virsh | If set to 1, vm.sh will use the virsh command to manage virtual machines instead of xm. This is required when using non-Xen virtual machines (e.g. qemu / KVM). |
xmlfile | Full path to libvirt XML file describing the domain. |
__enforce_timeouts | Consider a timeout for operations as fatal. |
__failure_expire_time | Amount of time before a failure is forgotten. |
__independent_subtree | Treat this and all children as an independent subtree. |
__max_failures | Maximum number of failures before returning a failure to a status check. |
__max_restarts | Maximum number restarts for an independent subtree before giving up. |
__restart_expire_time | Amount of time before a failure is forgotten for an independent subtree. |