Re: Mapping lvol off to pvol off
Stuart D Gathman <[email protected]>
| Newsgroups | gmane.linux.lvm.general |
|---|---|
| Message-ID | <[email protected]> |
On Tue, 17 Aug 2021, Chethan Seshadri wrote: > Can someone help to covert an offset within an lvol to the corresponding > pvol offset using... > > 1. lvm commands > 2. lvmdbusd APIs This utility does that: https://github.com/sdgathman/lbatofile See getlv() and getpvmap() https://github.com/sdgathman/lbatofile/blob/master/lbatofile.py Caveat, only tested with classic LVs. Dunno about thin stuff. _______________________________________________ linux-lvm mailing list [email protected] https://listman.redhat.com/mailman/listinfo/linux-lvm read the LVM HOW-TO at http://tldp.org/HOWTO/LVM-HOWTO/