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: ceph-volume: [filestore,bluestore] single type strategies fail after tracking devices as sets #29702

Merged
merged 1 commit into from Aug 16, 2019

Commits on Aug 16, 2019

  1. ceph-volume: don't keep device lists as sets

    This was introduced by ceph#27754. The explicit device lists were cast to
    sets but other parts of the code where not updated accordingly. To avoid
    touching all code places, only cast to sets for disjoint test and keep
    lists otherwise.
    
    Fixes: https://tracker.ceph.com/issues/41292
    
    Signed-off-by: Jan Fajerski <jfajerski@suse.com>
    (cherry picked from commit 0534cf1)
    Jan Fajerski committed Aug 16, 2019
    Copy the full SHA
    a86e07f View commit details
    Browse the repository at this point in the history