ClusterHQ / ceph-flocker-driver

A Ceph RBD driver for Flocker
https://clusterhq.com
Apache License 2.0
25 stars 13 forks source link

All RBD interactions should be in one interface #1

Open robhaswell opened 8 years ago

robhaswell commented 8 years ago

All interactions with RBD should be through something like a a MappingRBD interface, with a verified fake. This will allow us to unit and integration test the entire driver.