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

octopus: mon: calculate min_size on osd pool set size #34528

Merged
merged 2 commits into from May 7, 2020

Commits on Apr 16, 2020

  1. mon: calculate min_size on osd pool set size

    currently `osd pool set size` only modifies min_size when it is above new size,
    while it should be recalculated unconditionally.
    
    fixes: https://tracker.ceph.com/issues/44862
    Signed-off-by: Deepika Upadhyay <dupadhya@redhat.com>
    (cherry picked from commit b69dcaa)
    Deepika Upadhyay authored and smithfarm committed Apr 16, 2020
    Copy the full SHA
    a95a070 View commit details
    Browse the repository at this point in the history
  2. qa/workunits/mon: add check for min_size

    verify whether min_size is recalculated when osd
    pool size is changed.
    
    fixes: https://tracker.ceph.com/issues/44862
    Signed-off-by: Deepika Upadhyay <dupadhya@redhat.com>
    (cherry picked from commit 0a7325a)
    
    Conflicts:
        qa/workunits/mon/pool_ops.sh
    - master/pacific needs "--yes-i-really-mean-it" when setting pool size
      to 1
    Deepika Upadhyay authored and smithfarm committed Apr 16, 2020
    Copy the full SHA
    d2ae92c View commit details
    Browse the repository at this point in the history