kolla-ansible/releasenotes/notes/allow-ceph-toggle-udev-2d2b04c08c895820.yaml
Paul Bourke fecf719e59 Allow operators to use 'fallback mode' for Ceph disks
This change adds a variable to the Ceph role "kolla_ceph_use_udev",
which is True by default meaning no change to the current behaviour. If
set to False, it will fallback to tools such as sgdisk/blkid to parse
the disk info it needs, instead of using udev.

Change-Id: I88d7b73efe27f04bb1ba16d61e101fa14a9f0d81
Depends-On: I6ad7825cdb164498f3d02f2ae064c7c1c38e10d5
Closes-Bug: #1631949
2016-12-20 13:38:33 +00:00

8 lines
295 B
YAML

---
features:
- Add a new variable for the Ceph role, 'kolla_ceph_use_udev',
which when set to 'False' relies on system tools such as
sgdisk/blkid to read the necessary disk info required
to bootstrap Ceph disks on older systems. Most operators
should not need to change this.