diff options
author | Lennart Poettering <lennart@poettering.net> | 2021-10-29 14:34:24 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2021-11-19 00:05:53 +0100 |
commit | 9f5827e01cb8517d61b39fbfe29173900866a713 (patch) | |
tree | fb4e6f8c99dd33f04b2aa07a0ce0ff8704d79e08 /man/homectl.xml | |
parent | test: extend homed test to test home dir "maximization" (diff) | |
download | systemd-9f5827e01cb8517d61b39fbfe29173900866a713.tar.xz systemd-9f5827e01cb8517d61b39fbfe29173900866a713.zip |
homectl: parse "min" and "max" as special disk size values
Diffstat (limited to 'man/homectl.xml')
-rw-r--r-- | man/homectl.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/man/homectl.xml b/man/homectl.xml index 1b109938ce..6ed8e90bf1 100644 --- a/man/homectl.xml +++ b/man/homectl.xml @@ -849,7 +849,11 @@ <literal>xfs</literal> and <literal>btrfs</literal> the home directory may be grown while the user is logged in, and on the latter also shrunk while the user is logged in. If the <literal>subvolume</literal>, <literal>directory</literal>, <literal>fscrypt</literal> storage - mechanisms are used, resizing will change file system quota.</para></listitem> + mechanisms are used, resizing will change file system quota. The size parameter may make use of the + usual suffixes B, K, M, G, T (to the base of 1024). The special strings <literal>min</literal> and + <literal>max</literal> may be specified in place of a numeric size value, for minimizing or + maximizing disk space assigned to the home area, taking constraints of the file system, disk usage inside + the home area and on the backing storage into account.</para></listitem> </varlistentry> <varlistentry> |