Skip to content

Commit

Permalink
build: remove ceph-disk-udev entirely
Browse files Browse the repository at this point in the history
Signed-off-by: Leo Zhang <[email protected]>
  • Loading branch information
zealoussnow committed May 24, 2017
1 parent 1d74182 commit 06018fa
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 89 deletions.
2 changes: 1 addition & 1 deletion alpine/APKBUILD.in
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ osd() {
depends="ceph-base parted gptfdisk"

_pkg $_bindir ceph-clsinfo ceph-bluefs-tool ceph-objectstore-tool ceph-osd
_pkg $_sbindir ceph-disk ceph-disk-udev
_pkg $_sbindir ceph-disk
_pkg $_libexecdir/ceph ceph-osd-prestart.sh
_pkg $_udevrulesdir 60-ceph-by-parttypeuuid.rules 95-ceph-osd.rules
install -m 750 -o $_ceph_uid -g $_ceph_gid -d \
Expand Down
1 change: 0 additions & 1 deletion ceph.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -1390,7 +1390,6 @@ fi
%{_bindir}/ceph-objectstore-tool
%{_bindir}/ceph-osd
%{_sbindir}/ceph-disk
%{_sbindir}/ceph-disk-udev
%{_libexecdir}/ceph/ceph-osd-prestart.sh
%dir %{_udevrulesdir}
%{_udevrulesdir}/60-ceph-by-parttypeuuid.rules
Expand Down
1 change: 0 additions & 1 deletion debian/ceph-osd.install
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
lib/udev/rules.d/95-ceph-osd.rules
lib/udev/rules.d/60-ceph-by-parttypeuuid.rules
usr/sbin/ceph-disk
usr/sbin/ceph-disk-udev
usr/bin/ceph-clsinfo
usr/bin/ceph-objectstore-tool
usr/bin/ceph-bluestore-tool
Expand Down
1 change: 0 additions & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -944,7 +944,6 @@ install(PROGRAMS
install(PROGRAMS
${CMAKE_SOURCE_DIR}/src/ceph-create-keys
# ${CMAKE_SOURCE_DIR}/src/ceph-disk
${CMAKE_SOURCE_DIR}/src/ceph-disk-udev
DESTINATION sbin)

add_subdirectory(bash_completion)
Expand Down
85 changes: 0 additions & 85 deletions src/ceph-disk-udev

This file was deleted.

0 comments on commit 06018fa

Please sign in to comment.