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
pacific: backport mgr/nfs bits #43811
Conversation
|
@liewegas jfyi: this also contains the Cluster Expansion Wizard (it's not only NFS stuff). |
|
jenkins test dashboard |
|
jenkins test dashboard cephadm |
|
Dashboard check failed with xmlsec corrupted package. |
|
jenkins test dashboard |
|
Re-running job... |
|
jenkins test dashboard |
Fixes: https://tracker.ceph.com/issues/52942 Signed-off-by: Sage Weil <sage@newdream.net> (cherry picked from commit 522c184)
Signed-off-by: Sage Weil <sage@newdream.net> (cherry picked from commit 03ba3ce)
Run a (ceph) tool with the appropriate keyring and entity name. Signed-off-by: Sage Weil <sage@newdream.net> (cherry picked from commit e24171f)
Fixes: https://tracker.ceph.com/issues/53096 Signed-off-by: Sage Weil <sage@newdream.net> Signed-off-by: Michael Fritch <mfritch@suse.com> (cherry picked from commit 8dcdde7)
Signed-off-by: Sage Weil <sage@newdream.net> (cherry picked from commit 1b2ed89)
Signed-off-by: Sage Weil <sage@newdream.net> (cherry picked from commit d7acc16)
Signed-off-by: Sage Weil <sage@newdream.net> (cherry picked from commit fa4ee0f)
Signed-off-by: Sage Weil <sage@newdream.net> (cherry picked from commit 9467f1e)
Signed-off-by: Sage Weil <sage@newdream.net> (cherry picked from commit aef952b)
Put fsname after cluster_id + pseudo_path so that it aligns with the change to the rgw command. Signed-off-by: Sage Weil <sage@newdream.net> (cherry picked from commit a07ca24)
Put bucket name last so that it paves the way for an optional 'user' arg to go along with it. Signed-off-by: Sage Weil <sage@newdream.net> (cherry picked from commit 89e73a2)
- move the bucket / user position after the cluster_id and pseudo_path (since they are optional) - require bucket or user or both - if bucket, use the bucket owner - if bucket+user, use that user - if user only, then export at top-level (all users buckets) Fixes: https://tracker.ceph.com/issues/53134 Signed-off-by: Sage Weil <sage@newdream.net> (cherry picked from commit bd01854)
Signed-off-by: Sage Weil <sage@newdream.net> (cherry picked from commit d354baa)
Signed-off-by: Sage Weil <sage@newdream.net> (cherry picked from commit 48ce4e9)
Signed-off-by: Sage Weil <sage@newdream.net> (cherry picked from commit b6d85e3)
167dcb5
to
22476a6
Compare
|
jenkins test make check |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM based on test runs
| * mgr-pg_autoscaler: Autoscaler will now start out by scaling each | ||
| pool to have a full complements of pgs from the start and will only | ||
| decrease it when other pools need more pgs due to increased usage. | ||
| This improves out of the box performance of Ceph by allowing more PGs | ||
| to be created for a given pool. | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: not relevant but probably just crept in with the cherry-pick
Blocked by