mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-27 00:05:44 +02:00
Update to 2022-03-07 17:00
This commit is contained in:
@@ -1,17 +0,0 @@
|
||||
# O2CB_ENABLED: 'true' means to load the driver on boot.
|
||||
O2CB_ENABLED=true
|
||||
|
||||
# O2CB_BOOTCLUSTER: If not empty, the name of a cluster to start.
|
||||
O2CB_BOOTCLUSTER=ocfs2
|
||||
|
||||
# O2CB_HEARTBEAT_THRESHOLD: Iterations before a node is considered dead.
|
||||
O2CB_HEARTBEAT_THRESHOLD={{ pve_ocfs2_heartbeat_thres }}
|
||||
|
||||
# O2CB_IDLE_TIMEOUT_MS: Time in ms before a network connection is considered dead.
|
||||
O2CB_IDLE_TIMEOUT_MS=30000
|
||||
|
||||
# O2CB_KEEPALIVE_DELAY_MS: Max. time in ms before a keepalive packet is sent.
|
||||
O2CB_KEEPALIVE_DELAY_MS=2000
|
||||
|
||||
# O2CB_RECONNECT_DELAY_MS: Min. time in ms between connection attempts.
|
||||
O2CB_RECONNECT_DELAY_MS=2000
|
@@ -1,12 +0,0 @@
|
||||
{% for element in pve_cluster | selectattr("type","equalto","node") | sort(attribute='id')%}
|
||||
node:
|
||||
ip_port = 7777
|
||||
ip_address = {{ element.ip }}
|
||||
number = {{ loop.index0 }}
|
||||
name = {{ element.name }}
|
||||
cluster = ocfs2
|
||||
|
||||
{% endfor %}
|
||||
cluster:
|
||||
node_count = {{ pve_cluster | selectattr("type","equalto","node") | list | length }}
|
||||
name = ocfs2
|
Reference in New Issue
Block a user