]> git.proxmox.com Git - mirror_zfs.git/commit
zpoolprops.7: document leaked
authorнаб <nabijaczleweli@nabijaczleweli.xyz>
Fri, 11 Feb 2022 19:49:07 +0000 (20:49 +0100)
committerGitHub <noreply@github.com>
Fri, 11 Feb 2022 19:49:07 +0000 (11:49 -0800)
commit17fd8f6b0a8d848527e434e17b48e31022936bd3
tree5bdc1329bbc8f5463d8569eb69fd9fbe3e2798f1
parent0a222408f1e273bab049ee3664266c0c18456a0d
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 <behlendorf1@llnl.gov>
Reviewed-by: George Melikov <mail@gmelikov.ru>
Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>
Closes #13081
man/man7/zpoolprops.7