mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-14 10:53:34 +00:00
rebase: bump github.com/ceph/go-ceph
Bumps [github.com/ceph/go-ceph](https://github.com/ceph/go-ceph) from 0.30.1-0.20241102143109-75d1af3ed638 to 0.31.0. - [Release notes](https://github.com/ceph/go-ceph/releases) - [Changelog](https://github.com/ceph/go-ceph/blob/master/docs/release-process.md) - [Commits](https://github.com/ceph/go-ceph/commits/v0.31.0) --- updated-dependencies: - dependency-name: github.com/ceph/go-ceph dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
committed by
mergify[bot]
parent
81d4f615ff
commit
42db99ac5b
5
vendor/github.com/ceph/go-ceph/rbd/clone_image_by_id.go
generated
vendored
5
vendor/github.com/ceph/go-ceph/rbd/clone_image_by_id.go
generated
vendored
@ -1,5 +1,3 @@
|
||||
//go:build ceph_preview
|
||||
|
||||
package rbd
|
||||
|
||||
/*
|
||||
@ -50,7 +48,8 @@ var (
|
||||
// uint64_t p_snap_id, rados_ioctx_t c_ioctx,
|
||||
// const char *c_name, rbd_image_options_t c_opts);
|
||||
func CloneImageByID(ioctx *rados.IOContext, parentName string, snapID uint64,
|
||||
destctx *rados.IOContext, name string, rio *ImageOptions) error {
|
||||
destctx *rados.IOContext, name string, rio *ImageOptions,
|
||||
) error {
|
||||
if rio == nil {
|
||||
return getError(C.EINVAL)
|
||||
}
|
||||
|
Reference in New Issue
Block a user