sharas2050 commented on PR #3022:
URL: https://github.com/apache/polaris/pull/3022#issuecomment-3557882960
> There's a new failure:
>
> ```
> $ docker compose up -d mon1 mgr
>
> [+] Running 0/1
> ⠹ Container ceph-mon1-1 Starting
0.2s
> Error response from daemon: crun: cannot stat
`.../polaris/getting-started/ceph/bootstrap-osd`: No such file or directory:
OCI runtime attempted to invoke a command that was not found
> Error: executing /usr/libexec/docker/cli-plugins/docker-compose up -d mon1
mgr: exit status 1
> ```
>
> Could you cross check that all steps work from a clean environment?
The issue is that Podman doesn't auto-create the directory on the host like
Docker does. Initialized directory in container instead.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]