3 fssync-debug_attach - Forces full volume attachment (FSYNC_VOL_ATTACH opcode)
10 B<fssync-debug attach> 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 at> 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 attach> command forces full attachment of
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_detach(8)>,
76 L<fssync-debug_callback(8)>,
77 L<fssync-debug_online(8)>,
78 L<fssync-debug_offline(8)>,
79 L<fssync-debug_error(8)>
83 Copyright 2010 Davor Ocelic <docelic@spinlocksolutions.com>
85 This documentation is covered by the IBM Public License Version 1.0. This
86 man page was written by Davor Ocelic for OpenAFS, based on documentation
87 from Steven Jenkins, Tom Keiser and Simon Wilkinson.