Dave Cross: Still Munging Data With Perl: Online event - Mar 17 Learn more

NAME

IBM::StorageSystem::Pool - Class for operations with a IBM StorageSystem pool objects

VERSION

Version 0.01

SYNOPSIS

IBM::StorageSystem::Pool is a class for operations with a IBM StorageSystem pool objects.

my $ibm = IBM::StorageSystem->new(
user => 'admin',
host => 'my-v7000',
key_path => '/path/to/my/.ssh/private_key'
) or die "Couldn't create object! $!\n";
# Print a

METHODS

name

Returns the name of the pool.

filesystem

Returns the name of the file system for the pool - note that it there is a many to many relationship for pools and filesystems.

size

Returns the size of the pool in bytes.

usage

Returns the percentage of used space in the file system pool.

available_fragments

Returns the available space in blocks that are partly used by data.

available_blocks

Returns the available space in full blocks.

disk_list

Returns a semi-colon separated list of the NSDs which are members of the file system pool.

AUTHOR

Luke Poskitt, <ltp at cpan.org>

BUGS

Please report any bugs or feature requests to bug-ibm-v7000-pool at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=IBM-StorageSystem-Pool. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

You can find documentation for this module with the perldoc command.

perldoc IBM::StorageSystem::Pool

You can also look for information at:

ACKNOWLEDGEMENTS

LICENSE AND COPYRIGHT

Copyright 2012 Luke Poskitt.

This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.

See http://dev.perl.org/licenses/ for more information.