Skip to content
Snippets Groups Projects
  1. Sep 28, 2017
  2. Sep 25, 2017
  3. Sep 21, 2017
  4. Sep 19, 2017
  5. Sep 18, 2017
  6. Sep 13, 2017
  7. Sep 08, 2017
  8. Sep 07, 2017
  9. Aug 31, 2017
  10. Aug 30, 2017
  11. Aug 29, 2017
  12. Aug 24, 2017
  13. Aug 23, 2017
    • SirishaGuduru's avatar
      Common: changed civetweb line in rgw section(conf) · 28df8513
      SirishaGuduru authored
      
      Resolves issue: Multiple RGW Ceph.conf Issue #1258
      
      In multi-RGW setup, in ceph.conf the RGW sections
      contain identical bind IP in civetweb line. So this
      modification fixes that issue and puts the right IP
      for each RGW.
      
      Signed-off-by: default avatarSirishaGuduru <SGuduru@walmartlabs.com>
      
      Modified ceph-defaults and ran generate_group_vars_sample.sh
      
      group_vars/osds.yml.sample and group_vars/rhcs.yml.sample are
      not part of the changes. But they got modified when
      generate_group_vars_sample.sh is ran to generate group_vars/
      all.yml.sample.
      
      Uncommented added variables in ceph-defaults
      
      Updated tests by adding value for radosgw_interface
      
      Added radosgw_interface to centos cluster tests
      
      Modified ceph-rgw role,rebased and ran generate_group_vars_sample.sh
      
      In ceph-rgw role removed check_mandatory_vars.yml.
      Rebased on master.
      Ran generate_group_vars_sample.sh and then the below files got
      modified.
      28df8513
  14. Aug 22, 2017
  15. Aug 17, 2017
  16. Aug 04, 2017
  17. Aug 03, 2017
  18. Aug 02, 2017
  19. Jul 28, 2017
  20. Jul 27, 2017
  21. Jul 25, 2017
    • Christian Zunker's avatar
      Restart OSDs during initial setup when crush location is used · 2aaa9f70
      Christian Zunker authored
      OSDs get started by ceph-disk before the ceph.conf file is written
      with a crush location. That results in a crush map without configured
      crush location.
      
      To prevent this, we have to restart the OSDs during the initial setup
      after the crush location was added to the ceph.conf file.
      2aaa9f70
Loading