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

Python 3 compatibility of Ceph CLI #9702

Merged
merged 6 commits into from Jul 6, 2016
Merged

Python 3 compatibility of Ceph CLI #9702

merged 6 commits into from Jul 6, 2016

Commits on Jun 14, 2016

  1. Fix tabs->whitespace in ceph_argparse

    Signed-off-by: Oleh Prypin <oleh@pryp.in>
    oprypin committed Jun 14, 2016
    Copy the full SHA
    bef2c83 View commit details
    Browse the repository at this point in the history
  2. Fix the check for poolid validity

    Signed-off-by: Oleh Prypin <oleh@pryp.in>
    oprypin committed Jun 14, 2016
    Copy the full SHA
    ef2c657 View commit details
    Browse the repository at this point in the history
  3. Make syntax of ceph_argparse compatible with Python 3

    Signed-off-by: Oleh Prypin <oleh@pryp.in>
    oprypin committed Jun 14, 2016
    Copy the full SHA
    c7b79b3 View commit details
    Browse the repository at this point in the history
  4. Make usage of builtins in ceph_argparse compatible with Python 3

    Signed-off-by: Oleh Prypin <oleh@pryp.in>
    oprypin committed Jun 14, 2016
    Copy the full SHA
    ddf0604 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2016

  1. Make use of builtins (+division) in Ceph CLI compatible with Python 3

    Signed-off-by: Oleh Prypin <oleh@pryp.in>
    oprypin committed Jun 15, 2016
    Copy the full SHA
    2a1af23 View commit details
    Browse the repository at this point in the history
  2. Fix usage of bytes vs unicode in Ceph CLI for Python 3 compatibility

    Signed-off-by: Oleh Prypin <oleh@pryp.in>
    oprypin committed Jun 15, 2016
    Copy the full SHA
    8fc6707 View commit details
    Browse the repository at this point in the history