diff options
author | Gary Lowell <glowell@inktank.com> | 2013-04-11 18:42:13 +0200 |
---|---|---|
committer | Gary Lowell <glowell@inktank.com> | 2013-04-23 07:30:39 +0200 |
commit | 7ad63d23d74e5bc45c44a0192ab1f49ceb68ffa7 (patch) | |
tree | d3c83df909753c0c2033a2a78804c2ce4692ccba /Makefile.am | |
parent | doc: Usage requires --num_osds. (diff) | |
download | ceph-7ad63d23d74e5bc45c44a0192ab1f49ceb68ffa7.tar.xz ceph-7ad63d23d74e5bc45c44a0192ab1f49ceb68ffa7.zip |
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>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index adeb4e57728..03cb914079f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -10,7 +10,8 @@ EXTRA_DIST += \ src/test/cli \ src/test/downloads \ udev/50-rbd.rules \ - udev/95-ceph-osd.rules + udev/95-ceph-osd.rules \ + udev/95-ceph-osd-alt.rules all-local: |