Activity log for bug #1500895

Date Who What changed Old value New value Message
2015-09-29 14:04:29 JuanJo Ciarlante bug added bug
2015-09-29 14:04:42 JuanJo Ciarlante bug task added ceph-osd (Juju Charms Collection)
2015-09-29 14:04:49 JuanJo Ciarlante tags canonical-bootstack
2015-09-29 14:04:57 JuanJo Ciarlante bug added subscriber The Canonical Sysadmins
2015-09-29 14:08:57 JuanJo Ciarlante description ceph charm ignores 'osd-journal' setting if the main device from 'osd-devices' is a directory: # From hooks/ceph.py: # def osdize(dev, osd_format, osd_journal, reformat_osd=False, ignore_errors=False): if dev.startswith('/dev'): osdize_dev(dev, osd_format, osd_journal, reformat_osd, ignore_errors) else: osdize_dir(dev) Use case: one may need to set osd-devices to a set of directories because their backing device (eg bcache) doesn't support partitioning (as required by ceph-disk-prepare), and while using a different device as osd-journal. ceph charm ignores 'osd-journal' setting if the main device from 'osd-devices' is a directory: # From hooks/ceph.py: # def osdize(dev, osd_format, osd_journal, reformat_osd=False,            ignore_errors=False):     if dev.startswith('/dev'):         osdize_dev(dev, osd_format, osd_journal, reformat_osd, ignore_errors)     else:         osdize_dir(dev) Use case: one may need to set osd-devices to a set of directories because their backing device (eg bcache) doesn't support partitioning (as required by ceph-disk-prepare), while using a different device as osd-journal.
2016-02-23 13:49:41 James Page ceph-osd (Juju Charms Collection): status New Triaged
2016-02-23 13:49:43 James Page ceph (Juju Charms Collection): status New Triaged
2016-02-23 13:49:45 James Page ceph-osd (Juju Charms Collection): importance Undecided Low
2016-02-23 13:49:46 James Page ceph (Juju Charms Collection): importance Undecided Wishlist
2016-02-23 13:49:48 James Page ceph-osd (Juju Charms Collection): importance Low Wishlist
2017-02-23 18:38:58 James Page charm-ceph: importance Undecided Wishlist
2017-02-23 18:38:58 James Page charm-ceph: status New Triaged
2017-02-23 18:39:00 James Page ceph (Juju Charms Collection): status Triaged Invalid
2017-02-23 18:42:28 James Page charm-ceph-osd: importance Undecided Wishlist
2017-02-23 18:42:28 James Page charm-ceph-osd: status New Triaged
2017-02-23 18:42:29 James Page ceph-osd (Juju Charms Collection): status Triaged Invalid
2019-05-30 11:59:50 Chris MacNaughton charm-ceph: status Triaged Won't Fix