Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add python3 support and fix Rados.mon_command call for ceph pacific #65

Merged
merged 2 commits into from
Dec 2, 2021

Commits on Aug 23, 2021

  1. changes to add support for python3

      * mostly using 2to3
      * added try / except to import urlopen
        to support python2 and python3
      * add try / except to _string_decode_hook
        unicode no longer exists in python3
    AzadShM committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    9ab52ce View commit details
    Browse the repository at this point in the history
  2. Rados.mon_command() in ceph pacific expects the inbuf argument

      to be passed as bytes and not str
    AzadShM committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    3f37337 View commit details
    Browse the repository at this point in the history