Travis Glenn Hansen
Travis Glenn Hansen
Any help with Nomad docs is extremely appreciated! There are definitely some items that need improvement.
Wow you're digging in deep! Great stuff. I'm not even sure if `node-manual` is relevant for `Nomad`. It essentially does no controller operations (you manually create nfs shares, iscsi volumes,...
I think I understand where you're coming from. `node-manual` is not likely to be the answer you're looking for. If (csi) volumes can be manually created with `Nomad` then `node-manual`...
Per-`target` is available, per-`lun` is not. So if you have luns on the target that are otherwise used it's problematic.
For that style of deployment it's actually a single `democratic-csi` container per node running both the controller and node services (figure 3 from the spec document). My guess is the...
Welcome! Sorry I missed this when you created it. So this problem domain is really (IMO) outside the realm of csi and/or this driver unfortunately. There are probably some workflows...
Can you try to pin the image tag at `v1.5.4`? I released `v1.6.0` last week and it has pretty substantial changes that may be impacting Nomad. If it comes up...
Yeah help in putting together a deployment scenario for this would be great! In short Nomad must be a ‘bad’ grpc client. It’s not unique to Nomad but I’ve generally...
Well, it's supposed to be fixed in newer versions of the `grpc-go` library but I've seen weird cases where that appears to not be the case. Ultimately the issue was...
@reefland with chart version `v0.11.0`+ (I would use the latest version which is `0.11.1`) you should not need to pin the version of `democratic-csi`. The newer chart versions deploy the...