Skip to content

quincy: cls/rbd: update last_read in group::snap_list#49196

Merged
yuriw merged 4 commits intoceph:quincyfrom
idryomov:wip-57066-quincy
Feb 3, 2023
Merged

quincy: cls/rbd: update last_read in group::snap_list#49196
yuriw merged 4 commits intoceph:quincyfrom
idryomov:wip-57066-quincy

Conversation

@idryomov
Copy link
Contributor

@idryomov idryomov commented Dec 2, 2022

Prasanna Kumar Kalever added 3 commits December 2, 2022 15:19
Signed-off-by: Prasanna Kumar Kalever <prasanna.kalever@redhat.com>
(cherry picked from commit bb2d1d7)
Problem:
`rbd group snap ls` shows 1025 records after creating 65 snaps
with `rbd group snap create`

$ for i in {1..65}; do rbd group snap create test_group@group_snap$i; done
$ rbd group snap ls test_group | wc -l
1025

Solution:
update last_read after getting RBD_MAX_KEYS_READ with cls_cxx_map_get_vals.

Fixes: https://tracker.ceph.com/issues/57066
Signed-off-by: Prasanna Kumar Kalever <prasanna.kalever@redhat.com>
(cherry picked from commit 94029c4)
Signed-off-by: Prasanna Kumar Kalever <prasanna.kalever@redhat.com>
(cherry picked from commit e0da2a4)
@idryomov idryomov added this to the quincy milestone Dec 2, 2022
@idryomov idryomov requested a review from a team as a code owner December 2, 2022 14:29
@idryomov
Copy link
Contributor Author

idryomov commented Dec 2, 2022

make check is blocked on #49059

Commit e0da2a4 ("qa/workunits/rbd: Add test to list snapshots of
consistency group") added bash-specific syntax.

Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
(cherry picked from commit 8f71273)
@idryomov
Copy link
Contributor Author

idryomov commented Dec 5, 2022

Added #49235 to the backport.

@adk3798
Copy link
Contributor

adk3798 commented Dec 7, 2022

jenkins test make check

@yuriw
Copy link
Contributor

yuriw commented Feb 3, 2023

jenkins test make check

@idryomov
Copy link
Contributor Author

idryomov commented Feb 3, 2023

E: Malformed line 1 in source list /etc/apt/sources.list.d/libboost.list (type)
E: The list of sources could not be read.

@idryomov
Copy link
Contributor Author

idryomov commented Feb 3, 2023

jenkins test make check

@yuriw yuriw merged commit d855b24 into ceph:quincy Feb 3, 2023
@idryomov idryomov deleted the wip-57066-quincy branch February 13, 2023 11:42
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.

4 participants