From: Alfredo Deza Date: Thu, 20 Jul 2017 16:26:14 +0000 (-0400) Subject: systemd: include the ceph-volume service X-Git-Tag: ses5-milestone10~3^2~5^2~107 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=b20fdb8e84662eeda835517f4370adf27926605b;p=ceph.git systemd: include the ceph-volume service Signed-off-by: Alfredo Deza --- diff --git a/systemd/CMakeLists.txt b/systemd/CMakeLists.txt index 240a565d09e..3b03b6e6132 100644 --- a/systemd/CMakeLists.txt +++ b/systemd/CMakeLists.txt @@ -15,5 +15,6 @@ install(FILES ceph-radosgw@.service ceph-rbd-mirror@.service ceph-disk@.service + ceph-volume@.service rbdmap.service DESTINATION ${CMAKE_INSTALL_LIBEXECDIR}/systemd/system)