3 fssync-debug_query - Displays volume structure (FSYNC_VOL_QUERY opcode)
10 B<fssync-debug query> S<<< B<-volumeid> <I<volume ID>> >>>
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 q> S<<< B<-v> <I<volume ID>> >>>
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>>] >>>
22 B<fssync-debug qry> S<<< B<-v> <I<volume ID>> >>>
23 S<<< [B<-pa> <I<exact partition name>>] >>>
24 S<<< [B<-r> <I<sync protocol reason code>>] >>>
25 S<<< [B<-pr> <I<program type code>>] >>>
33 The B<fssync-debug query> command displays volume structure.
39 =item B<-volumeid> <I<volume ID>>
41 Specifies the numeric volume ID. Volume names are not permitted.
43 =item B<-partition> <I<exact partition name>>
45 Specifies the exact partition name (e.g. I</vicepa>). Abbreviations
48 =item B<-reason> <I<sync protocol reason code>>
50 Specifies numeric sync protocol reason code.
51 Available codes are listed in OpenAFS source file
52 F<src/vol/fssync_inline.h>. For SYNC_REASON_NONE,
55 =item B<-programtype> <I<program type code>>
57 Specifies program type code. Permitted values are
67 Prints the online help for this command. All other valid options are
72 =head1 PRIVILEGE REQUIRED
74 The issuer must have write access to the file server.
75 Usually, this means that the issuer must be the
76 local superuser C<root> on the file server machine.
80 L<fssync-debug_header(8)>,
81 L<fssync-debug_stats(8)>
85 Copyright 2010 Davor Ocelic <docelic@spinlocksolutions.com>
87 This documentation is covered by the IBM Public License Version 1.0. This
88 man page was written by Davor Ocelic for OpenAFS, based on documentation
89 from Steven Jenkins, Tom Keiser and Simon Wilkinson.