I had a similar issue when upgrading. When I originally created by
journal partitions, I never set the partition type GUID to the Ceph
Journal GUID
(https://en.wikipedia.org/wiki/GUID_Partition_Table#Partition_type_GUIDs).
Instead it was set as "basic data partition". Pre-Infernalis this
wasn't a problem since the daemons ran as root. Found this bug http://tracker.ceph.com/issues/12877 and noticed that ceph does the ownership udev changes if the partition has a Ceph GUID. Setting it manually on the journal partitions as follows fixed the issue (in my system journals are sda1-5, sdb1-5, sdc1-5): for i in a b c;do for j in {1..5};do sgdisk -t ${j}:45B0969E-9B03-4F30-B4C6-B4B80CEFF106 /dev/sd${i};done;done This seems like a more robust method of fixing this issue than by setting additional udev rules based on the current device name. In the past, I've had block devices remap to /dev/sdX on reboot, which would break under the custom udev rules proposed in this thread. This might also be worth adding to the upgrade docs. -Steve On 11/19/2015 08:46 AM, David Riedl
wrote:
Thanks again! It works now. -- Steve Anthony LTS HPC Support Specialist Lehigh University sma310@xxxxxxxxxx |
Attachment:
signature.asc
Description: OpenPGP digital signature
_______________________________________________ ceph-users mailing list ceph-users@xxxxxxxxxxxxxx http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com