Shishir
Shishir
> I don't have access to systems with extra LVM space to try this out. Hi @rhatdan! I have added a `Vagrantfile` for you in #99. Once we merge this...
@rhatdan Just tried this on the vagrant VM. ``` [root@fedora33 docker-lvm-plugin]# podman volume create --driver lvm --opt size=0.2G --opt vg=vg1 foobar Error: error running volume create option: unrecognized volume option...
I don't have a lot of experience on windows side, but I am open to PRs!
@notnoop @tgross I am trying to address Issue #103 in `containerd-driver`. This is the approach I am taking based on https://github.com/hashicorp/nomad/pull/10766 (Let me know if I missed anything) - Currently,...
@tgross @notnoop So I did a little more debugging. Looks like with `docker` driver (where everything is working correctly) with Nomad `1.1.3` which includes this [`patch`](https://github.com/hashicorp/nomad/pull/10823) (Where you moved the...
@notnoop Apologies for the delayed response. After thinking a bit more about this, I am still convoluted on what would be the best way to address this? In the docker...
@the-maldridge Do you have a job spec?
@the-maldridge Works fine for me! ``` root@vagrant:~/go/src/github.com/Roblox/nomad-driver-containerd/example# nomad status ID Type Priority Status Submit Date proxy system 50 running 2022-01-28T06:37:10Z ``` Logs from Nomad ``` Jan 28 06:37:10 vagrant nomad[4654]:...
@the-maldridge I am not sure if I completely follow your question. When you say `un-namespaced` system, are you talking about Nomad namespaces or Linux namespaces? What do you mean by...
@the-maldridge Why not run `Nomad` as a container in host namespace? This way your `Nomad` (running as a `containerd` container) will have access to host `containerd` (init-system), and can register...