diff options
author | наб <[email protected]> | 2022-02-11 20:49:07 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2022-02-11 11:49:07 -0800 |
commit | 17fd8f6b0a8d848527e434e17b48e31022936bd3 (patch) | |
tree | 5bdc1329bbc8f5463d8569eb69fd9fbe3e2798f1 /man | |
parent | 0a222408f1e273bab049ee3664266c0c18456a0d (diff) |
zpoolprops.7: document leaked
It's noted very scarcely in the code as it stands, indeed the only
actual comment on this is
/*
* We have finished background destroying, but there is still
* some space left in the dp_free_dir. Transfer this leaked
* space to the dp_leak_dir.
*/
Introduced in fbeddd60b79690b6a6ececc9b00b6014d21405aa ("Illumos 4390 -
I/O errors can corrupt space map when deleting fs/vol"),
which explains, alongside the references, that this can only happen
with a corrupted pool
Reviewed-by: Brian Behlendorf <[email protected]>
Reviewed-by: George Melikov <[email protected]>
Signed-off-by: Ahelenia Ziemiańska <[email protected]>
Closes #13081
Diffstat (limited to 'man')
-rw-r--r-- | man/man7/zpoolprops.7 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/man/man7/zpoolprops.7 b/man/man7/zpoolprops.7 index 543920a1d..5bd1c2bf3 100644 --- a/man/man7/zpoolprops.7 +++ b/man/man7/zpoolprops.7 @@ -101,6 +101,10 @@ Over time will decrease while .Sy free increases. +.It Sy leaked +Space not released while +.Sy freeing +due to corruption, now permanently leaked into the pool. .It Sy health The current health of the pool. Health can be one of |