2015-01-09 19:11:46 +00:00
|
|
|
/*
|
2019-12-05 18:58:18 +00:00
|
|
|
Package ceph is the root of a set of packages that wrap the Ceph APIs.
|
|
|
|
|
|
|
|
Generally, this package only exists to host subsystem specific packages
|
|
|
|
and contains no functions.
|
|
|
|
|
|
|
|
The "rados" sub-package wraps APIs that handle RADOS specific functions.
|
|
|
|
|
2020-01-27 19:34:35 +00:00
|
|
|
The "rbd" sub-package wraps APIs that handle RBD specific functions.
|
2019-12-05 18:58:18 +00:00
|
|
|
|
|
|
|
The "cephfs" sub-package wraps APIs that handle CephFS specific functions.
|
|
|
|
|
|
|
|
Consult the documentation for each package for additional details.
|
2015-01-09 19:11:46 +00:00
|
|
|
*/
|
2019-12-05 18:49:53 +00:00
|
|
|
package ceph
|