]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
ceph-disk: OSD hotplug fixes for Centos
authorGary Lowell <glowell@inktank.com>
Thu, 11 Apr 2013 16:42:13 +0000 (09:42 -0700)
committerGary Lowell <glowell@inktank.com>
Tue, 23 Apr 2013 05:30:39 +0000 (22:30 -0700)
commit7ad63d23d74e5bc45c44a0192ab1f49ceb68ffa7
treed3c83df909753c0c2033a2a78804c2ce4692ccba
parent3dd9574bbf48fe21b193437177f608eb9ef8fda8
ceph-disk:  OSD hotplug fixes for Centos

Two fixes for Centos 6.3 and other systems with udev versions
prior to 172.  The disk peristant name using the GPT UUID does
not exist, so use the by_path persistent name instead for the
journal symlink.

The gpt label fields are not available for use in udev rules. Add
ceph-disk-udev wrapper script that extracts the partition
type guid from the label and calls ceph-disk-activate if it is
a ceph guid type. (Bug #4632)

Signed-off-by: Gary Lowell <gary.lowell@inktank.com>
Makefile.am
ceph.spec.in
debian/control
src/Makefile.am
src/ceph-disk
src/ceph-disk-udev [new file with mode: 0755]
udev/95-ceph-osd-alt.rules [new file with mode: 0644]