summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorKarel Zak2018-08-24 12:04:24 +0200
committerKarel Zak2018-08-24 12:04:24 +0200
commitcf96b08efaa28d2780714d51f5dc80f1e4f53659 (patch)
tree7a92444a2b93a4be45d82ba335598419e7334cfd /Documentation
parentdocs: cleanup TODO (diff)
downloadkernel-qcow2-util-linux-cf96b08efaa28d2780714d51f5dc80f1e4f53659.tar.gz
kernel-qcow2-util-linux-cf96b08efaa28d2780714d51f5dc80f1e4f53659.tar.xz
kernel-qcow2-util-linux-cf96b08efaa28d2780714d51f5dc80f1e4f53659.zip
docs: add note about lsblk usage/free cols
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/TODO4
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/TODO b/Documentation/TODO
index 1aece4c6c..73385dcd7 100644
--- a/Documentation/TODO
+++ b/Documentation/TODO
@@ -45,6 +45,10 @@ lsblk
btrfs specific code to provide a better output for FS based stacks. Not sure.
https://bugzilla.redhat.com/show_bug.cgi?id=1084453
+ - think about free/used space columns; the problem is that such info is about FS
+ and it may be confusing for end-users when FS to DEV mapping is not 1:1 (RAIDs, btrfs,
+ ...)
+
nsenter(1)
----------
- read the default UID and GID from the target process.