Re: [dm-devel] [PATCH v3 0/4] add library to check if device is a valid path

2020-12-16 Thread Martin Wilck
Hi Ben: On Wed, 2020-10-21 at 16:39 -0500, Benjamin Marzinski wrote: > The main part of the this patchset is the first patch, which adds a > new library interface to check whether devices are valid paths. This > was designed for use in the Storage Instantiation Daemon (SID). > > https://github.co

Re: [dm-devel] [PATCH v3 0/4] add library to check if device is a valid path

2020-11-02 Thread Benjamin Marzinski
On Sun, Nov 01, 2020 at 09:33:09PM +, Martin Wilck wrote: > On Wed, 2020-10-21 at 16:39 -0500, Benjamin Marzinski wrote: > > The main part of the this patchset is the first patch, which adds a > > new library interface to check whether devices are valid paths. This > > was designed for use in t

Re: [dm-devel] [PATCH v3 0/4] add library to check if device is a valid path

2020-11-01 Thread Martin Wilck
On Wed, 2020-10-21 at 16:39 -0500, Benjamin Marzinski wrote: > The main part of the this patchset is the first patch, which adds a > new library interface to check whether devices are valid paths. This > was designed for use in the Storage Instantiation Daemon (SID). > > https://github.com/sid-pro

[dm-devel] [PATCH v3 0/4] add library to check if device is a valid path

2020-10-21 Thread Benjamin Marzinski
The main part of the this patchset is the first patch, which adds a new library interface to check whether devices are valid paths. This was designed for use in the Storage Instantiation Daemon (SID). https://github.com/sid-project The seconds patch adds unit tests for this library. The third pat