summaryrefslogtreecommitdiff
path: root/man/homectl.xml
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2021-11-04 17:38:13 +0100
committerLennart Poettering <lennart@poettering.net>2021-11-25 18:28:44 +0100
commit6d6d4459ab969cfd0b6fcb7afea1c76496f8788a (patch)
tree3d2b84ffb0283c7b02ae1be65f71bc67ff03f714 /man/homectl.xml
parent4950591627de2e859fb5fd1ae6d67e9c2e1b395e (diff)
downloadsystemd-6d6d4459ab969cfd0b6fcb7afea1c76496f8788a.tar.gz
homectl: add new "homectl rebalance" command
Let's add an explicit, synchronous command to request immediate rebalancing and wait for it.
Diffstat (limited to 'man/homectl.xml')
-rw-r--r--man/homectl.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/man/homectl.xml b/man/homectl.xml
index ca9225a1e0..5a06346d7b 100644
--- a/man/homectl.xml
+++ b/man/homectl.xml
@@ -946,6 +946,18 @@
scripts and such, but requires authentication with the user's credentials in order to be able to
unlock the user's home directory.</para></listitem>
</varlistentry>
+
+ <varlistentry>
+ <term><command>rebalance</command></term>
+
+ <listitem><para>Rebalance free disk space between active home areas and the backing storage. See
+ <option>--rebalance-weight=</option> above. This executes no operation unless there's at least one
+ active LUKS2 home area that has disk space rebalancing enabled. This operation is synchronous: it
+ will only complete once disk space is rebalanced according to the rebalancing weights. Note that
+ rebalancing also takes place automatically in the background in regular intervals. Use this command
+ to synchronously ensure disk space is properly redistributed before initiating an operation requiring
+ large amounts of disk space.</para></listitem>
+ </varlistentry>
</variablelist>
</refsect1>