Clinton Knight

Results 45 comments of Clinton Knight

Hello, @P0lskay. You are correct, for its 8+ year history, the Trident controller has used a mutex to serialize all workflows. While this was a simple way to avoid concurrency...

> It may be nice to implement this as a generic parameter on the storage class(es) where additional args can be specified for the mkfs. as appropriate. Added with 1d5961d4fb65577857fbfdd3c3edfa05265a8559....

Hi, @Cellebyte. Understood you are using GitOps, but how did you create your starting YAML? Even if not installing Trident with `tridentctl`, you can still use `tridentctl install --generate-custom-yaml` to...

Hi, @JoshPasek. Helm supports SemVer versioning only, while Trident has always used CalVer. That never caused a problem until we started building Helm-based [add-ons](https://bluexp.netapp.com/blog/aws-fsxn-blg-astra-trident-now-available-as-an-eks-add-on-with-fsx-for-ontap) for managed K8s services. We don't...

@lindhe Acknowledged on commit message verbosity. The 100 should be static unless there is a breaking change, which isn't planned. And yes, the chart version is updated in automation during...

@navilg Thank you for this suggestion. While we consider that, would you be able to use Trident Protect for your PVCs and applications?

Hi, @sergeykuperman. The PVC that you entered manually or via `tridentctl` should trigger a CSI call to Trident just like any other PVC. The annotations @NA-Scott mentioned are applied for...

K8s & CSI don't know anything about volume import, so PVCs annotated for import come in to Trident like any other PVC; your use of `WaitForFirstConsumer` explains why the import...

Hello, @ecthelion77. I assume you mean the name of the snapshot on the storage system, since you already have control of the `VolumeSnapshot` name and CSI sets the name of...

This issue is fixed in Trident [25.10](https://github.com/NetApp/trident/releases/tag/v25.10.0).