diff options
author | Lennart Poettering <lennart@poettering.net> | 2021-11-02 23:09:31 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2021-11-25 18:28:44 +0100 |
commit | 9aa3e5ebdfee7a02a68198a8f2663a45c8bd4b25 (patch) | |
tree | 3539011789a2a99102cecf7c219ee55b69b2bc10 /docs/USER_RECORD.md | |
parent | test: don't provide password to deactivation (diff) | |
download | systemd-9aa3e5ebdfee7a02a68198a8f2663a45c8bd4b25.tar.xz systemd-9aa3e5ebdfee7a02a68198a8f2663a45c8bd4b25.zip |
user-record: add rebalanceWeight field
Diffstat (limited to 'docs/USER_RECORD.md')
-rw-r--r-- | docs/USER_RECORD.md | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/docs/USER_RECORD.md b/docs/USER_RECORD.md index 9634f32b70..ea800c9928 100644 --- a/docs/USER_RECORD.md +++ b/docs/USER_RECORD.md @@ -507,6 +507,12 @@ the size configured in `diskSize` automatically at login time. If set to `shrink-and-grown` the home area is also shrunk to the minimal size possible (as dictated by used disk space and file system constraints) on logout. +`rebalanceWeight` → An unsigned integer, `null` or a boolean. Configures the +free disk space rebalancing weight for the home area. The integer must be in +the range 1…10000 to configure an explicit weight. If unset, or set to `null` +or `true` the default weight of 100 is implied. If set to 0 or `false` +rebalancing is turned off for this home area. + `service` → A string declaring the service that defines or manages this user record. It is recommended to use reverse domain name notation for this. For example, if `systemd-homed` manages a user a string of `io.systemd.Home` is @@ -729,9 +735,10 @@ that may be used in this section are identical to the equally named ones in the `fileSystemUuid`, `luksDiscard`, `luksOfflineDiscard`, `luksCipher`, `luksCipherMode`, `luksVolumeKeySize`, `luksPbkdfHashAlgorithm`, `luksPbkdfType`, `luksPbkdfTimeCostUSec`, `luksPbkdfMemoryCost`, -`luksPbkdfParallelThreads`, `rateLimitIntervalUSec`, `rateLimitBurst`, -`enforcePasswordPolicy`, `autoLogin`, `stopDelayUSec`, `killProcesses`, -`passwordChangeMinUSec`, `passwordChangeMaxUSec`, `passwordChangeWarnUSec`, +`luksPbkdfParallelThreads`, `autoResizeMode`, `rebalanceWeight`, +`rateLimitIntervalUSec`, `rateLimitBurst`, `enforcePasswordPolicy`, +`autoLogin`, `stopDelayUSec`, `killProcesses`, `passwordChangeMinUSec`, +`passwordChangeMaxUSec`, `passwordChangeWarnUSec`, `passwordChangeInactiveUSec`, `passwordChangeNow`, `pkcs11TokenUri`, `fido2HmacCredential`. |