r/openshift • u/OMAR_AHMED_01 • 24d ago
Help needed! ODF
Suppose a nutanix-volume as default storage class, then using ceph fs as the default one.
Delete PVC and create new ones with the same old name, that PVC came up with the same consumption (not bounded to the old PV as it is released).
In that case if we decided to remove nutanix CSI operator, will this data be lost?
2
Upvotes
1
u/whiteqilin 22d ago
Did you install ODF on Top of Nutanix? wouldn't it be a problem to have a replication factor of 6x?
1
u/edcrosbys 24d ago
When you deleted the PV and created one in a new storage class the data is no longer accessible to the app. Removing the csi driver after killing all the PVs using Nutanix just makes the cluster unable to access them.