Prior to calling Create(), the docker daemon will actually call
Get() to see if the volume already exists. So, Get() must only
return mapped RBD images.
(see the code of VolumeStore.create() in
github.com/docker/docker/volume/store/store.go)
Mount() should not implicitly create the RBD image