]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rbdmap: Move do_map and do_unmap shell functions to rbdmap script
authorBoris Ranto <branto@redhat.com>
Fri, 30 Oct 2015 17:33:36 +0000 (18:33 +0100)
committerBoris Ranto <branto@redhat.com>
Thu, 5 Nov 2015 20:04:50 +0000 (21:04 +0100)
commitc0980af3c72f01e6f99fd1e7e91c446934d6d856
tree081d6e61a5f8f44f55da8612714a05a508ea6fdb
parentc17a75a7e610ad3b1ad6a711004fbace5a489371
rbdmap: Move do_map and do_unmap shell functions to rbdmap script

This patch creates rbdmap shell script that is called from init-rbdmap
init script. The patch also renames src/rbdmap configuration file to
src/etc-rbdmap so that rbdmap shell script can be installed via build
system directly. Finally, the patch accomodates these changes in spec
file and build system.

Fixes: #13374
Signed-off-by: Boris Ranto <branto@redhat.com>
ceph.spec.in
debian/ceph-common.install
debian/rules
src/CMakeLists.txt
src/Makefile-client.am
src/Makefile.am
src/etc-rbdmap [new file with mode: 0644]
src/init-rbdmap
src/rbdmap [changed mode: 0644->0755]