openafs/doc/man-pages/pod8/xfs_size_check.pod
Russ Allbery 03b9fcc883 man1-editing-pass-20051209
Complete an initial editing and cleanup pass for all section one man pages.
Fix various conversion problems, formatting inconsistencies, and obvious
problems.  Please note that no editing for content has yet been done; this
is solely editing for formatting and correct conversion to POD.

Also, add some additional section five man pages that were omitted from the
first conversion run due to unusual file names, and globally replace
CAVEATS with CAUTIONS in the man pages to match the original section name.

The section one man pages should now be in reasonable shape and ready for
additional review and further updates, although there are probably still
remaining obvious problems.

====================
This delta was composed from multiple commits as part of the CVS->Git migration.
The checkin message with each commit was inconsistent.
The following are the additional commit messages.
====================

This file got the wrong name when it was originally committed.  Fix.
2005-12-09 14:48:56 +00:00

50 lines
1.5 KiB
Plaintext

=head1 NAME
xfs_size_check - Verifies proper inode configuration
=head1 SYNOPSIS
xfs_size_check
=head1 DESCRIPTION
The xfs_size_check command, when run on a file server machine
that runs IRIX version 6.2 or higher and uses XFS-formatted partitions
as server partitions (conventionally mounted at B</vicep>
directories), verifies that each partition uses 512-byte inodes. AFS
stores information in the inodes on server partitions, and the 256-byte inode
size that XFS uses by default is not large enough.
=head1 CAUTIONS
This command is available on in the AFS distribution for IRIX system types
that can use XFS-formatted partitions as server partitions.
=head1 OUTPUT
If all server partitions are properly configured, the command produces no
output. Otherwise, it prints the following header:
Need to remake the following partitions:
and then the following message for each partition on which to run the IRIX
B<mkfs> command with the indicated options:
I<device>: mkfs -t xfs -i size=512 -l size=4000b I<device>
where I<device> is in a format like /dev/dsk/dks0d0s0 for
a single disk partition or B</dev/xlv/xlv0> for a logical
volume.
=head1 PRIVILEGE REQUIRED
The issuer must be logged in as the local superuser root.
=head1 COPYRIGHT
IBM Corporation 2000. <http://www.ibm.com/> All Rights Reserved.
This documentation is covered by the IBM Public License Version 1.0. It was
converted from HTML to POD by software written by Chas Williams and Russ
Allbery, based on work by Alf Wachsmann and Elizabeth Cassell.