]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
debian: split ceph-volume into a separated package
authorKefu Chai <kchai@redhat.com>
Fri, 23 Jul 2021 10:55:18 +0000 (18:55 +0800)
committerKefu Chai <tchaikov@gmail.com>
Tue, 14 Sep 2021 15:19:54 +0000 (23:19 +0800)
commitc6c260f15beec0f3669d611892d1d7e579a819f0
tree1e7edf11d6dd4c22fa1bf021bdfa12e9781ace98
parentc1d60c4d008aebb625f162b284d409ec97151831
debian: split ceph-volume into a separated package

ceph-volume is a tool implemented in pure python, so it would be better
to make it a architecture independent package for better
maintainability.

in this change

* ceph-volume is extracted out into a separated package
* ceph-volume depends on ceph-osd, as it deploys it and relies on
  an already-installed ceph-osd in the system.
* ceph-osd recommends ceph-volume. as ceph-osd can be used as a
  standalone package. but ceph-volume enhances it. also, to ensure
  the existing users to get ceph-volume installed along with
  ceph-osd.

Signed-off-by: Kefu Chai <kchai@redhat.com>
debian/ceph-osd.install
debian/ceph-volume.install [new file with mode: 0644]
debian/control