Results 690 comments of Tim Gross

Looking at the code, the example you gave here looks right: ```hcl volume_mount { volume = "cvmfs" destination = "/cvmfs" read_only = true propagation_mode = "rshared" } ``` See [`api/tasks.go#L421`](https://github.com/hashicorp/nomad/blob/v1.4.3/api/tasks.go#L421)....

Closed by https://github.com/hashicorp/nomad/pull/15626

Hi @sssilver! To help explain this, let's look at the following job, which serves the `index.html` contents as you'd expect: ```hcl job "example" { datacenters = ["dc1"] group "web" {...

Looks like this has been answered as expected behavior (given the right paths), so I'm going to close this out.

Hi @akamensky! I've been working up a proposal for exactly this for a while now ("dynamic host volumes") but it hasn't quite made it over the line in terms of...

For reasons of "we're a public company now and I'll get put in Comms Jail" :grinning: I can't give an ETA on new features but it's almost certainly not going...

@akamensky yeah that'd be simple on its face, with a couple of caveats: * We gate access to this feature in `docker` with the [`volumes.enabled`](https://developer.hashicorp.com/nomad/docs/drivers/docker#enabled-1) configuration so that job operators...

We _definitely_ don't want to implement any kind of CSI-plugin-like interface; I'm going to be honest and say my opinion on CSI is that we implemented it reluctantly as a...

Hi folks, adding a :+1: reaction to the top-level issue description is enough to make sure your enthusiasm gets recorded for the team. You can also see that it's currently...

> it would be great to have the ability to not only create volumes on the fly (which would be a massive accomplishment), but also to separate the logic of...