[Bug 1759508] [NEW] should Depend upon psmisc (for killall, used in logrotate config)

Matthew Vernon matthew at debian.org
Wed Mar 28 08:33:42 UTC 2018


Public bug reported:

version: 10.2.9-0ubuntu0.16.04.1
Ubuntu version: 16.04

/etc/logrotate.d/ceph-common contains:

/var/log/ceph/*.log {
    rotate 7
    daily
    compress
    sharedscripts
    postrotate
        killall -q -1 ceph-mon ceph-mds ceph-osd ceph-fuse radosgw || true
    endscript
    missingok
    notifempty
    su root ceph
}

killall is in the psmisc package, so the ceph-common package should
declare a dependency on psmisc.

Thanks,

Matthew

** Affects: ceph (Ubuntu)
     Importance: Undecided
         Status: New

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

Title:
  should Depend upon psmisc (for killall, used in logrotate config)

Status in ceph package in Ubuntu:
  New

Bug description:
  version: 10.2.9-0ubuntu0.16.04.1
  Ubuntu version: 16.04

  /etc/logrotate.d/ceph-common contains:

  /var/log/ceph/*.log {
      rotate 7
      daily
      compress
      sharedscripts
      postrotate
          killall -q -1 ceph-mon ceph-mds ceph-osd ceph-fuse radosgw || true
      endscript
      missingok
      notifempty
      su root ceph
  }

  killall is in the psmisc package, so the ceph-common package should
  declare a dependency on psmisc.

  Thanks,

  Matthew

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



More information about the Ubuntu-openstack-bugs mailing list