]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
mgr/dashboard: fix osd list search with id
authorNizamudeen A <nia@redhat.com>
Thu, 9 Jan 2025 17:39:00 +0000 (23:09 +0530)
committerNizamudeen A <nia@redhat.com>
Thu, 13 Mar 2025 04:46:50 +0000 (10:16 +0530)
commit6cc1305cb2b487cb537cc9da78377227ae62db55
tree2cb527d0520acda749389a44158264bf59b10baa
parentf0f863a1a5450696971c1c40031e93885dde4fe9
mgr/dashboard: fix osd list search with id

The osd list search with id is broken after the pagination. So if you
search for any id it won't retrieve anything.

PS: One more broken item is the searching with any other cell name but
that's a known issue with server side pagination.

Fixes: https://tracker.ceph.com/issues/68871
Signed-off-by: Nizamudeen A <nia@redhat.com>
src/pybind/mgr/dashboard/services/_paginate.py