<div dir="ltr">Hi all,<div><br></div><div>the goal is to mount a LVM volume that is contained in a 8e partition of a zvol device.</div><div><br></div><div>Since we speak about a production system I stated from the basic and I wanted to see if pvs would recognize the partition. No luck.</div>
<div><br></div><div><div>root@server02:/mnt# pvs -a /dev/zd1168p2</div><div>  Failed to read physical volume "/dev/zd1168p2"</div></div><div><br></div><div>but on the other way on the same system I get </div><div>
<br></div><div><div>root@server02:/mnt# pvs -a /dev/sdb2</div><div>  PV         VG         Fmt  Attr PSize   PFree</div><div>  /dev/sdb2  vgserver01 lvm2 a-   464.83g 432.82g</div></div><div><br></div><div>The only difference I can see between the 2 is the major number</div>
<div><br></div><div><div>root@server02:/mnt# ls -la /dev/zd1168p2</div><div>brw-rw---- 1 root disk 230, 1170 Jun 10 19:56 /dev/zd1168p2</div></div><div><br></div><div>and </div><div><br></div><div><div>root@server02:/mnt# ls -la /dev/sdb2</div>
<div>brw-rw---- 1 root disk 8, 18 Feb 11 10:43 /dev/sdb2</div></div><div><br></div><div>Is it an expected behaviour that I pvs doesn't recognize "physical device" within ZFS block devices?</div><div><br></div>
<div>Thanks, Alex</div></div>