Skip to content

Latest commit

 

History

History
45 lines (37 loc) · 922 Bytes

CHANGELOG.rst

File metadata and controls

45 lines (37 loc) · 922 Bytes

0.1.0

  • Change code base to a library.
  • Check for mds rgw commands

0.0.9

  • Bugfix Create bootstrapmon dir if missing.
  • Documentation fixes

0.0.8

  • Rename module as ceph

0.0.7

  • rgw keyring now more locked using profiles.
  • mds keyring now more locked using profiles.
  • improve logging of commands with spaces in attributes.
    • supporting cut and paste into bash.

0.0.6

  • Update documentation to use new keyring functions.
  • zap method to use kwargs.

0.0.5

  • Allow "*auth_add" and "*auth_del" run not just on mon nodes.
  • Add new public methods:
    • keyring_create
    • keyring_save
    • keyring_purge
    • keyring_present
    • keyring_auth_add
    • keyring_auth_del

0.0.4

  • Add public methods cluster_quorum and cluster_status.
  • Add to example file with cluster_status
  • Add require into example file.
  • Restructure cluster operations to make better time out handling.