Hi Everyone,
I am a beginner to Rook and Ceph and struggling to create a small storage cluster on an RKE deployed Kubernetes 1.15.
I have managed to build a working 3-node storage cluster with directory storage ("directories" config option under storage) but that is not supported in production, so I am trying to.
I have VMs that have access to a single device (sda) that I can partition freely.
I have the sda1 partition with the VMs operating system (CentOS7) and I would like to use the second partition (sda2) as Rook/Ceph storage.
Is this supposed to work in the current stable version of Rook (1.2) ?
"
devices:
...
# OSD on a partition (partition support is new)
- name: sdf1
"