Skip to content
Snippets Groups Projects
  1. Dec 06, 2017
  2. Dec 05, 2017
    • David Ames's avatar
      Py3 Fixes · da51f916
      David Ames authored
      Charm-helpers sync for python3 fixes.
      Update Exception.message to use str(Exception)
      
      Change-Id: I0e354d0d07f220e3285eb3e863498918c82df2ca
      da51f916
    • Ryan Beisner's avatar
      Add Bionic and remove Zesty series and tests · 7848824d
      Ryan Beisner authored
      Bionic, being the next LTS, is important to enable for dev
      and test as early as possible ahead of 18.02.
      
      Zesty goes EOL in Jan 2018. The next stable charms release (18.02)
      will not provide Zesty series support, as it was an interim
      (non-LTS) release.
      
      Change-Id: If8d82e92a6768af127e68d18c65dfbc3b97f49f9
      7848824d
  3. Dec 01, 2017
  4. Nov 29, 2017
  5. Nov 22, 2017
  6. Nov 21, 2017
  7. Nov 17, 2017
    • James Page's avatar
      Avoiding conflicting CRUSH bucket keys · c33aa3d1
      James Page authored
      As of Ceph Luminous, bucket keys within the CRUSH map must be
      unique; The root bucket is always called 'default' so remap
      Juju and configuration provided bucket keys to
      'default-{row,rack}' ensuring that keys are unique.
      
      Change-Id: I7fa3dd9e001cca40e678e8983a1d7ed19d51e2fe
      Closes-Bug: 1729911
      c33aa3d1
    • Alex Kavanagh's avatar
      Bring ceph-osd to Python 3 · 4e1ecd55
      Alex Kavanagh authored
      * Synced version of charm-helpers
      * Synced version of charms.ceph to bring in Py3 compatible library
        methods.
      
      Change-Id: I5ac45740f48a71d9cb0c5943472fc8590a723514
      4e1ecd55
  8. Nov 10, 2017
  9. Nov 09, 2017
    • Zuul's avatar
      Merge "Add actions to blacklist osd-devices" · 863888f6
      Zuul authored
      863888f6
    • Frode Nordahl's avatar
      Add actions to blacklist osd-devices · c4d4e42c
      Frode Nordahl authored
      The blacklist actions allow for adding and removing devices
      to a unit-local list of devices to be skipped during osd
      initialization. This list will be used to override the
      application level, and thereby deployment wide, 'osd-devices'
      configuration option on a individual unit basis.
      
      The pre-existing list-disk action is extended to return
      list of blacklisted devices under the 'blacklist' key.
      
      Change-Id: I28a3c5d6076fb496dead3fe3387d9bbbbe9ec083
      Closes-Bug: #1730267
      c4d4e42c
  10. Nov 08, 2017
  11. Nov 07, 2017
  12. Nov 06, 2017
    • Xav Paice's avatar
      Add options for osd backfill pressure · f0de8613
      Xav Paice authored
      Added options for osd_max_backfills and osd_recovery_max_active, if we
      should want to override the default.
      
      Change-Id: Iaeb93d3068b1fab242acf2d741c36be5f4b29b57
      Closes-bug: #1661560
      f0de8613
  13. Nov 01, 2017
    • James Page's avatar
      Ensure upgrade keyring exists prior to upgrade checks · 36d5e14d
      James Page authored
      During ceph to ceph-osd/ceph-mon migrations, the bootstrap keyring
      for the cluster will be in place as the ceph-osd units are started
      alongside existing ceph units.
      
      Switch this check to look for the upgrade keyring, which won't be
      in place until the ceph-osd <-> ceph-mon relation is complete, at
      which point in time a) the unit has the correct access to perform
      the upgrade and b) the previous/current version check code will
      not trip over due to the previous value of the source option
      being None, resulting in a fallback to 'distro' as the previous
      source of ceph.
      
      Change-Id: I10895c60aeb543a10461676e4455ed6b5e2fdb46
      Closes-Bug: 1729369
      36d5e14d
  14. Oct 26, 2017
  15. Oct 25, 2017
  16. Oct 23, 2017
  17. Sep 26, 2017
  18. Sep 25, 2017
  19. Sep 20, 2017
    • Jenkins's avatar
      Merge "Add option for OSD initial weight" · d5a584bc
      Jenkins authored
      d5a584bc
    • Xav Paice's avatar
      Add option for OSD initial weight · ef3c3c7a
      Xav Paice authored
      In small clusters, adding OSDs at their full weight causes massive IO
      workload which makes performance unacceptable.  This adds a config
      option to change the initial weight, we can set it to 0 or something
      small for clusters that would be affected.
      
      Closes-Bug: 1716783
      Change-Id: Idadfd565fbda9ffc3952de73c5c58a0dc1dc69c9
      ef3c3c7a
  20. Sep 14, 2017
    • James Page's avatar
      Drop configuration for global keyring · 14f50338
      James Page authored
      Drop explicit global configuration of keyring, supporting
      installation of the ceph/ceph-mon/ceph-osd charms in the
      same machine.
      
      Change-Id: Ib4afd01fbcc4478ce90de5bd464b7829ecc5da7e
      Closes-Bug: 1681750
      14f50338
  21. Sep 06, 2017
  22. Aug 31, 2017
  23. Aug 29, 2017
  24. Aug 28, 2017
  25. Aug 25, 2017
    • Edward Hope-Morley's avatar
      Add explanation to bluestore config opt · b4900ea8
      Edward Hope-Morley authored
      Explain that for Ceph Luminous, which uses Bluestore
      as the default backend for OSDs, if the bluetsore
      option is set to false then OSDs will continue to use
      Filestore.
      
      Change-Id: I0cb65310f98562ec959018fad538e9006f1c41f6
      b4900ea8
  26. Aug 24, 2017
  27. Aug 23, 2017
  28. Aug 21, 2017
  29. Aug 16, 2017
Loading