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

reef: ceph-volume: drop filestore support #52071

Merged
merged 2 commits into from Jul 13, 2023
Merged

Commits on Jun 15, 2023

  1. ceph-volume: drop filestore support

    FileStore support has been dropped as of Ceph Reef, let's drop
    it in ceph-volume too.
    
    Signed-off-by: Guillaume Abrioux <gabrioux@ibm.com>
    (cherry picked from commit cda1b14)
    guits committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    a2cf23d View commit details
    Browse the repository at this point in the history
  2. ceph-volume/tests: address nose tests deprecation

    migrate setup/teardown from nosetest to native pytest.
    
    see [1]
    
    [1] https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose
    
    Signed-off-by: Guillaume Abrioux <gabrioux@ibm.com>
    (cherry picked from commit 2f78121)
    guits committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    e264887 View commit details
    Browse the repository at this point in the history