xref: /freebsd/sys/contrib/openzfs/man/man1/zvol_wait.1 (revision 61145dc2b94f12f6a47344fb9aac702321880e43)
1.\" SPDX-License-Identifier: CDDL-1.0
2.\"
3.\" This file and its contents are supplied under the terms of the
4.\" Common Development and Distribution License ("CDDL"), version 1.0.
5.\" You may only use this file in accordance with the terms of version
6.\" 1.0 of the CDDL.
7.\"
8.\" A full copy of the text of the CDDL should have accompanied this
9.\" source.  A copy of the CDDL is also available via the Internet at
10.\" http://www.illumos.org/license/CDDL.
11.\"
12.Dd May 27, 2021
13.Dt ZVOL_WAIT 1
14.Os
15.
16.Sh NAME
17.Nm zvol_wait
18.Nd wait for ZFS volume links to appear in /dev
19.Sh SYNOPSIS
20.Nm
21.
22.Sh DESCRIPTION
23When a ZFS pool is imported, the volumes within it will appear as block devices.
24As they're registered,
25.Xr udev 7
26asynchronously creates symlinks under
27.Pa /dev/zvol
28using the volumes' names.
29.Nm
30will wait for all those symlinks to be created before exiting.
31.
32.Sh SEE ALSO
33.Xr udev 7
34