Skip to content
Snippets Groups Projects
  1. Oct 13, 2016
  2. Jul 18, 2016
  3. Jul 15, 2016
  4. Jul 13, 2016
  5. Jul 07, 2016
  6. Jun 17, 2016
  7. Jun 03, 2016
  8. Jun 02, 2016
  9. May 31, 2016
  10. May 25, 2016
  11. May 24, 2016
  12. May 23, 2016
  13. May 20, 2016
  14. May 17, 2016
  15. May 16, 2016
  16. May 10, 2016
    • Sébastien Han's avatar
      ceph-common: purge ceph.conf file · 6305724a
      Sébastien Han authored
      
      Since ##461 we have been having the ability to override ceph default
      options. Previously we had to add a new line in the template and then
      another variable as well. Doing a PR for one option was such a pain. As
      a result, we now have tons of options that we need to maintain across
      all the ceph version, yet another painful thing to do.
      This commit removes all the ceph options so they are handled by ceph
      directly. If you want to add a new option, feel free to to use the
      `ceph_conf_overrides` variable of your `group_vars/all`.
      
      Risks, for those who have been managing their ceph using ceph-ansible
      this is not a trivial change as it will trigger a change in your
      `ceph.conf` and then restart all your ceph services. Moreover if you did
      some specific tweaks as well, prior to run ansible you should update the
      `ceph_conf_overrides` variable to reflect your previous changes.
      
      To avoid service restart, you need to know a bit of ansible for this,
      but generally the idea would be to run ansible on a dummy host to
      generate the ceph.conf, then scp this file to all your ceph hosts and
      you should be good.
      
      Closes: #693
      
      Signed-off-by: default avatarSébastien Han <seb@redhat.com>
      (cherry picked from commit 47860a887fcc240d463a5b57a021f316c7533343)
      6305724a
    • Sébastien Han's avatar
      ceph-mds: fix the handler · aedaad07
      Sébastien Han authored
      
      Moving the mds_name fact in the common role so the MDS can properly
      be restarted.
      
      Signed-off-by: default avatarSébastien Han <seb@redhat.com>
      (cherry picked from commit b3971354bf69e30fa63e400e4161f842e5d82379)
      aedaad07
  17. May 09, 2016
  18. May 04, 2016
  19. Apr 28, 2016
  20. Apr 25, 2016
Loading