Scroll to navigation

FSSYNC-DEBUG_LIST(8) AFS Command Reference FSSYNC-DEBUG_LIST(8)

NAME

fssync-debug_list - Historical sync command (FSYNC_VOL_LISTVOLUMES opcode)

SYNOPSIS

fssync-debug list -volumeid <volume ID>
[-partition <exact partition name>]
[-reason <sync protocol reason code>]
[-programtype <program type code>]
[-help]

fssync-debug li -v <volume ID>
[-pa <exact partition name>]
[-r <sync protocol reason code>]
[-pr <program type code>]
[-h]

fssync-debug ls -v <volume ID>
[-pa <exact partition name>]
[-r <sync protocol reason code>]
[-pr <program type code>]
[-h]

DESCRIPTION

The fssync-debug list does nothing but return success, assuming the fileserver is available. The opcode it calls exists for historical reasons, and now does nothing.

OPTIONS

Specifies the numeric volume ID. Volume names are not permitted.
Specifies the exact partition name (e.g. /vicepa). Abbreviations are not permitted.
Specifies numeric sync protocol reason code. Available codes are listed in OpenAFS source file src/vol/fssync_inline.h. For SYNC_REASON_NONE, use -reason 0.
Specifies program type code. Permitted values are fileServer, volumeUtility, salvager, salvageServer, volumeServer and volumeSalvager.
Prints the online help for this command. All other valid options are ignored.

PRIVILEGE REQUIRED

The issuer must have write access to the file server. Usually, this means that the issuer must be the local superuser "root" on the file server machine.

SEE ALSO

fssync-debug_header(8), fssync-debug_stats(8)

COPYRIGHT

Copyright 2010 Davor Ocelic <docelic@spinlocksolutions.com>

This documentation is covered by the IBM Public License Version 1.0. This man page was written by Davor Ocelic for OpenAFS, based on documentation from Steven Jenkins, Tom Keiser and Simon Wilkinson.

2023-12-24 OpenAFS