pacific: cephadm: Batch backport March (1)#39807
Merged
liewegas merged 72 commits intoceph:pacificfrom Mar 10, 2021
Merged
Conversation
Member
|
jenkins test docs |
liewegas
approved these changes
Mar 3, 2021
Contributor
Author
|
4bce63f to
23fdd41
Compare
jmolmo
approved these changes
Mar 4, 2021
Member
jmolmo
left a comment
There was a problem hiding this comment.
For me seems to be ok the list of changes and changes to backport.
Once solved the build problems for the code and for docs is OK to merge in pacific.
Contributor
Author
|
23fdd41 to
904a3c6
Compare
Contributor
Author
|
failed: |
avanthakkar
approved these changes
Mar 8, 2021
Contributor
Author
|
changelog: added #39822 |
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com> (cherry picked from commit e4d7d76)
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com> (cherry picked from commit b6c770a)
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com> (cherry picked from commit 68030be)
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com> (cherry picked from commit 42d5c89) Conflicts: src/pybind/mgr/rook/module.py
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com> (cherry picked from commit 1ecb93a)
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com> (cherry picked from commit 1d40632)
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com> (cherry picked from commit b92dc71)
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com> (cherry picked from commit 828992d)
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com> (cherry picked from commit d529f1d)
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com> (cherry picked from commit a455dff)
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com> (cherry picked from commit 0f22f24)
Signed-off-by: Daniel-Pivonka <dpivonka@redhat.com> Signed-off-by: Adam King <adking@redhat.com> (cherry picked from commit 674912b)
Fixes: https://tracker.ceph.com/issues/49506 Signed-off-by: Patrick Seidensal <pseidensal@suse.com> (cherry picked from commit 8f0dae0)
Fixes: https://tracker.ceph.com/issues/49506 Signed-off-by: Patrick Seidensal <pseidensal@suse.com> (cherry picked from commit 3c222a8)
Signed-off-by: Patrick Seidensal <pseidensal@suse.com> (cherry picked from commit 0d55626)
``` ERROR: ERROR: No time synchronization is active ``` Signed-off-by: Michael Fritch <mfritch@suse.com> (cherry picked from commit ace5d41)
This reverts commit 9200b1e, reversing changes made to e42bbba. For running tests to narrow down the root cause of: https://tracker.ceph.com/issues/49237 Signed-off-by: Michael Fritch <mfritch@suse.com> (cherry picked from commit a16e46e)
If we are in a container, then we do not have a unique pid, and need to use a random nonce. We normally detect this if our pid is 1, but that doesn't work when we have a init process--we'll (probably?) have a small pid (in my tests, the OSDs were getting pid 7). To be safe, also check for an environment variable set by cephadm. This avoids problems that arise when we don't have a unique address. Fixes: https://tracker.ceph.com/issues/49534 Signed-off-by: Sage Weil <sage@newdream.net> (cherry picked from commit d18f608)
This ensures that daemon messenger nonces don't collide by using PIDs that are no longer unique for the IP address. Signed-off-by: Sage Weil <sage@newdream.net> (cherry picked from commit 576823b)
On some versions of podman doing --default-log-stderr-prefix="debug " seems to work okay, but on others it does not, producing lines like /usr/bin/ceph-mon: "debug "2021-02-26T15:30:36.266+0000 7f3d8a955700 4 rocksdb: Options.db_write_buffer_size: 0 Quote things properly for the unit.run bash script. Signed-off-by: Sage Weil <sage@newdream.net> (cherry picked from commit 3ea514c)
introduced by usage of `shlex` in 3ea514c Fixes: https://tracker.ceph.com/issues/49590 Signed-off-by: Michael Fritch <mfritch@suse.com> (cherry picked from commit 1474477)
b66e292 to
732027a
Compare
Contributor
Author
|
changelog: Drop |
Contributor
Author
|
next issue: https://paste.opensuse.org/62480748 |
Contributor
Author
|
jenkins test make check |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backport of #39495, #39630, #39536, #39537, #39415, #39421, #39420, #39474, #39562, #39613, #39649, #39614, #39551, #39644, #39714, #39648, #39733, #39760, #39744, #39612, #39352, #38915, #39722, #38995, #39739, #39730, #39770
Conflicts:
src/pybind/mgr/rook/module.py
doc/cephadm/index.rst
Added two missing commits from #39504