mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-13 10:33:35 +00:00
rebase: Bump the github-dependencies group with 1 update
Bumps the github-dependencies group with 1 update: [github.com/ceph/go-ceph](https://github.com/ceph/go-ceph). - [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/compare/v0.23.0...v0.24.0) --- updated-dependencies: - dependency-name: github.com/ceph/go-ceph dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
committed by
mergify[bot]
parent
d516a1d66d
commit
1ae467670f
2
vendor/github.com/ceph/go-ceph/rbd/mirror.go
generated
vendored
2
vendor/github.com/ceph/go-ceph/rbd/mirror.go
generated
vendored
@ -717,7 +717,7 @@ func mirrorImageGlobalStatusList(
|
||||
}
|
||||
for i := 0; i < int(length); i++ {
|
||||
results[i].ID = C.GoString(ids[i])
|
||||
results[i].Status = newGlobalMirrorImageStatus(&images[0])
|
||||
results[i].Status = newGlobalMirrorImageStatus(&images[i])
|
||||
}
|
||||
C.rbd_mirror_image_global_status_list_cleanup(
|
||||
&ids[0],
|
||||
|
Reference in New Issue
Block a user