]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
os/bluestore: Fix collect_alerts 68663/head
authorAdam Kupczyk <akupczyk@ibm.com>
Thu, 16 Apr 2026 09:38:44 +0000 (09:38 +0000)
committerAdam Kupczyk <akupczyk@ibm.com>
Mon, 4 May 2026 16:27:10 +0000 (16:27 +0000)
commit5a3d328bfb296c48691621c744c0be38e53617d3
tree654f628d02e145792c46e6672223d3afbec81104
parentddaaf83456c55235a9651c7faf9a60878bc0aa75
os/bluestore: Fix collect_alerts

In some cases bdev->collect_alerts() was called twice on the same device.
It happened when DB and SLOW are the same device.
Now only called once.

It made no difference when we just set alert string,
but with EXTBLKDEV we append warning message.

Signed-off-by: Adam Kupczyk <akupczyk@ibm.com>
(cherry picked from commit 08510edf9f2ce3d184b123bf31c0b10e72f629fd)
src/os/bluestore/BlueFS.cc