3 fssync-debug_volop - Display pending volume operation info (FSYNC_VOL_QUERY_VOP opcode)
10 B<fssync-debug volop> 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 vo> 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>>] >>>
21 B<fssync-debug vop> S<<< B<-v> <I<volume ID>> >>>
22 S<<< [B<-pa> <I<exact partition name>>] >>>
23 S<<< [B<-r> <I<sync protocol reason code>>] >>>
24 S<<< [B<-pr> <I<program type code>>] >>>
33 The B<fssync-debug volop> command displays information about the
34 pending volume operation for a given volume, if any.
40 =item B<-volumeid> <I<volume ID>>
42 Specifies the numeric volume ID. Volume names are not permitted.
44 =item B<-partition> <I<exact partition name>>
46 Specifies the exact partition name (e.g. I</vicepa>). Abbreviations
49 =item B<-reason> <I<sync protocol reason code>>
51 Specifies numeric sync protocol reason code.
52 Available codes are listed in OpenAFS source file
53 F<src/vol/fssync_inline.h>. For SYNC_REASON_NONE,
56 =item B<-programtype> <I<program type code>>
58 Specifies program type code. Permitted values are
68 Prints the online help for this command. All other valid options are
73 =head1 PRIVILEGE REQUIRED
75 The issuer must have write access to the file server.
76 Usually, this means that the issuer must be the
77 local superuser C<root> on the file server machine.
81 L<fssync-debug_attach(8)>,
82 L<fssync-debug_detach(8)>,
83 L<fssync-debug_mode(8)>,
84 L<fssync-debug_online(8)>,
85 L<fssync-debug_offline(8)>,
86 L<fssync-debug_error(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.