Dimitri Savineau
Dimitri Savineau
Get the latest changes since 78614e7 (or more recent) and run `make BASEOS_TAG=stream8 FLAVORS="pacific-16.2.7,centos,8" build` By default, using `FLAVORS="pacific-16.2.7,centos,8"` will pick the container image from quay.io/centos/centos:8 as the base image...
The centos stream 8 container image isn't available on the docker.io registry (which is the default) so you also have to override the `BASEOS_REGISTRY` variable too ```console make BASEOS_REGISTRY=quay.io/centos BASEOS_TAG=stream8...
> Is there an replacement for ceph-disk prepare planned on ceph-volume basis? It's not planned for now
> How would one prepare disks / osds with this feature not currently implemented when working with nautilus? ```console # docker run --rm --privileged --net=host --ipc=host --ulimit nofile=1024:4096 -v /run/lock/lvm:/run/lock/lvm:z...
> not sure why this is failing in github workflow, tested locally and couldn't reproduce the issue That's probably because the image is built using podman (via make build) while...
Do you have a specific scenario where ceph-volume raw would be a better solution than ceph-volume lvm ?
Would it be better to use the existing ceph SIG packages instead of configuring the SIG repository manually ? (which wouldn't benefits from the CentOS mirrorlist) ```console # dnf search...
> I figured the customer would've copied the whole value of that into the PG_PASSWORD field, for example, I would imagine their secret looks like this: This won't work because...
This is more a configuration issue in awx-ee definition (and/or ansible-builder bug). Some python packages (like uamqp and pendulum) aren't available as wheel files on PyPi for arm64 architecture (unlike...
@ktdreyer yes we need a ppc64le host to build the ppc64le container images. Currently we only have one arm64 host for building ceph centos arm64 container image upstream (jenkins slave).