diff options
author | Lennart Poettering <lennart@poettering.net> | 2020-05-05 18:48:47 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2020-05-07 16:13:07 +0200 |
commit | c0440512e619d70d54ab5fa27acc63d5184fb46a (patch) | |
tree | 13bdfc2d7b58b0f4c7d403f8ed4d55cdcf1681a7 /docs/USER_RECORD.md | |
parent | homework: run fitrim or fallocate on logout based on the new user record prop... (diff) | |
download | systemd-c0440512e619d70d54ab5fa27acc63d5184fb46a.tar.xz systemd-c0440512e619d70d54ab5fa27acc63d5184fb46a.zip |
docs: document the new offline discard logic
Diffstat (limited to 'docs/USER_RECORD.md')
-rw-r--r-- | docs/USER_RECORD.md | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/docs/USER_RECORD.md b/docs/USER_RECORD.md index 72acbcc026..6269b1e6ca 100644 --- a/docs/USER_RECORD.md +++ b/docs/USER_RECORD.md @@ -455,6 +455,10 @@ storage. If false and `luks` storage is used turns this behavior off. In addition, depending on this setting an `FITRIM` or `fallocate()` operation is executed to make sure the image matches the selected option. +`luksOfflineDiscard` → A boolean. Similar to `luksDiscard`, it controls whether +to trim/allocate the file system/backing file when deactivating the home +directory. + `luksCipher` → A string, indicating the cipher to use for the LUKS storage mechanism. `luksCipherMode` → A string, selecting the cipher mode to use for the LUKS storage mechanism. @@ -648,11 +652,12 @@ that may be used in this section are identical to the equally named ones in the `mountNoDevices`, `mountNoSuid`, `mountNoExecute`, `cifsDomain`, `cifsUserName`, `cifsService`, `imagePath`, `uid`, `gid`, `memberOf`, `fileSystemType`, `partitionUuid`, `luksUuid`, `fileSystemUuid`, `luksDiscard`, -`luksCipher`, `luksCipherMode`, `luksVolumeKeySize`, `luksPbkdfHashAlgorithm`, -`luksPbkdfType`, `luksPbkdfTimeCostUSec`, `luksPbkdfMemoryCost`, -`luksPbkdfParallelThreads`, `rateLimitIntervalUSec`, `rateLimitBurst`, -`enforcePasswordPolicy`, `autoLogin`, `stopDelayUSec`, `killProcesses`, -`passwordChangeMinUSec`, `passwordChangeMaxUSec`, `passwordChangeWarnUSec`, +`luksOfflineDiscard`, `luksOfflineDiscard`, `luksCipher`, `luksCipherMode`, +`luksVolumeKeySize`, `luksPbkdfHashAlgorithm`, `luksPbkdfType`, +`luksPbkdfTimeCostUSec`, `luksPbkdfMemoryCost`, `luksPbkdfParallelThreads`, +`rateLimitIntervalUSec`, `rateLimitBurst`, `enforcePasswordPolicy`, +`autoLogin`, `stopDelayUSec`, `killProcesses`, `passwordChangeMinUSec`, +`passwordChangeMaxUSec`, `passwordChangeWarnUSec`, `passwordChangeInactiveUSec`, `passwordChangeNow`, `pkcs11TokenUri`. ## Fields in the `binding` section |