Use directories instead of partitions for rook

Signed-off-by: Justin Scott <justin.a.scott@intel.com>
This commit is contained in:
Justin Scott
2019-08-09 10:06:17 -07:00
committed by Ganesh Maharaj Mahalingam
parent a29f8b7b71
commit 10307fde45
2 changed files with 13 additions and 1 deletions
@@ -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