mirror of
https://github.com/clearlinux/cloud-native-setup.git
synced 2026-08-19 05:27:26 +00:00
Use directories instead of partitions for rook
Signed-off-by: Justin Scott <justin.a.scott@intel.com>
This commit is contained in:
committed by
Ganesh Maharaj Mahalingam
parent
a29f8b7b71
commit
10307fde45
@@ -5,4 +5,7 @@ resources:
|
||||
- rook/cluster/examples/kubernetes/ceph/storageclass.yaml
|
||||
|
||||
patchesStrategicMerge:
|
||||
- patch_operator.yaml
|
||||
- patch_operator.yaml
|
||||
# patches rook to use 'directories' instead of partitions.
|
||||
# comment out to use partitions
|
||||
- patch_cephcluster.yaml
|
||||
@@ -0,0 +1,9 @@
|
||||
apiVersion: ceph.rook.io/v1
|
||||
kind: CephCluster
|
||||
metadata:
|
||||
name: rook-ceph
|
||||
namespace: rook-ceph
|
||||
spec:
|
||||
storage:
|
||||
directories:
|
||||
- path: /var/lib/rook
|
||||
Reference in New Issue
Block a user