auth: fix cellservdb update check
[openafs.git] / doc / man-pages / pod8 / fssync-debug_vgcscanall.pod
1 =head1 NAME
2
3 fssync-debug_vgcscanall - Force a VG cache rescan on all partitions (FSYNC_VG_SCAN_ALL opcode)
4
5 =head1 SYNOPSIS
6
7 =for html
8 <div class="synopsis">
9
10 B<fssync-debug vgcscanall>
11     S<<< [B<-reason> <I<sync protocol reason code>>] >>>
12     S<<< [B<-programtype> <I<program type code>>] >>>
13     [B<-help>]
14
15 B<fssync-debug vgcscana>
16     S<<< [B<-r> <I<sync protocol reason code>>] >>>
17     S<<< [B<-pr> <I<program type code>>] >>>
18     [B<-h>]
19
20 =for html
21 </div>
22
23 =head1 DESCRIPTION
24
25 The B<fssync-debug vgcscanall> command forces a rescan of the volume
26 group cache (VGC) for all partitions attached by the fileserver.
27
28 =head1 OPTIONS
29
30 =over 4
31
32 =item B<-reason> <I<sync protocol reason code>>
33
34 Specifies numeric sync protocol reason code.
35 Available codes are listed in OpenAFS source file
36 F<src/vol/fssync_inline.h>. For SYNC_REASON_NONE,
37 use B<-reason I<0>>.
38
39 =item B<-programtype> <I<program type code>>
40
41 Specifies program type code. Permitted values are
42 I<fileServer>,
43 I<volumeUtility>,
44 I<salvager>,
45 I<salvageServer>,
46 I<volumeServer> and
47 I<volumeSalvager>.
48
49 =back
50
51 =head1 PRIVILEGE REQUIRED
52
53 The issuer must have write access to the file server.
54 Usually, this means that the issuer must be the
55 local superuser C<root> on the file server machine.
56
57 =head1 SEE ALSO
58
59 L<fssync-debug_vgcadd(8)>,
60 L<fssync-debug_vgcdel(8)>,
61 L<fssync-debug_vgcquery(8)>,
62 L<fssync-debug_vgcscan(8)>,
63
64 =head1 COPYRIGHT
65
66 Copyright 2010 Sine Nomine Associates
67
68 This documentation is covered by the IBM Public License Version 1.0. This
69 man page was written by Andrew Deason and Davor Ocelic for OpenAFS.