46d78550bd
ceph-disk is used by stx puppet manifest but it's replaced by ceph-volume in ceph 14.1+, and there might be other incompatible issues, so add version 13.2.2 to align with stx 3.0, the version 14.1 is kept so it may be used by future stx release. This includes the following changes: - Add recipe and patches for version 13.2.2 - Set preferred version to 13.2.2 - Rename ceph_%.bbappend to ceph_14.1.0.bbappend - Update the conf file and scripts from stx 2.0 to stx 3.0 - Remove the useless files in stx-integ fix #483 fix #497 Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Babak Sarashki <Babak.SarAshki@windriver.com>
27 lines
1.3 KiB
Plaintext
27 lines
1.3 KiB
Plaintext
[process]
|
|
process = ceph
|
|
script = /etc/init.d/ceph-init-wrapper
|
|
|
|
style = lsb
|
|
severity = major ; minor, major, critical
|
|
restarts = 3 ; restart retries before error assertion
|
|
interval = 30 ; number of seconds to wait between restarts
|
|
|
|
mode = status ; Monitoring mode: passive (default) or active
|
|
; passive: process death monitoring (default: always)
|
|
; active : heartbeat monitoring, i.e. request / response messaging
|
|
; status : determine process health with executing "status" command
|
|
; "start" is used to start the process(es) again
|
|
; ignore : do not monitor or stop monitoring
|
|
|
|
; Status and Active Monitoring Options
|
|
|
|
period = 30 ; monitor period in seconds
|
|
timeout = 120 ; for active mode, messaging timeout period in seconds, must be shorter than period
|
|
; for status mode, max amount of time for a command to execute
|
|
|
|
; Status Monitoring Options
|
|
start_arg = start ; start argument for the script
|
|
status_arg = status ; status argument for the script
|
|
status_failure_text = /tmp/ceph_status_failure.txt ; text to be added to alarms or logs, this is optional
|