Upstart install script needs to filter rbd-mirror files from ceph
package:

    # Install upstart configurations using dh_installinit
    for conf in `ls -1 src/upstart/ceph*.conf | grep -v mds`; do \
        name=`basename $$conf | cut -d . -f 1`; \
        cp -v $$conf debian/ceph.$$name.upstart; \
        dh_installinit -pceph --no-start --name=$$name; \
    done

as it does for mds now.

** Changed in: ceph (Ubuntu)
       Status: Confirmed => Triaged

** Changed in: ceph (Ubuntu)
   Importance: Undecided => Medium

** Also affects: ceph (Ubuntu Xenial)
   Importance: Undecided
       Status: New

** Changed in: ceph (Ubuntu)
       Status: Triaged => Fix Released

** Changed in: ceph (Ubuntu Xenial)
       Status: New => Triaged

** Changed in: ceph (Ubuntu Xenial)
   Importance: Undecided => Medium

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1687477

Title:
  xenial: ceph/rbd-mirror packages both ship /etc/init/ceph-rbd-mirror*

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/1687477/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to