Travis Glenn Hansen
Travis Glenn Hansen
I haven't been able to find an iscsiadm command that will take a device that's become `ro` and make it `rw` (maybe it's not needed). I don't recall the exact...
Can you send me the output of the `mount` command from a node with a volume that is currently read only?
Those mounts are currently non-writable/non-functional?
Yeah, that's a dangerous situation (which is why when iscsi goes down the volumes go into ro mode). 2 nodes using the same block device simultaneously is not something you...
That could be a not a great assumption either (there are legitimate cases for ro iscsi). I probably wouldn’t fully automate that but if I were to do so I...
Welcome! The former are the more updated examples as nomad has improved csi integration over time. I need to consolidate all the docs now that things have settled a bit....
Start with the nfs examples here: https://github.com/democratic-csi/democratic-csi/tree/master/docs/Nomad/examples nfs is less complicated than iscsi so let’s get that working first and then we can move to iscsi.
Replace the data in the config file with appropriately formatted version of this: https://github.com/democratic-csi/democratic-csi/blob/master/examples/freenas-nfs.yaml
Can you send over the hcl you are using?
You need to replace the `config` data, something like this: ``` job "democratic-csi-nfs-controller" { datacenters = ["re"] group "controller" { task "plugin" { driver = "docker" config { image =...