]> git.proxmox.com Git - mirror_zfs.git/commit
zfs-create(8): ZFS for swap: caution, clarity
authorGraham Perrin <grahamperrin@gmail.com>
Fri, 2 Jun 2023 18:25:13 +0000 (19:25 +0100)
committerGitHub <noreply@github.com>
Fri, 2 Jun 2023 18:25:13 +0000 (11:25 -0700)
commit6c29422e90dca7a7ef6a69c721238a1c33f393f9
treefa5d9eb8ed3d0e07e475e557ecc53c2fb8b9113c
parent482da24e20735ebd67fb582ad8025ba517801503
zfs-create(8): ZFS for swap: caution, clarity

Make the section heading more generic (the section relates to ZFS files
as well as ZFS volumes).

Swapping to a ZFS volume is prone to deadlock. Remove the related
instruction, direct readers to OpenZFS FAQ. Related, but not linked
from within the manual page:

<https://openzfs.github.io/openzfs-docs/Project%20and%20Community/FAQ.html#using-a-zvol-for-a-swap-device-on-linux>
(Using a zvol for a swap device on Linux).

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Graham Perrin <grahamperrin@freebsd.org>
Issue #7734
Closes #14756
man/man8/zfs-create.8