Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
ZFS-WAIT(8)		    System Manager's Manual		   ZFS-WAIT(8)

NAME
       zfs-wait	-- wait	for activity in	ZFS filesystem to stop

SYNOPSIS
       zfs wait	[-t activity[,activity]] filesystem

DESCRIPTION
       Waits  until  all  background activity of the given types has ceased in
       the given filesystem.  The activity could cease	because	 it  has  com-
       pleted  or  because the filesystem has been destroyed or	unmounted.  If
       no activities are specified, the	command	waits until background	activ-
       ity  of every type listed below has ceased.  If there is	no activity of
       the given types in progress, the	command	returns	immediately.

       These are the possible values for activity, along with  what  each  one
       waits for:
	     deleteq  The filesystem's internal	delete queue to	empty

       Note  that the internal delete queue does not finish draining until all
       large files have	had time to be fully destroyed and all open file  han-
       dles to unlinked	files are closed.

SEE ALSO
       lsof(8)

FreeBSD	Ports 14.quarterly	 May 31, 2021			   ZFS-WAIT(8)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=zfs-wait&sektion=8&manpath=FreeBSD+Ports+14.3.quarterly>

home | help