scaeloutSean
scaeloutSean
> I don't know if you're still interested but I got your prototype in the 9d branch (commit [d7789c8](https://github.com/nmikhailov/Validity90/commit/d7789c8c347811ebbb3af70604869adba18b989c) ) working with 138a:009d (Yoga X380) @anp369 thanks for trying. As...
> I was able to get this working with Storage Grid settings the creds in a $HOME/.aws/credentials profiles and passing the --profile {name} flag. I'm not sure why goofys isn't...
Unfortunately, `volume-manual` and `local-hostpath` are two least documented modes, so it's a steep learning curve for now. `local-hostpath` seems easier as device discovery, mount and format can be done manually,...
Very interesting, thank you for the patience and information! > Not being familiar enough with Nomad I'm unclear if any of the concepts map close enough that respective assets can...
Got it! I didn't know that per-target logout (`iscsiadm --mode node --targetname iqn.2010-01.com.vendor:array-id.uniqVolName2 -u`) isn't available. All right, we're making progress... Back to drawing board... > Then create the volumes...
In the case I use `local-hostpath` (as per [this](https://github.com/democratic-csi/democratic-csi/blob/6f26022680435ea4bbce18d93c71b0dcf0b035b8/examples/local-hostpath.yaml) example), I could update all the Node jobs to and do a rolling restart (rescan and resize, if necessary, could be...
They [support](https://www.nomadproject.io/docs/internals/plugins/csi) all-in-one, I'll give it a try. > Monolith Plugins are plugins that perform both the controller and node roles in the same instance. Not every plugin provider has...
Great work, @cbpowell. Your latest example works for me too, i.e. the controller and node start and run fine. I'm using `democratic-csi:v1.6.1` released [4 days ago](https://github.com/democratic-csi/democratic-csi/commit/810025150ca60c9e44cff0f519dcb87b4b91c791), in the case you...
You can edit them, you can patch them as they run, and you can use custom deployment to deploy them with desired labels.
That's covered by " you can use custom deployment to deploy them with desired labels". https://docs.netapp.com/us-en/trident-2201/trident-get-started/kubernetes-customize-deploy-tridentctl.html Personally I don't deploy with Helm, but you could edit Helm chart before you...