Import Upstream version 1.8.5
[hcoop/debian/openafs.git] / doc / man-pages / pod5 / salvage.lock.pod
CommitLineData
805e021f
CE
1=head1 NAME
2
3salvage.lock - Prevents multiple simultaneous salvage operations on a partition
4
5=head1 DESCRIPTION
6
7The F<salvage.lock> file guarantees that only one Salvager (B<salvager>
8process) runs at a time on a file server machine (the single process can
9fork multiple subprocesses to salvage multiple partitions in parallel). As
10the Salvager initializes, it creates the empty (zero-length) file in the
11F</usr/afs/local> directory and invokes the B<flock> system call on it. It
12removes the file when it completes the salvage operation. Because the
13Salvager must lock the file to run, only one Salvager can run at a time.
14
15=head1 SEE ALSO
16
17L<salvager(8)>
18
19=head1 COPYRIGHT
20
21IBM Corporation 2000. <http://www.ibm.com/> All Rights Reserved.
22
23This documentation is covered by the IBM Public License Version 1.0. It was
24converted from HTML to POD by software written by Chas Williams and Russ
25Allbery, based on work by Alf Wachsmann and Elizabeth Cassell.