dm-vdo / vdo-devel

Primary VDO mainline development repository
GNU General Public License v2.0
7 stars 11 forks source link

[VDO-5795] Add dmsetup message for returning config info #175

Closed bjohnsto closed 3 months ago

bjohnsto commented 3 months ago

In previous versions of VDO, we had a user tool called vdoDumpConfig which output configuration info from our geometry block and uds index. We have removed that tool and are replacing the functionality with a new dmsetup message called config, which will output a yaml string containing the same information. The yaml will contain a version number to handle future modifications to the string.

We have updated the VDO module number so that clients of VDO will know when they can call the new dmsetup message.

github-actions[bot] commented 3 months ago

Unit Test Results

    3 files    85 suites   25m 31s :stopwatch: 259 tests 258 :heavy_check_mark: 0 :zzz: 1 :x: 260 runs  259 :heavy_check_mark: 0 :zzz: 1 :x:

For more details on these failures, see this check.

Results for commit 0e9ce307.

:recycle: This comment has been updated with latest results.