<div dir="ltr">Hey <span style="color:rgb(32,33,36);font-size:0.875rem;font-weight:bold;letter-spacing:0.2px;font-family:Roboto,RobotoDraft,Helvetica,Arial,sans-serif;white-space:nowrap">Demi, </span>can you explain how it will help to solve the problem? I'm actually not aware of that much low-level stuff but would like to learn about it. Also, can you provide a few references for it on how I can use it?<div><br></div><div>Thanks</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, 6 Jun 2022 at 12:32, Demi Marie Obenour <<a href="mailto:demi@invisiblethingslab.com">demi@invisiblethingslab.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex">On Mon, Jun 06, 2022 at 11:19:47AM +0530, Abhishek Agarwal wrote:<br>
> 1. Yes, use_lvmetad is 0, and its systemd units for it are stopped/disabled.<br>
> 2. Yes, everything on the host machine i.e(/proc, /sys etc) are getting<br>
> mounted on the pod.<br>
> <br>
> *ubuntu@ip-172-31-89-47*:*~*$ kubectl exec -it openebs-lvm-node-v6jrb -c<br>
> openebs-lvm-plugin  -n kube-system -- sh<br>
> <br>
> # ls<br>
> <br>
> bin  boot  dev etc  home  host  lib  lib32  lib64  libx32  media  mnt opt<br>
> plugin  proc  root  run  sbin  srv  sys  tmp  usr var<br>
> <br>
> # cd /host<br>
> <br>
> # ls<br>
> <br>
> bin  boot  dev etc  home  lib lib32  lib64  libx32  lost+found  media  mnt<br>
> opt  proc  root  run  sbin  snap srv  sys  tmp  usr  var<br>
> <br>
> #<br>
> 3. The detail output of `strace -f -ttt` command:<br>
> <a href="https://pastebin.com/raw/VFyXLNaC" rel="noreferrer" target="_blank">https://pastebin.com/raw/VFyXLNaC</a><br>
<br>
I suggest bind-mounting the host’s D-Bus socket into the container and<br>
using systemd’s D-Bus API to run the LVM commands on the host.  This<br>
will avoid the problems you are having.<br>
-- <br>
Sincerely,<br>
Demi Marie Obenour (she/her/hers)<br>
Invisible Things Lab<br>
_______________________________________________<br>
linux-lvm mailing list<br>
<a href="mailto:linux-lvm@redhat.com" target="_blank">linux-lvm@redhat.com</a><br>
<a href="https://listman.redhat.com/mailman/listinfo/linux-lvm" rel="noreferrer" target="_blank">https://listman.redhat.com/mailman/listinfo/linux-lvm</a><br>
read the LVM HOW-TO at <a href="http://tldp.org/HOWTO/LVM-HOWTO/" rel="noreferrer" target="_blank">http://tldp.org/HOWTO/LVM-HOWTO/</a><br>
</blockquote></div>