3 fssync-debug_error - Forces volume into hard error state (FSYNC_VOL_FORCE_ERROR opcode)
10 B<fssync-debug error> 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 e> 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>>] >>>
27 The B<fssync-debug error> command forces a volume into
34 =item B<-volumeid> <I<volume ID>>
36 Specifies the numeric volume ID. Volume names are not permitted.
38 =item B<-partition> <I<exact partition name>>
40 Specifies the exact partition name (e.g. I</vicepa>). Abbreviations
43 =item B<-reason> <I<sync protocol reason code>>
45 Specifies numeric sync protocol reason code.
46 Available codes are listed in OpenAFS source file
47 F<src/vol/fssync_inline.h>. For SYNC_REASON_NONE,
50 =item B<-programtype> <I<program type code>>
52 Specifies program type code. Permitted values are
62 Prints the online help for this command. All other valid options are
67 =head1 PRIVILEGE REQUIRED
69 The issuer must have write access to the file server.
70 Usually, this means that the issuer must be the
71 local superuser C<root> on the file server machine.
75 L<fssync-debug_attach(8)>,
76 L<fssync-debug_detach(8)>,
77 L<fssync-debug_online(8)>,
78 L<fssync-debug_offline(8)>,
79 L<fssync-debug_leaveoff(8)>,
80 L<fssync-debug_callback(8)>
84 Copyright 2010 Davor Ocelic <docelic@spinlocksolutions.com>
86 This documentation is covered by the IBM Public License Version 1.0. This
87 man page was written by Davor Ocelic for OpenAFS, based on documentation
88 from Steven Jenkins, Tom Keiser and Simon Wilkinson.