`nomad-pack` How to create `csi-volume `

The current volume is an HCl file and should not be run in the same way as a job file

Then I can only create volume first and then run the job

This may be a problem for me to quickly deploy a job

Q: 1 Does nomad pack support volume creation

  1. If I nest a docker link nomad process in the job, is it feasible for docker to create volume

Hi @x602.

Does nomad pack support volume creation

nomad-pack does not currently support volume creation. It is an interesting idea though, would you be willing to open a feature request against the repository so we could track this?

  1. If I nest a docker link nomad process in the job, is it feasible for docker to create volume

My initial thought is that this would be a risky process and likely require giving the container a number of privileges. If you could expand on this idea a little more so I can fully understand the process, that would be great.

Thanks,
jrasell and the Nomad team

1 Like

At present, I want to start docker and SSH to the nomad server to create a volume, or docker links the nomad process to operate, but obviously this is not safe
:upside_down_face: