Travis Nielsen

Results 477 comments of Travis Nielsen
trafficstars

The goal of this feature would be to enable the gateway to expose rbd volumes to nvme-of. The scenario I would expect is for access to the rbd volumes from...

Reopening as it was only the design doc that was merged with #16020. The implementation is in progress with #16689.

@subhamkrai I added a commit for creating the csi operator during the go integration tests, and special handling for the upgrade tests so they would be delayed being created to...

> @travisn All of our CRs are expected to be in the same namespace as the driver for a single driver. That does NOT mean that you cannot create new...

The CSI is failing now because of a cross-namespace ownerref: ``` 2024-08-12 17:29:19.098556 D | ceph-spec: CephCluster "smoke-ns" status: "Progressing". "failed to create cluster: failed to start ceph monitors: failed...

> hmm, there may be race condition where `operatorConfig ` CR is not created by the time `cephConnection CR` is creating. WDYT? For now, let's only set the ownerref if...

The csi operator does not appear to support a connection to a cluster that is in a different namespace from the driver. @nb-ohad If we create the CephConnection (and other...

@rzarzynski What is the proper way to cleanup the `ceph-msgr` process?

The `ceph-msgr` process is leftover on the host after Rook is uninstalled, I assume from the kernel drivers. Any way to terminate it other than a restart? I assume it...

When setting `osdsPerDevice: "3"`, ceph-volume will be called in `batch` mode. Without that setting, ceph-volume will be called in `raw` mode. You should be able to create one OSD per...