Open TonyBogdanov opened 2 years ago
According to this line: https://github.com/gluster/gluster-containers/blob/c98eefc6ef90149c93c48061a93766cca5c19a35/CentOS/Dockerfile#L62 we should mount /run/lvm from the host node and not rely on lvm2-lvmetad.service within the container.
/run/lvm
lvm2-lvmetad.service
Why is that? And also, on GKE neither cos_containerd nor ubuntu_containerd have this service running, so mounting /run/lvm does nothing. How should we proceed in this case?
cos_containerd
ubuntu_containerd
Cc @black-dragon74
According to this line: https://github.com/gluster/gluster-containers/blob/c98eefc6ef90149c93c48061a93766cca5c19a35/CentOS/Dockerfile#L62 we should mount
/run/lvm
from the host node and not rely onlvm2-lvmetad.service
within the container.Why is that? And also, on GKE neither
cos_containerd
norubuntu_containerd
have this service running, so mounting/run/lvm
does nothing. How should we proceed in this case?