mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-13 02:33:34 +00:00
rebase: Make use of latest go ceph library
The go-ceph version 0.4.0 is available now which got some important library changes required for ceph csi project. Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
This commit is contained in:
committed by
mergify[bot]
parent
306d5b1da0
commit
58bf45a13e
2
vendor/github.com/ceph/go-ceph/rbd/features.go
generated
vendored
2
vendor/github.com/ceph/go-ceph/rbd/features.go
generated
vendored
@ -102,7 +102,7 @@ const (
|
||||
// revive:enable:exported
|
||||
)
|
||||
|
||||
// FeatureSet is a combination of the bit value for multiple featurs.
|
||||
// FeatureSet is a combination of the bit value for multiple features.
|
||||
type FeatureSet uint64
|
||||
|
||||
var (
|
||||
|
Reference in New Issue
Block a user