mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-14 10:53:34 +00:00
Refactor rbdplugin for CSI 0.2.0 spec
This commit is contained in:
@ -42,7 +42,7 @@ type rbd struct {
|
||||
var (
|
||||
rbdDriver *rbd
|
||||
version = csi.Version{
|
||||
Minor: 1,
|
||||
Minor: 2,
|
||||
}
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user