David J. M. Karlsen
David J. M. Karlsen
> Hi @davidkarlsen > Can you please tell us the environment details like LVM-driver version, k8s version and OS ? ``` lvm version LVM version: 2.02.187(2)-RHEL7 (2020-03-24) Library version: 1.02.170-RHEL7...
It looks the same. Unfortunately I can't run on RHEL8 as [it's not supported for OCP](https://docs.openshift.com/container-platform/4.7/machine_management/adding-rhel-compute.html#rhel-compute-requirements_adding-rhel-compute) . In my cases I had just deleted some LVs, then created a new...
Can wiping and zeroing be controlled when the volumes are created? I'd recommend having both enabled by default.
Note that the safest is to do wipe at create too.
> @davidkarlsen can you confirm the lvm driver version you are using? It should be there in beginning of the openebs-lvm-plugin container log in the openebs-lvm-node-xxxx daemonset. LVM Driver Version...
> This behavior is due to compatibility issues between the container and the host operating system. openebs/lvm-localpv 0.6.0 version is already erasing the fs signatures on LVM volume before creating...
> > > This behavior is due to compatibility issues between the container and the host operating system. openebs/lvm-localpv 0.6.0 version is already erasing the fs signatures on LVM volume...
Tried now with 2.12.2 chart, still same: ``` node.kubernetes.io/unreachable:NoExecute op=Exists for 300s Events: Type Reason Age From Message ---- ------ ---- ---- ------- Warning FailedScheduling 3m20s default-scheduler 0/18 nodes are...
same problem on 2.12.5
From the logs: ``` I0909 20:35:40.848768 1 grpc.go:72] GRPC call: /csi.v1.Node/NodePublishVolume requests {"target_path":"/var/lib/kubelet/pods/179a5e86-43a5-43f7-b78e-b11af4368674/volumes/kubernetes.io~csi/pvc-d5be05a4-f5f8-4b7e-83b3-b53eaaff8937/mount","volume_capa bility":{"AccessType":{"Mount":{"fs_type":"xfs"}},"access_mode":{"mode":1}},"volume_context":{"csi.storage.k8s.io/ephemeral":"false","csi.storage.k8s.io/pod.name":"prometheus-k8s-1","csi.storage.k8s.io/pod.namespace":"openshift-monitoring","csi.storage.k 8s.io/pod.uid":"179a5e86-43a5-43f7-b78e-b11af4368674","csi.storage.k8s.io/serviceAccount.name":"prometheus-k8s","openebs.io/cas-type":"localpv-lvm","openebs.io/volgroup":"datavg","storage.kubernetes.io/csiProvisionerIdentity":"1631215660348-8081-local.cs i.openebs.io"},"volume_id":"pvc-d5be05a4-f5f8-4b7e-83b3-b53eaaff8937"} I0909 20:35:40.864001 1 mount_linux.go:366] Disk "/dev/datavg/pvc-d5be05a4-f5f8-4b7e-83b3-b53eaaff8937" appears to be unformatted, attempting to format as...