Robert Vasek
Robert Vasek
Can repo admins publish the helm charts for occm, cinder-csi and manila-csi to [ArtifactHub.io](https://artifacthub.io/) too? For organizations that use Harbor as image and charts registry this would make it very...
# Describe the bug # I've seen numerous times cephfs-csi CI jobs that use ceph-fuse report this or similar error: ``` [91m[1m• Failure [890.616 seconds][0m cephfs [90m/go/src/github.com/ceph/ceph-csi/e2e/cephfs.go:191[0m Test CephFS CSI...
`DeleteSnapshot` may be called while that snapshot is in use as a volume source in a concurrent `CreateVolume` call, creating a race condition. COs should be instructed how to deal...
**What this PR does / why we need it**: This PR bumps manila-csi-plugin's csi-snapshotter to v5.0.1, to be in sync with cinder-csi-plugin. Fixes: https://github.com/kubernetes/cloud-provider-openstack/issues/2001 **Special notes for reviewers**: **Release note**:...
**Is this a BUG REPORT or FEATURE REQUEST?**: /kind bug **What happened**: Creating a snapshot with external-snapshotter v6 causes following error: ``` 0923 15:08:15.277833 1 snapshot_controller.go:189] updating VolumeSnapshotContent[snapcontent-17d7d978-68e5-40e5-8096-bf52e385f6be] error status...
**What happened**: In one of our Kubernetes clusters we've seen coredns-node pod panic due to dereferencing a nil pointer. ``` (a lot of "connect: no route to host" errors) ......
e2e fix WIP ```release-note NONE ```
Listing access rules from `/v2/shares/{share_id}/action` is being deprecated as of Manila API 2.45: https://docs.openstack.org/api-ref/shared-file-system/?expanded=list-access-rules-deprecated-detail#list-access-rules-deprecated. There is a new API for listing access rules that supersedes the old one, and gophercloud...
Troubleshooting section should provide info on how to get client logs. * [`CVMFS_DEBUGLOG`](https://cvmfs.readthedocs.io/en/stable/apx-parameters.html) may need to be added in case of autofs-managed mounts; get the logs from there. * [Private...
This PR implements binding for rados_getaddrs. Includes a unit test. ## Checklist - [x] Added tests for features and functional changes - [x] Public functions and types are documented -...