puppet-ceph/releasenotes/notes/support-nvme0n1-as-osd-46e4a00ec699f718.yaml
John Fulton 0754aecaa9 Correctly configure /dev/nvme0n1 devices as OSDs
Change pupppet-ceph's assumption that all devices which end with
a "1" have a first partition so that it can correctly configure
NVMe SSDs, which appear as /dev/nvme0n1 and whose partitions appear
as /dev/nvme0n1p1, /dev/nvme0n1p2 and so on.

Closes-Bug: #1687114
Change-Id: I433fd3ab3ce240c661e7e9faeb758fd0d0215f6a
2017-05-16 15:38:47 -04:00

4 lines
159 B
YAML

---
fixes:
- Bug 1687114 puppet-ceph does not configure devices like /dev/nvme0n1 or HP Smart Array controllers (/dev/cciss/c0d0) as OSDs (only as journals)