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

kraken: cephfs: src/test/pybind/test_cephfs.py fails #16114

Merged
merged 2 commits into from Jul 19, 2017

Commits on Jul 4, 2017

  1. pybind: fix open flags calculation

    (O_WRONLY | O_RDWR) is invaild open flags
    
    Fixes: http://tracker.ceph.com/issues/19890
    Signed-off-by: "Yan, Zheng" <zyan@redhat.com>
    (cherry picked from commit 2c25c99)
    ukernel authored and smithfarm committed Jul 4, 2017
    Copy the full SHA
    ac9aed9 View commit details
    Browse the repository at this point in the history
  2. pybind: fix cephfs.OSError initialization

    Traceback (most recent call last):
      File "<stdin>", line 1, in <module>
      File "cephfs.pyx", line 672, in cephfs.LibCephFS.open (/home/zhyan/Ceph/ceph-2/build/src/pybind/cephfs/pyrex/cephfs.c:10160)
      File "cephfs.pyx", line 155, in cephfs.OSError.__init__ (/home/zhyan/Ceph/ceph-2/build/src/pybind/cephfs/pyrex/cephfs.c:1889)
    TypeError: __init__() takes exactly 3 positional arguments (2 given)
    
    Signed-off-by: "Yan, Zheng" <zyan@redhat.com>
    (cherry picked from commit e6493f6)
    ukernel authored and smithfarm committed Jul 4, 2017
    Copy the full SHA
    baa7723 View commit details
    Browse the repository at this point in the history