On Mon, Jun 21, 2021 at 10:29 PM <[email protected]> wrote: > > Hi, > What are the internal commands used to clone LVM partitions ?
Are you sure this is the right mailing list? > (you can simply indicate me the source code where this is done) If you mean how we copy disks lvm based disks (e.g. on FC/iSCSI storage domain), we use this: https://github.com/oVirt/vdsm/blob/4f728377f6cd6950035a7739014737789a4d6f14/lib/vdsm/storage/qemuimg.py#L232 Most flows uses this API for copying disks: https://github.com/oVirt/vdsm/blob/master/lib/vdsm/storage/sdm/api/copy_data.py Nir _______________________________________________ Devel mailing list -- [email protected] To unsubscribe send an email to [email protected] Privacy Statement: https://www.ovirt.org/privacy-policy.html oVirt Code of Conduct: https://www.ovirt.org/community/about/community-guidelines/ List Archives: https://lists.ovirt.org/archives/list/[email protected]/message/YI7LQQBB5U2UMXF75RUCX2NQVFGNR4X5/
