Genezzo::Contrib::Clustered::PrepUndo - Prepare undo file for Clustered Genezzo


Genezzo-Contrib-Clustered documentation  | view source Contained in the Genezzo-Contrib-Clustered distribution.

Index


NAME

Top

Genezzo::Contrib::Clustered::PrepUndo - Prepare undo file for Clustered Genezzo

SYNOPSIS

Top

    prepareUndo(gnz_home => "/dev/raw", undo_filename => "raw2");

DESCRIPTION

Top

  Creates or re-initializes undo file under GNZ_HOME.  By default
  file is named undo.und.  File header contains basic information about
  all other files in Genezzo installation.  genprepundo.pl must
  be run whenever a new file is added to the Genezzo installation.

  Undo file format is documented in Clustered.pm.

FUNCTIONS

Top

prepareUndo(gnz_home => GNZ_HOME, undo_filename => UNDO_FILENAME, number_of_processes => NUMBER_OF_PROCESSES, undo_blocks_per_process => UNDO_BLOCKS_PER_PROCESS )
gnz_home
    Supply the location for the gnz_home installation.  If 
    specified, it overrides the GNZ_HOME environment variable.

undo_filename
    Supply the name of the undo file.  If not specified, it
    defaults to undo.und for file system devices.  It must
    be specified for raw devices.

number_of_processes
    Specify the maximum number of processes supported by undo.
    If not specified defaults to 256.

undo_blocks_per_process
    Specify the number of blocks (which list fileno-blockno pairs)
    for a process.  If not specified defaults to 220.

AUTHOR

Top

  Eric Rollins, rollins@acm.org

COPYRIGHT AND LICENSE

Top


Genezzo-Contrib-Clustered documentation  | view source Contained in the Genezzo-Contrib-Clustered distribution.