Skip to content

Add kpartx from multipath-tools 0.8.6 #2149

Merged
merged 2 commits into from
May 27, 2021
Merged

Commits on May 27, 2021

  1. liburcu: Add version 0.12.2

    Needed by multipath-tools (kpartx).
    
    [Description](https://liburcu.org/):
    
    > liburcu is a LGPLv2.1 userspace RCU (read-copy-update) library. This
    > data synchronization library provides read-side access which scales
    > linearly with the number of cores.
    pmenzel committed May 27, 2021
    Configuration menu
    Copy the full SHA
    98378d6 View commit details
    Browse the repository at this point in the history
  2. multipath-tools: Add version 0.8.6, only install kpartx

    kpartx is handy to work on raw disk images. From kpartx(8):
    
    > This  tool,  derived  from util-linux' partx, reads partition tables on
    > specified device and create device maps over  partitions  segments  detected.
    > It  is called from hotplug upon device maps creation and deletion.
    
    >        To mount all the partitions in a raw disk image:
    >
    >               kpartx -av disk.img
    
    Add [patch][1] to fix build with MarIuX’ old libdevmapper.
    
    [1]: https://lore.kernel.org/dm-devel/20210520195208.30542-1-mwilck@suse.com/T/#u
    pmenzel committed May 27, 2021
    Configuration menu
    Copy the full SHA
    470bef8 View commit details
    Browse the repository at this point in the history