]>
git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Casey Bodley [Wed, 19 Nov 2025 16:14:21 +0000 (11:14 -0500)]
Merge pull request #66320 from cbodley/wip-doc-reef-rgw-metrics
reef: doc/rgw: remove metrics.rst which did not apply to reef
Reviewed-by: Anthony D'Atri <anthony.datri@gmail.com>
Casey Bodley [Wed, 19 Nov 2025 15:40:30 +0000 (10:40 -0500)]
doc/rgw: remove metrics.rst which did not apply to reef
metrics.rst was backported in full due to conflicts from changes
in
1a3f3c9a8d2cd20821ebf3d45a452e18ccad4a64 . these features don't exist
on reef, so remove the whole page
Signed-off-by: Casey Bodley <cbodley@redhat.com>
J. Eric Ivancich [Tue, 18 Nov 2025 16:46:31 +0000 (11:46 -0500)]
Merge pull request #66243 from kshtsk/wip-73817-reef
reef: rgw: update keystone repo stable branch to 2024.2
Reviewed-by: J. Eric Ivancich <ivancich@redhat.com>
kyr [Tue, 18 Nov 2025 16:22:05 +0000 (17:22 +0100)]
Merge pull request #66252 from kshtsk/wip-73583-reef
reef: qa/tasks/workunit: fix no module named 'pipes'
Yuri Weinstein [Tue, 18 Nov 2025 15:31:32 +0000 (07:31 -0800)]
Merge pull request #66272 from idryomov/wip-69492-reef
reef: rbd-mirror: add cluster fsid to remote meta cache key
Reviewed-by: Mykola Golub <mgolub@suse.com>
Venky Shankar [Tue, 18 Nov 2025 11:34:54 +0000 (17:04 +0530)]
Merge pull request #61275 from kotreshhr/wip-68941-reef
reef: ceph-fuse: Improve fuse mount usage message
Reviewed-by: Jos Collin <jcollin@redhat.com>
Mykola Golub [Fri, 3 Oct 2025 12:40:54 +0000 (15:40 +0300)]
rbd-mirror: add cluster fsid to remote meta cache key
Using just pool id is not enough when mirroring several clusters.
Fixes: https://tracker.ceph.com/issues/69492
Signed-off-by: Mykola Golub <mykola.golub@clyso.com>
(cherry picked from commit
dfa23483aa2828004fe588f9c23f398a29b03323 )
Kyr Shatskyy [Fri, 10 Oct 2025 19:37:21 +0000 (21:37 +0200)]
qa/tasks/workunit: fix no module named 'pipes'
Python 3.13 finally dropped the 'pipes' module,
replacing it with shlex.
Fixes: https://tracker.ceph.com/issues/73498
Signed-off-by: Kyr Shatskyy <kyrylo.shatskyy@clyso.com>
(cherry picked from commit
da40484b9577aba21833e6b09c6129fe2d3c596c )
Kotresh HR [Fri, 14 Nov 2025 05:14:39 +0000 (10:44 +0530)]
Merge pull request #63069 from rishabh-d-dave/wip-71149-reef
reef: mgr/vol: don't delete user-created pool in "volume create" command
Kyr Shatskyy [Tue, 11 Nov 2025 12:55:39 +0000 (13:55 +0100)]
rgw: update keystone repo stable branch to 2024.2
The stable/2024.1 is gone from the github repo:
https://github.com/openstack/keystone.git
Fixes: https://tracker.ceph.com/issues/73800
Signed-off-by: Kyr Shatskyy <kyrylo.shatskyy@clyso.com>
(cherry picked from commit
998e4299af417221ac8102fe46c46967e88f0da4 )
Rishabh Dave [Wed, 16 Apr 2025 08:47:18 +0000 (14:17 +0530)]
qa/cephfs: test that user created pool is not deleted by...
"volume create" command.
Signed-off-by: Rishabh Dave <ridave@redhat.com>
(cherry picked from commit
ad1716ff15743dc45d88ddb529b4705b6bd780a6 )
Rishabh Dave [Wed, 16 Apr 2025 08:24:27 +0000 (13:54 +0530)]
mgr/vol: don't delete user-created pool in "volume create" command
If one of the pool names passed to "ceph fs volume create" command
(through --data-pool and --meta-pool name) is absent, don't delete the
pool that is present and passed to this command during the cleanup code
of this command.
IOW, "volume create" command should continue deleting pool created by it
but not delete pool created by the user.
Fixes: https://tracker.ceph.com/issues/70945
Signed-off-by: Rishabh Dave <ridave@redhat.com>
(cherry picked from commit
4299f660ba9c83ef9305b2834c195da9008810a9 )
Rishabh Dave [Mon, 3 Mar 2025 16:36:10 +0000 (22:06 +0530)]
doc/cephfs: mention new options for "fs volume create" cmd
Command "ceph fs volume create" accepts 2 new options to allow users to
pass data and metadata pool name. Update docs to include mention of both
the options.
Signed-off-by: Rishabh Dave <ridave@redhat.com>
(cherry picked from commit
3044bf7e4b667fb5de5062c41e22e866fc6bb9a6 )
Rishabh Dave [Sat, 8 Feb 2025 14:42:08 +0000 (20:12 +0530)]
qa/cephfs: test passing pool names to "fs volume create" cmd
Signed-off-by: Rishabh Dave <ridave@redhat.com>
(cherry picked from commit
3ae193035c8cca41a699d796e012ea5b23517767 )
Conflicts:
qa/tasks/cephfs/test_volumes.py
- Imports on reef branch are slightly different from main branch leading
to a conflict.
Rishabh Dave [Wed, 5 Mar 2025 11:10:11 +0000 (16:40 +0530)]
qa/cephfs: separate the tests for "ceph fs volume create" cmd
Signed-off-by: Rishabh Dave <ridave@redhat.com>
(cherry picked from commit
058769c131754539efcb7f46164f7f164ecb1b13 )
Rishabh Dave [Sat, 8 Feb 2025 14:30:37 +0000 (20:00 +0530)]
mgr/vol: allow passing pool names to "fs volume create" cmd
Fixes: https://tracker.ceph.com/issues/69878
Signed-off-by: Rishabh Dave <ridave@redhat.com>
(cherry picked from commit
e794a19fd0da92c4331702ed4c35e9d659e53f81 )
Casey Bodley [Wed, 12 Nov 2025 22:11:47 +0000 (17:11 -0500)]
Merge pull request #66002 from cbodley/wip-73597-reef
reef: rgw: fix 'bucket rm --bypass-gc' for copied objects
Reviewed-by: Adam Emerson <aemerson@redhat.com>