support for partitioning and update rook version to 1.6.0
[infra/stack/kubernetes.git] / apps / ceph / kubespray / playbooks / roles / common / vars / main.yml
index 195033c32451755b7e03f6513693148d03666586..c7435bfe4c19ae098a0804ab97c244dddf31f4f9 100644 (file)
@@ -37,7 +37,7 @@ rook_nostorage_nodes: "{{ groups['k8s-cluster'] | difference(rook_storage_nodes)
 # Disabled for small test environment
 rook_ceph_crashcollector_disable: "{{ lookup('env', 'ROOK_CEPH_CRASHCOLLECTOR_DISABLE') | default(true, true) }}"
 rook_use_host_network: "{{ lookup('env', 'ROOK_USE_HOST_NETWORK') | default(false, true) }}"
-rook_node_device_filter: "{{ lookup('env', 'ROOK_NODE_DEVICE_FILTER') | default('^vdb$', true) }}"
+rook_node_device_filter: "{{ lookup('env', 'ROOK_NODE_DEVICE_FILTER') | default('^(vda3|sda3|vdb|sdb)$', true) }}"
 
 rook_block_pool_name: "{{ lookup('env', 'ROOK_BLOCK_POOL_NAME') | default('block-pool', true) }}"
 rook_block_pool_replicas: "{{ lookup('env', 'ROOK_BLOCK_POOL_REPLICAS') | default(1, true) | int }}"