Guillaume Abrioux
Guillaume Abrioux
Let's say we have the following image plan defined: ``` my_image: type: image url: https://my-hosting-server.net/image_v1.qcow2 ``` If later I decide to modify it to the following: ``` my_image: type: image...
This removes some duplicated code and make it a bit more readable. Signed-off-by: Guillaume Abrioux
``` TASK [ceph-nfs : add ganesha_t to permissive domain] *************************** task path: /home/jenkins-build/build/workspace/ceph-ansible-nightly-pacific-centos-non_container-stable-6.0-all_daemons/roles/ceph-nfs/tasks/main.yml:35 Tuesday 19 July 2022 16:46:35 +0000 (0:00:02.135) 0:10:53.725 ********** redirecting (type: modules) ansible.builtin.selinux_permissive to community.general.selinux_permissive redirecting (type:...
This add the possibility for users to opt in/out about monitor removal from the ceph config file on all nodes. By default, it won't update the ceph config file. If...
Currently `ceph_osd_flag` module only supports setting `noout` flag at the cluster level. Ceph supports setting this flag at the osd or the bucket level so let's implement this support in...
This adds the `ceph-exporter` package to the Ceph container image. Signed-off-by: Guillaume Abrioux (cherry picked from commit 48caa633bff70e0b7ff3ee773b51505cd17c57a1)
We don't build this image anymore for a while. It's making any new PRs in this project fail. Signed-off-by: Guillaume Abrioux
This adds the sg3_utils package. Signed-off-by: Guillaume Abrioux
This fixes a possible race condition when zapping a device. Due to some udev events, that race condition makes the key `ID_PART_ENTRY_NUMBER` show up too late. The idea here is...
backport tracker: https://tracker.ceph.com/issues/57089 --- backport of https://github.com/ceph/ceph/pull/47514 parent tracker: https://tracker.ceph.com/issues/57070 this backport was staged using ceph-backport.sh version 16.0.0.6848 find the latest version at https://github.com/ceph/ceph/blob/main/src/script/ceph-backport.sh