GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Device::RAID::Poller::Backends::FBSD_gmirror(3) User Contributed Perl Documentation Device::RAID::Poller::Backends::FBSD_gmirror(3)

Device::RAID::Poller::Backends::FBSD_gmirror - FreeBSD GEOM mirror RAID backend.

Version 0.0.0

    use Device::RAID::Poller::Backends::FBSD_gmirror;
    
    my $backend = Device::RAID::Poller::Backends::FBSD_gmirror->new;
    
    my $usable=$backend->usable;
    my %return_hash;
    if ( $usable ){
        %return_hash=$backend->run;
        my %status=$backend->run;
        use Data::Dumper;
        print Dumper( \%status );
    }

Initiates the backend object.

    my $backend = Device::RAID::Poller::Backends::FBSD_gmirror->new;

Runs the poller backend and report the results.

If nothing is nothing is loaded, load will be called.

    my %status=$backend->run;
    use Data::Dumper;
    print Dumper( \%status );

Returns a perl boolean for if it is usable or not.

    my $usable=$backend->usable;
    if ( ! $usable ){
        print "This backend is not usable.\n";
    }

Zane C. Bowers-Hadley, "<vvelox at vvelox.net>"

Please report any bugs or feature requests to "bug-device-raid-poller at rt.cpan.org", or through the web interface at <https://rt.cpan.org/NoAuth/ReportBug.html?Queue=Device-RAID-Poller>. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

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

    perldoc Device::RAID::Poller

You can also look for information at:

  • RT: CPAN's request tracker (report bugs here)

    <https://rt.cpan.org/NoAuth/Bugs.html?Dist=Device-RAID-Poller>

  • AnnoCPAN: Annotated CPAN documentation

    <http://annocpan.org/dist/Device-RAID-Poller>

  • CPAN Ratings

    <https://cpanratings.perl.org/d/Device-RAID-Poller>

  • Search CPAN

    <https://metacpan.org/release/Device-RAID-Poller>

This software is Copyright (c) 2019 by Zane C. Bowers-Hadley.

This is free software, licensed under:

  The Artistic License 2.0 (GPL Compatible)
2019-05-01 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.