NAME
Ceph::Lib::Rbd - Perl wrapper to librbd
VERSION
Version 0.02
SYNOPSIS
This module provides perl's librbd API.
use Ceph::Lib::Rbd;
my $rbd = Ceph::Lib::Rbd->new();
...
METHODS
This module still in development, we will release it soon.
AUTHOR
Chun Zhang <zhangchun@yy.com>
Yonghua Peng <pengyonghua@yy.com>
BUGS
Please report any bugs or feature requests to bug-ceph-lib-rbd at rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Ceph-Lib-Rbd. 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 Ceph::Lib::Rbd
You can also look for information at:
RT: CPAN's request tracker (report bugs here)
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
Search CPAN
ACKNOWLEDGEMENTS
LICENSE AND COPYRIGHT
Copyright 2015 Yonghua Peng.
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.