diff options
author | Karel Zak | 2016-11-02 14:47:37 +0100 |
---|---|---|
committer | Karel Zak | 2016-11-02 14:47:37 +0100 |
commit | e76e6747cbd9eb1facbdb6026481e680c256750b (patch) | |
tree | 4e1aead60618b7aea58a552da5ca84e4beb92125 /Documentation | |
parent | lsblk: sort by MAJ:MIN by default (diff) | |
download | kernel-qcow2-util-linux-e76e6747cbd9eb1facbdb6026481e680c256750b.tar.gz kernel-qcow2-util-linux-e76e6747cbd9eb1facbdb6026481e680c256750b.tar.xz kernel-qcow2-util-linux-e76e6747cbd9eb1facbdb6026481e680c256750b.zip |
lsblk: add note about --sort and --list relation
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/TODO | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/TODO b/Documentation/TODO index 1d6b277a4..c603fd3f0 100644 --- a/Documentation/TODO +++ b/Documentation/TODO @@ -24,6 +24,9 @@ lscpu lsblk ----- + - (!) add --tree to force tree output for operations like --sort where the + --list is enabled by default. + - 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. |