3 fssync-debug_vgcdel - Delete an entry from the VG cache (FSYNC_VG_UPDATE opcode)
10 B<fssync-debug vgcdel>
11 S<<< B<-partition> <I<exact partition name>> >>>
12 S<<< B<-parent> <I<volume ID>> >>>
13 S<<< B<-child> <I<volume ID>> >>>
14 S<<< [B<-reason> <I<sync protocol reason code>>] >>>
15 S<<< [B<-programtype> <I<program type code>>] >>>
19 S<<< B<-part> <I<exact partition name>> >>>
20 S<<< B<-pare> <I<volume ID>> >>>
21 S<<< B<-c> <I<volume ID>> >>>
22 S<<< [B<-r> <I<sync protocol reason code>>] >>>
23 S<<< [B<-pr> <I<program type code>>] >>>
31 The B<fssync-debug vgcdel> command deletes an entry from the volume
38 =item B<-partition> <I<exact partition name>>
40 Specifies the exact partition name (e.g. I</vicepa>). Abbreviations
43 =item B<-parent> <I<volume ID>>
45 Specifies the numeric volume ID for the parent volume of the VGC entry.
47 =item B<-child> <I<volume ID>>
49 Specifies the numeric volume ID for the child volume in the VGC entry
52 =item B<-reason> <I<sync protocol reason code>>
54 Specifies numeric sync protocol reason code.
55 Available codes are listed in OpenAFS source file
56 F<src/vol/fssync_inline.h>. For SYNC_REASON_NONE,
59 =item B<-programtype> <I<program type code>>
61 Specifies program type code. Permitted values are
71 Prints the online help for this command. All other valid options are
76 =head1 PRIVILEGE REQUIRED
78 The issuer must have write access to the file server.
79 Usually, this means that the issuer must be the
80 local superuser C<root> on the file server machine.
84 L<fssync-debug_vgcadd(8)>,
85 L<fssync-debug_vgcquery(8)>,
86 L<fssync-debug_vgcscan(8)>,
87 L<fssync-debug_vgcscanall(8)>,
91 Copyright 2010 Sine Nomine Associates
93 This documentation is covered by the IBM Public License Version 1.0. This
94 man page was written by Andrew Deason and Davor Ocelic for OpenAFS.