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

Wip hemanth testing 2024 08 14 1817 quincy #166

Closed
wants to merge 5,807 commits into from

Conversation

hkadam134
Copy link

Test

Contribution Guidelines

Checklist

  • Tracker (select at least one)
    • References tracker ticket
    • Very recent bug; references commit where it was introduced
    • New feature (ticket optional)
    • Doc update (no ticket needed)
    • Code cleanup (no ticket needed)
  • Component impact
    • Affects Dashboard, opened tracker ticket
    • Affects Orchestrator, opened tracker ticket
    • No impact that needs to be tracked
  • Documentation (select at least one)
    • Updates relevant documentation
    • No doc update is appropriate
  • Tests (select at least one)
Show available Jenkins commands
  • jenkins retest this please
  • jenkins test classic perf
  • jenkins test crimson perf
  • jenkins test signed
  • jenkins test make check
  • jenkins test make check arm64
  • jenkins test submodules
  • jenkins test dashboard
  • jenkins test dashboard cephadm
  • jenkins test api
  • jenkins test docs
  • jenkins render docs
  • jenkins test ceph-volume all
  • jenkins test ceph-volume tox
  • jenkins test windows

zdover23 and others added 30 commits June 26, 2024 15:52
…8243-to-quincy

quincy: doc/rados: credit Prashant for a procedure

Reviewed-by: Anthony D'Atri <[email protected]>
Make minor changes to the "Debugging Slow Requests" section of
doc/rados/troubleshooting/troubleshooting-osd.rst in preparation
for an expansion of this section in response to a reqeust from Joel
Davidow.

Signed-off-by: Zac Dover <[email protected]>
(cherry picked from commit 8b211b9)
…8226-to-quincy

quincy: doc/rados: edit troubleshooting-osd.rst
…atures

quincy: override client features

Reviewed-by: Patrick Donnelly <[email protected]>
Signed-off-by: N Balachandran <[email protected]>
(cherry picked from commit 9f43c67)
In this example librados2-devel only install C header files on fedora 40,
therefore I added libradospp-devel to the command to include C++ header files.

Signed-off-by: Pere Diaz Bou <[email protected]>
(cherry picked from commit 7e87441)
also use kafka binaries insted of building from source

Fixes: https://tracker.ceph.com/issues/63205

Signed-off-by: Yuval Lifshitz <[email protected]>
(cherry picked from commit 2ab7c16)
…8299-to-quincy

quincy: doc/dev: Fix typos in encoding.rst
* since the minimum required cmake version is now 3.16, there is no
  need to check for cmake version for using multiple URLs for
  downloading external project.
* use string(JOIN ..) to compose URL option for downloading boost

Signed-off-by: Kefu Chai <[email protected]>
(cherry picked from commit f356cc8)
Cmake 3.29 does not appreciate a space separated string being
substituted in.

Signed-off-by: Adam Emerson <[email protected]>
(cherry picked from commit 3543542)
Incorporate Anthony's suggestion in
ceph/ceph#57567 (comment) into
doc/cephfs/fs-volumes.rst.

Signed-off-by: Zac Dover <[email protected]>
(cherry picked from commit 7a78dda)
…8358-to-quincy

quincy: doc/cephfs: take Anthony's suggestion
Signed-off-by: Piotr Parczewski <[email protected]>
(cherry picked from commit a8b27af)
Repair the link to cephfs-shell.rst in doc/cephfs/cephfs-shell.rst that
was broken in ceph/ceph#41165 when
doc/cephfs/cephfs-shell.rst was moved to doc/man/8/cephfs-shell.rst.

This commit is made in response to a request by Lander Duncan that was
made on the [ceph-users] mailing list, and can be seen here: https://lists.ceph.io/hyperkitty/list/[email protected]/thread/F7V4CWLIYCAJ4JXI2JLNY6QPCFPR4SLA/

Signed-off-by: Zac Dover <[email protected]>
(cherry picked from commit 4f8903c)
…5577-to-quincy

quincy: doc/start: fix wording & syntax
…8366-to-quincy

quincy: doc/cephfs: update cephfs-shell link
Remove information so that it is clear that Centos 8 will no longer be
supported by Ceph.

Signed-off-by: Zac Dover <[email protected]>
(cherry picked from commit 6b149e4)
…8092-to-quincy

quincy: doc/start: remove mention of Centos 8 support

Reviewed-by: Ilya Dryomov <[email protected]>
Document how to manually pass the search domain to "mon_dns_srv_name" in
doc/rados/configuration/mon-lookup-dns.rst.

This commit is made in response to a request by Lander Duncan that was made on the [ceph-users] mailing list, and can be seen here: https://lists.ceph.io/hyperkitty/list/[email protected]/thread/F7V4CWLIYCAJ4JXI2JLNY6QPCFPR4SLA/

Co-authored-by: Anthony D'Atri <[email protected]>
Signed-off-by: Zac Dover <[email protected]>
(cherry picked from commit 98938a0)
…8287-to-quincy

quincy: doc/rados: update how to install c++ header files

Reviewed-by: Cole Mitchell <[email protected]>
…8368-to-quincy

quincy: doc/rados: document manually passing search domain
qa/tests: added client-upgrade-quincy-squid tests

Reviewed-by: Josh Durgin <[email protected]>
The current link goes to `cephadm/services/rados/operations/devices` which is a 404, it instead needs to be `rados/operations/devices/`.

Signed-off-by: Matthew Vernon <[email protected]>
(cherry picked from commit d1a7cc4)
…8484-to-quincy

quincy: doc: Correct link to "Device management"

Reviewed-by: Anthony D'Atri <[email protected]>
This commit is based on ceph/ceph@7a1dce1,
but due to backport complexities, it is a direct merge to quincy.

Centos 8 went end of life (as did rhel 8), so we will now
test with centos 9 for quincy.
Ref: https://docs.ceph.com/en/latest/start/os-recommendations/#platforms

Signed-off-by: Laura Flores <[email protected]>
This is a direct merge to quincy that is based on the following
commit: ceph/ceph@c8873c6
It is not directly backported due to backport complexities.

Signed-off-by: Laura Flores <[email protected]>
Signed-off-by: Dan van der Ster <[email protected]>
(cherry picked from commit 6e85f76)

Conflicts:
	do_cmake.sh add rocky too
	install-deps.sh add rocky too
... created since commit 0bcb5cf ("librbd/image: create rbd_trash
object during RBD pool initialization").

Fixes: https://tracker.ceph.com/issues/66886
Signed-off-by: Ilya Dryomov <[email protected]>
(cherry picked from commit f8e5aec)
Copy link

This pull request can no longer be automatically merged: a rebase is needed and changes have to be manually resolved

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.