add ceph backing store plugin

This commit is contained in:
Le Zhang
2018-02-16 14:48:55 +08:00
parent b4b2b735bc
commit a969203cba
25 changed files with 4498 additions and 4 deletions

9
Godeps/_workspace/src/github.com/ceph/go-ceph/doc.go generated vendored Normal file
View File

@@ -0,0 +1,9 @@
/*
Set of wrappers around Ceph APIs.
*/
package rados
import (
_ "github.com/ceph/go-ceph/rados"
_ "github.com/ceph/go-ceph/rbd"
)