doc: Correct volume size CAUTIONS notes
[openafs.git] / doc / man-pages / pod8 / fssync-debug_volop.pod
1 =head1 NAME
2
3 fssync-debug_volop - Display pending volume operation info (FSYNC_VOL_QUERY_VOP opcode)
4
5 =head1 SYNOPSIS
6
7 =for html
8 <div class="synopsis">
9
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>>] >>>
14     [B<-help>]
15
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>>] >>>
20
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>>] >>>
25     [B<-h>]
26     [B<-h>]
27
28 =for html
29 </div>
30
31 =head1 DESCRIPTION
32
33 The B<fssync-debug volop> command displays information about the
34 pending volume operation for a given volume, if any.
35
36 =head1 OPTIONS
37
38 =over 4
39
40 =item B<-volumeid> <I<volume ID>>
41
42 Specifies the numeric volume ID. Volume names are not permitted.
43
44 =item B<-partition> <I<exact partition name>>
45
46 Specifies the exact partition name (e.g. I</vicepa>). Abbreviations
47 are not permitted.
48
49 =item B<-reason> <I<sync protocol reason code>>
50
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,
54 use B<-reason I<0>>.
55
56 =item B<-programtype> <I<program type code>>
57
58 Specifies program type code. Permitted values are
59 I<fileServer>,
60 I<volumeUtility>,
61 I<salvager>,
62 I<salvageServer>,
63 I<volumeServer> and
64 I<volumeSalvager>.
65
66 =back
67
68 =head1 PRIVILEGE REQUIRED
69
70 The issuer must have write access to the file server.
71 Usually, this means that the issuer must be the
72 local superuser C<root> on the file server machine.
73
74 =head1 SEE ALSO
75
76 L<fssync-debug_attach(8)>,
77 L<fssync-debug_detach(8)>,
78 L<fssync-debug_mode(8)>,
79 L<fssync-debug_online(8)>,
80 L<fssync-debug_offline(8)>,
81 L<fssync-debug_error(8)>
82
83 =head1 COPYRIGHT
84
85 Copyright 2010 Sine Nomine Associates
86
87 This documentation is covered by the IBM Public License Version 1.0.  This
88 man page was written by Andrew Deason and Davor Ocelic for OpenAFS.