Closed anjannath closed 5 months ago
add a config option to enable users to choose if they want to use LVMS operator
why a config option?
add a config option to enable users to choose if they want to use LVMS operator
why a config option?
initially, i thought of having a config option to enable/disable the topolvm, and also keep the hostpath-provisioner
that we have currently, but it doesn't have any usefulness for users, it was just a thought to be able to test quickly the new topolvm without removing the hostpath-provisioner
this is not needed anymore, installation of the operator is now handled in snc, by https://github.com/crc-org/snc/pull/877
after https://github.com/crc-org/snc/issues/867 openshift bundles will have the LVMS operator installed in the cluster, to make use of it we need to create the
LVMCluster
crd resource provided by the operator to have the necessary storage class, CSI drivers setup to handle dynamic provisioning of the PVCsto create the LVMCluster resource we also need to provide the disk to be used for creating the lvm volumes, so we need to also create a second disk image for the vm.
Todo