mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-18 02:20:59 +03:00
6706552ea6
The recommended practice for `.Os` on FreeBSD is to not specify any arguments. The correct OS name is used automatically. Oddly enough, on the Linux distro I tested this on (CentOS 7), the man pager defaulted to displaying "BSD" as the OS rather than "Linux". To accommodate this, tack " Linux" back on in an install hook on Linux. This is much simpler than removing it for FreeBSD when vendored in the base system. Reviewed-by: George Melikov <mail@gmelikov.ru> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Ryan Moeller <ryan@iXsystems.com> Closes #10760
22 lines
482 B
Groff
22 lines
482 B
Groff
.Dd July 5, 2019
|
|
.Dt ZVOL_WAIT 1 SMM
|
|
.Os
|
|
.Sh NAME
|
|
.Nm zvol_wait
|
|
.Nd Wait for ZFS volume links in
|
|
.Em /dev
|
|
to be created.
|
|
.Sh SYNOPSIS
|
|
.Nm
|
|
.Sh DESCRIPTION
|
|
When a ZFS pool is imported, ZFS will register each ZFS volume
|
|
(zvol) as a disk device with the system. As the disks are registered,
|
|
.Xr \fBudev 7\fR
|
|
will asynchronously create symlinks under
|
|
.Em /dev/zvol
|
|
using the zvol's name.
|
|
.Nm
|
|
will wait for all those symlinks to be created before returning.
|
|
.Sh SEE ALSO
|
|
.Xr \fBudev 7\fR
|