3 fssync-debug_vgcscan - Force a VG cache rescan (FSYNC_VG_SCAN opcode)
10 B<fssync-debug vgcscan>
11 S<<< B<-partition> <I<exact partition name>> >>>
12 S<<< [B<-reason> <I<sync protocol reason code>>] >>>
13 S<<< [B<-programtype> <I<program type code>>] >>>
16 B<fssync-debug vgcscan>
17 S<<< B<-pa> <I<exact partition name>> >>>
18 S<<< [B<-r> <I<sync protocol reason code>>] >>>
19 S<<< [B<-pr> <I<program type code>>] >>>
27 The B<fssync-debug vgcscan> command forces a rescan of the volume group
28 cache (VGC) for a particular partition.
34 =item B<-partition> <I<exact partition name>>
36 Specifies the exact partition name (e.g. I</vicepa>). Abbreviations
39 =item B<-reason> <I<sync protocol reason code>>
41 Specifies numeric sync protocol reason code.
42 Available codes are listed in OpenAFS source file
43 F<src/vol/fssync_inline.h>. For SYNC_REASON_NONE,
46 =item B<-programtype> <I<program type code>>
48 Specifies program type code. Permitted values are
58 Prints the online help for this command. All other valid options are
63 =head1 PRIVILEGE REQUIRED
65 The issuer must have write access to the file server.
66 Usually, this means that the issuer must be the
67 local superuser C<root> on the file server machine.
71 L<fssync-debug_vgcadd(8)>,
72 L<fssync-debug_vgcdel(8)>,
73 L<fssync-debug_vgcquery(8)>,
74 L<fssync-debug_vgcscanall(8)>,
78 Copyright 2010 Sine Nomine Associates
80 This documentation is covered by the IBM Public License Version 1.0. This
81 man page was written by Andrew Deason and Davor Ocelic for OpenAFS.