mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
Also rename DevNos header to DevNosUsed in dmsetup info -c output.
This commit is contained in:
parent
0be6c87a56
commit
d13f356bf5
@ -1,6 +1,6 @@
|
||||
Version 1.02.75 -
|
||||
================================
|
||||
Rename (Blk)DevNames header to (Blk)DevNamesUsed in dmsetup info -c output.
|
||||
Rename (Blk)DevNames/DevNos dmsetup header to (Blk)DevNamesUsed/DevNosUsed.
|
||||
Add configure --with-veritysetup for independent veritysetup tool.
|
||||
Properly support passed in dmevent path in dm_event_register_handler().
|
||||
Remove dmeventd fifos on exit if they are not managed by systemd.
|
||||
|
@ -2760,7 +2760,7 @@ FIELD_O(INFO, dm_info, NUM, "Event", event_nr, 6, uint32, "events", "Number of m
|
||||
|
||||
FIELD_O(DEPS, dm_deps, NUM, "#Devs", count, 5, int32, "device_count", "Number of devices used by this one.")
|
||||
FIELD_F(TREE, STR, "DevNamesUsed", 16, dm_deps_names, "devs_used", "List of names of mapped devices used by this one.")
|
||||
FIELD_F(DEPS, STR, "DevNos", 6, dm_deps, "devnos_used", "List of device numbers of devices used by this one.")
|
||||
FIELD_F(DEPS, STR, "DevNosUsed", 16, dm_deps, "devnos_used", "List of device numbers of devices used by this one.")
|
||||
FIELD_F(DEPS, STR, "BlkDevNamesUsed", 16, dm_deps_blk_names, "blkdevs_used", "List of names of block devices used by this one.")
|
||||
|
||||
FIELD_F(TREE, NUM, "#Refs", 5, dm_tree_parents_count, "device_ref_count", "Number of mapped devices referencing this one.")
|
||||
|
Loading…
Reference in New Issue
Block a user