3 fssync-debug_vgcadd - Add an entry to the VG cache (FSYNC_VG_UPDATE opcode)
10 B<fssync-debug vgcadd>
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 vgcadd> command adds an entry to the volume group
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.
51 =item B<-reason> <I<sync protocol reason code>>
53 Specifies numeric sync protocol reason code.
54 Available codes are listed in OpenAFS source file
55 F<src/vol/fssync_inline.h>. For SYNC_REASON_NONE,
58 =item B<-programtype> <I<program type code>>
60 Specifies program type code. Permitted values are
70 Prints the online help for this command. All other valid options are
75 =head1 PRIVILEGE REQUIRED
77 The issuer must have write access to the file server.
78 Usually, this means that the issuer must be the
79 local superuser C<root> on the file server machine.
83 L<fssync-debug_vgcdel(8)>,
84 L<fssync-debug_vgcquery(8)>,
85 L<fssync-debug_vgcscan(8)>,
86 L<fssync-debug_vgcscanall(8)>,
90 Copyright 2010 Sine Nomine Associates
92 This documentation is covered by the IBM Public License Version 1.0. This
93 man page was written by Andrew Deason and Davor Ocelic for OpenAFS.