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

nautilus: rbd: rbd-nbd: don't ignore namespace when unmapping by image spec #37811

Merged
merged 2 commits into from Nov 3, 2020

Commits on Oct 26, 2020

  1. qa/workunits/rbd: yet another attempt to improve rbd-nbd unmap

    Previously it still could race when unmap_device returned success
    because the device was not found in `rbd-nbd list-mapped` (the nbd
    device was removed) but the test failed because the process was still
    found in the ps table.
    
    Fixes: https://tracker.ceph.com/issues/47394
    Signed-off-by: Mykola Golub <mgolub@suse.com>
    (cherry picked from commit f0c6976)
    
    Conflicts:
    	qa/workunits/rbd/rbd-nbd.sh
    - omit changes in tests that are not in nautilus
    trociny authored and smithfarm committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    ec47657 View commit details
    Browse the repository at this point in the history
  2. rbd-nbd: don't ignore namespace when unmapping by image spec

    Fixes: https://tracker.ceph.com/issues/47665
    Signed-off-by: Mykola Golub <mgolub@suse.com>
    (cherry picked from commit b360186)
    trociny authored and smithfarm committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    538ac73 View commit details
    Browse the repository at this point in the history