testing new proxmox logic
This commit is contained in:
18
roles/proxmox_ceph/defaults/main.yml
Normal file
18
roles/proxmox_ceph/defaults/main.yml
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
# =============================================================================
|
||||
# proxmox_ceph — defaults
|
||||
# =============================================================================
|
||||
|
||||
# Action: set_noout | clear_noout | status | check_health
|
||||
ceph_action: status
|
||||
|
||||
# Health check settings
|
||||
ceph_health_timeout: 300 # seconds to wait for HEALTH_OK
|
||||
ceph_health_retries: 30
|
||||
ceph_health_delay: 10
|
||||
|
||||
# Abort upgrade if CEPH is in error state
|
||||
ceph_abort_on_error: true
|
||||
|
||||
# Warn but continue if CEPH has warnings
|
||||
ceph_warn_on_warning: true
|
||||
Reference in New Issue
Block a user