ceph osd is using a transient journal path
Bug #1710058 reported by
Jeffrey Zhang
This bug affects 3 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
kolla |
Fix Released
|
High
|
Unassigned | ||
Ocata |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
ceph osd is using following command line
/usr/bin/ceph-osd -f --public-addr 172.18.70.101 --cluster-addr 172.18.71.101 -i 9 --osd-journal /dev/sde5 -k /var/lib/
/dev/sde5 is mutable when changing disk order. better use a uuid or label directly.
Changed in kolla: | |
milestone: | none → pike-rc1 |
Changed in kolla: | |
status: | New → Confirmed |
Changed in kolla: | |
importance: | Undecided → High |
Changed in kolla: | |
milestone: | pike-rc1 → queens-1 |
To post a comment you must log in.
Reviewed: https:/ /review. openstack. org/492796 /git.openstack. org/cgit/ openstack/ kolla/commit/ ?id=2b01b054443 097ba344fa00d10 55dbce22e6b8ea
Committed: https:/
Submitter: Jenkins
Branch: master
commit 2b01b054443097b a344fa00d1055db ce22e6b8ea
Author: Jeffrey Zhang <email address hidden>
Date: Fri Aug 11 12:13:38 2017 +0800
Use immutable journal path rather than device name
Device name is mutable when removed or added disks. Use uuid path or
lable is more robust.
Change-Id: I95cae6a9bf185d 6f81126c42ac72d 51b5ed659c2
Closes-Bug: #1710058