openafs/doc/man-pages/pod1/fs_flushall.pod
Michael Meffie 4197bbecd9 libafs: fs flushall for unix cm
Implement the fs flushall command on the unix cache manager to flush
all volume data.  Uses a new common pioctl code point VIOC_FLUSHALL (14),
registered with the grand.central.org assigned numbers.

Change-Id: I214d8c762573b308d79fa7122a91d48ddd403eb9
Reviewed-on: http://gerrit.openafs.org/7540
Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
2013-01-24 08:35:40 -08:00

60 lines
917 B
Plaintext

=head1 NAME
fs_flushall - Force the AFS Cache Manager to discard all data
=head1 SYNOPSIS
=for html
<div class="synopsis">
B<fs flushall> [B<-help>]
B<fs flusha> [B<-h>]
=for html
</div>
=head1 DESCRIPTION
The B<fs flushall> command flushes all data from the AFS cache.
=head1 OPTIONS
=over 4
=item B<-help>
Prints the online help for this command.
=back
=head1 OUTPUT
This command has no output.
=head1 EXAMPLES
Aside from the help, there is only one way to run B<fs flushall>, which is
as follows:
% fs flushall
%
=head1 PRIVILEGE REQUIRED
No special privileges are required for this command.
=head1 SEE ALSO
L<fs_flush(1)>,
L<fs_flushmount(1)>,
L<fs_flushvolume(1)>
=head1 COPYRIGHT
Copyright 2007 Jason Edgecombe <jason@rampaginggeek.com>
This documentation is covered by the BSD License as written in the
doc/LICENSE file. This man page was written by Jason Edgecombe for
OpenAFS.