ubuntu ceph journal parttion GUID isn't always set
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Fuel for OpenStack |
Fix Released
|
High
|
Vladimir Kozhukalov | ||
5.0.x |
Fix Committed
|
High
|
Sergii Golovatiuk |
Bug Description
if you have 2 or more devices with ceph-disk volume and configure a single continuous range of disk as a ceph-journal then only the first journal will be assigned the Ceph journal GUID. This causes the remaining ceph-disk volumes to not be configured with the separate journal device. resulting in a configuration other than was specified by the operator.
steps to reproduce
add ceph-osd role on node with 4 disks
configure disks
allocate disk 2 to ceph-journal (sdb)
allocate disk 3,4 to ceph-disk
provision node
expected result
cli inspection of the machine
(given that 2, and 3 are the partition numbers of the last two partitions on the disk)
sgdisk -i 2 /dev/sdb | grep "Partition GUID code" | awk '{print $4}'
sgdisk -i 3 /dev/sdb | grep "Partition GUID code" | awk '{print $4}'
should both return '45B0969E-
Changed in fuel: | |
assignee: | Vladimir Kozhukalov (kozhukalov) → Dmitry Borodaenko (dborodaenko) |
Changed in fuel: | |
assignee: | Dmitry Borodaenko (dborodaenko) → Vladimir Kozhukalov (kozhukalov) |
summary: |
- ubuntu ceph journal partation GUID isn't always set + ubuntu ceph journal parttion GUID isn't always set |
tags: | added: in-progress |
Is it duplicate of /bugs.launchpad .net/fuel/ +bug/1355390
https:/
And, looks like there is fix proposed. /review. openstack. org/#/c/ 112796/ 2
https:/