Skip to content

Manipulating (pre-)existing thin-pool devices not backed by LinearDevs #945

Answered by mulkieran
ckatsak asked this question in Q&A
Discussion options

You must be logged in to vote

@ckatsak That is correct. And it is clear that it is not convenient. However, you might still be able to use the library in one of two ways in order to do this. First, this project exports lower-level -sys bindings, which you can use independently: https://crates.io/crates/devicemapper-sys . Second, this library supports a core module which is built on the lower-level bindings but is not DM target-specific. While it removes thin pool specific conveniences that you might prefer to have available, it might allow you more flexibility to do what it is that you are trying.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ckatsak
Comment options

Answer selected by ckatsak
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #943 on November 15, 2024 14:41.