1OCF_HEARTBEAT_MANAGE(7)       OCF resource agents      OCF_HEARTBEAT_MANAGE(7)
2
3
4

NAME

6       ocf_heartbeat_ManageRAID - Manages RAID devices
7

SYNOPSIS

9       ManageRAID [start | stop | status | monitor | meta-data | validate-all]
10

DESCRIPTION

12       Manages starting, stopping and monitoring of RAID devices which are
13       preconfigured in /etc/conf.d/HB-ManageRAID.
14

SUPPORTED PARAMETERS

16       raidname
17           Name (case sensitive) of RAID to manage. (preconfigured in
18           /etc/conf.d/HB-ManageRAID)
19
20           (required, string, no default)
21

SUPPORTED ACTIONS

23       This resource agent supports the following actions (operations):
24
25       start
26           Starts the resource. Suggested minimum timeout: 75s.
27
28       stop
29           Stops the resource. Suggested minimum timeout: 75s.
30
31       status
32           Performs a status check. Suggested minimum timeout: 10s. Suggested
33           interval: 10s.
34
35       monitor
36           Performs a detailed status check. Suggested minimum timeout: 10s.
37           Suggested interval: 10s.
38
39       validate-all
40           Performs a validation of the resource configuration. Suggested
41           minimum timeout: 5s.
42
43       meta-data
44           Retrieves resource agent metadata (internal use only). Suggested
45           minimum timeout: 5s.
46

EXAMPLE CRM SHELL

48       The following is an example configuration for a ManageRAID resource
49       using the crm(8) shell:
50
51           primitive p_ManageRAID ocf:heartbeat:ManageRAID \
52             params \
53               raidname=string \
54             op monitor depth="0" timeout="10s" interval="10s"
55

EXAMPLE PCS

57       The following is an example configuration for a ManageRAID resource
58       using pcs(8)
59
60           pcs resource create p_ManageRAID ocf:heartbeat:ManageRAID \
61             raidname=string \
62             op monitor OCF_CHECK_LEVEL="0" timeout="10s" interval="10s"
63

SEE ALSO

65       http://clusterlabs.org/
66

AUTHOR

68       ClusterLabs contributors (see the resource agent source for information
69       about individual authors)
70
71
72
73resource-agents UNKNOWN           04/06/2022           OCF_HEARTBEAT_MANAGE(7)
Impressum