summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorKarel Zak2018-12-07 12:29:50 +0100
committerKarel Zak2018-12-07 12:57:49 +0100
commit0bd05f5ee4876ffd13c98acd56c2bff9971f28f1 (patch)
treef0635d4af03006fa5cf90c03ee4ed7a32dfd89d9 /Documentation
parentlibsmartcols: add grouping API docs (diff)
downloadkernel-qcow2-util-linux-0bd05f5ee4876ffd13c98acd56c2bff9971f28f1.tar.gz
kernel-qcow2-util-linux-0bd05f5ee4876ffd13c98acd56c2bff9971f28f1.tar.xz
kernel-qcow2-util-linux-0bd05f5ee4876ffd13c98acd56c2bff9971f28f1.zip
lsblk: add --merge
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/TODO16
1 files changed, 0 insertions, 16 deletions
diff --git a/Documentation/TODO b/Documentation/TODO
index 118aa9a89..03e0a75cb 100644
--- a/Documentation/TODO
+++ b/Documentation/TODO
@@ -43,22 +43,6 @@ lsblk
and it may be confusing for end-users when FS to DEV mapping is not 1:1 (RAIDs, btrfs,
...)
- - add --merge option to merge the same trees
- sdb 8:16 0 204M 0 disk
- └─md127 9:127 0 611.5M 0 raid0
- sdc 8:32 0 204M 0 disk
- └─md127 9:127 0 611.5M 0 raid0
- sdd 8:48 0 204M 0 disk
- └─md127 9:127 0 611.5M 0 raid0
- to
- sdb| 8:16 0 204M 0 disk
- sdc| 8:32 0 204M 0 disk
- sdd| 8:48 0 204M 0 disk
- └─md127 9:127 0 611.5M 0 raid0
-
- This feature will require change to libsmartcols to support "multi-parent"
- output formatting (more than one parent).
-
nsenter(1)
----------
- read the default UID and GID from the target process.