]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/log
ceph.git
3 weeks agodoc: Revert doc/cephadm: correct markup in rgw.rst 66971/head
Ville Ojamo [Mon, 19 Jan 2026 13:13:10 +0000 (20:13 +0700)]
doc: Revert doc/cephadm: correct markup in rgw.rst

This reverts commit fccb60922e80b0a446759ddfc8d1266b491277be.

Commit fccb609 backported changes that do not apply to Reef.
PR #63074 and the commit referenced therein as cherry-pick do not
correspond to the diff. Revert the commit because:

- Wildcard SAN feature in 3c24753 only since Tentacle.
- Disable multisite sync traffic feature in d620ba6 only since Squid.
- Shutdown delay feature in b84bb72 only since Tentacle.

Signed-off-by: Ville Ojamo <14869000+bluikko@users.noreply.github.com>
6 weeks agoMerge pull request #66738 from tchaikov/reef-backport-pr-66732
David Galloway [Mon, 29 Dec 2025 21:24:51 +0000 (16:24 -0500)]
Merge pull request #66738 from tchaikov/reef-backport-pr-66732

reef: debian/control: add iproute2 to build dependencies

6 weeks agodebian/control: add iproute2 to build dependencies 66738/head
Kefu Chai [Wed, 24 Dec 2025 05:55:26 +0000 (13:55 +0800)]
debian/control: add iproute2 to build dependencies

Test scripts like qa/tasks/cephfs/mount.py expect the ip command to be
available in the container environment. Without it, tests fail with:

```
  /bin/bash: line 1: ip: command not found

  File "/ceph/qa/tasks/cephfs/mount.py", line 96, in cleanup_stale_netnses_and_bridge
    p = remote.run(args=['ip', 'netns', 'list'],
  ...
  teuthology.exceptions.CommandFailedError: Command failed with status 127: 'ip netns list'
```

Add iproute2 to the debian package build dependencies when the
<pkg.ceph.check> build profile is enabled. This ensures the package is
available during container-based builds, since buildcontainer-setup.sh
→ script/run-make.sh → install-deps.sh → debian/control → generated
dependency package chain respects build profiles configured via
`FOR_MAKE_CHECK` and `WITH_CRIMSON` environment variables set in
Dockerfile.build.

Signed-off-by: Kefu Chai <k.chai@proxmox.com>
(cherry picked from commit 599922aa582bbaa6fa8c8e274b780fabafb10a9b)

7 weeks agoMerge pull request #66669 from ceph/apt-mirror-reef
Ilya Dryomov [Fri, 19 Dec 2025 13:40:20 +0000 (14:40 +0100)]
Merge pull request #66669 from ceph/apt-mirror-reef

reef: install-deps: Replace apt-mirror

Reviewed-by: Ilya Dryomov <idryomov@gmail.com>
7 weeks agoinstall-deps: Replace apt-mirror 66669/head
David Galloway [Tue, 16 Dec 2025 22:08:00 +0000 (17:08 -0500)]
install-deps: Replace apt-mirror

apt-mirror.front.sepia.ceph.com has happened to always work because we set up CNAMEs to gitbuilder.ceph.com.

That host is making its way to a new home upstate (literally and figuratively) so we'll get rid of the front subdomain since it's publicly accessible anyway and add TLS while we're at it.

Signed-off-by: David Galloway <david.galloway@ibm.com>
(cherry picked from commit 0b0c73ad860b20912c862b5376057153a5adab40)

8 weeks agoMerge pull request #64748 from kshtsk/wip-72328-reef
kyr [Fri, 12 Dec 2025 20:33:06 +0000 (21:33 +0100)]
Merge pull request #64748 from kshtsk/wip-72328-reef

reef: qa/tasks/ceph_manager: population must be a sequence