Guillaume Abrioux

Results 241 comments of Guillaume Abrioux

`make FLAVORS=reef,centos,8 build` won't work you have to run `make FLAVORS=reef,centos,9 build`

actually that `make` command needs more parameters

you might want to pass `BASEOS_REGISTRY=quay.io/centos` and `BASEOS_TAG=stream9`

I'd need a full log but at first glance `FLAVORS=reef-18.2.2,centos,9` seems incorrect

> As a sysadmin (I'm not a developer), I would prefer the first. I might have to deploy a cluster with a new Ceph version or a new OS using...

> Therefore we have two choices: > > * The user is informed that some attributes were automatically added at the cost of fixing his script From experience, I would...

> I don't agree with this. Nobody will look at the tasks which are "ok" or "skipping", but Ansible users will definitively look at tasks which are "changed". What you...

> 2025-07-19 09:18:32.200782 D | exec: Running command: /usr/bin/ceph-osd --cluster ceph --osd-objectstore bluestore --mkfs -i 0 --monmap /var/lib/ceph/osd/ceph-0/activate.monmap --keyfile - --osd-data /var/lib/ceph/osd/ceph-0/ --osd-uuid 27a1d644-9330-4804-973f-bd923f0a382a --setuser ceph --setgroup ceph > 2025-07-19...

> Later in the flow, the same ceph-volume is expecting the LV as luks2 it is a issue in ceph-volume ceph-volume runs the following command : ``` /usr/sbin/cryptsetup --batch-mode --key-size...

After some tests, I suspect that cryptsetup tries to use luks2 by default "if possible" and falls back to luks1 if it considers (rightly or wrongly) that the device does...