mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-13 10:33:35 +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
12
vendor/github.com/ceph/go-ceph/rbd/options_octopus.go
generated
vendored
Normal file
12
vendor/github.com/ceph/go-ceph/rbd/options_octopus.go
generated
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
// +build !luminous,!mimic,!nautilus
|
||||
|
||||
package rbd
|
||||
|
||||
// #include <rbd/librbd.h>
|
||||
import "C"
|
||||
|
||||
const (
|
||||
// ImageOptionMirrorImageMode is the representation of
|
||||
// RBD_IMAGE_OPTION_MIRROR_IMAGE_MODE from librbd
|
||||
ImageOptionMirrorImageMode = C.RBD_IMAGE_OPTION_MIRROR_IMAGE_MODE
|
||||
)
|
Reference in New Issue
Block a user