summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorKarel Zak2018-06-15 12:07:10 +0200
committerKarel Zak2018-06-21 13:19:28 +0200
commitbe869840b1921d745a924783bf0ca8bc799d5d03 (patch)
tree72a08e21a98c9b4451ecde372bd6f48f2d07c143 /Documentation
parentlsblk: use new ul_path_* API (diff)
downloadkernel-qcow2-util-linux-be869840b1921d745a924783bf0ca8bc799d5d03.tar.gz
kernel-qcow2-util-linux-be869840b1921d745a924783bf0ca8bc799d5d03.tar.xz
kernel-qcow2-util-linux-be869840b1921d745a924783bf0ca8bc799d5d03.zip
docs: add note about lsblk to TODO
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/TODO9
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/TODO b/Documentation/TODO
index 95d395087..78dc32a76 100644
--- a/Documentation/TODO
+++ b/Documentation/TODO
@@ -54,6 +54,15 @@ lscpu
lsblk
-----
+ - add --sysroot to read sysfs data from dumps rather than from a real sysfs
+ - add regression tests based on --sysroot
+
+ - re-write the way how lsblk internally holds info about devices. Now we
+ compose only output (by libsmartcols). It would be better to have in memory
+ complete tree of the devices and generate the output from this tree. It will
+ make code more readable and allow to generate output in more ways -- for
+ example for RAIDs (https://github.com/karelzak/util-linux/issues/616)
+
- currently it does not show mountpoint for all devices in btrfs RAID. It's because
/proc/#/mountinfo contains reference to the one device only. Maybe we can add some
btrfs specific code to provide a better output for FS based stacks. Not sure.