]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
os/bluestore: Fix collect_alerts 68416/head
authorAdam Kupczyk <akupczyk@ibm.com>
Thu, 16 Apr 2026 09:38:44 +0000 (09:38 +0000)
committerAdam Kupczyk <akupczyk@ibm.com>
Wed, 22 Apr 2026 14:35:17 +0000 (14:35 +0000)
commit08510edf9f2ce3d184b123bf31c0b10e72f629fd
tree2c6932220f224ae23ba2d631ba2bb1d2d9f90a0d
parent950cd2c746e4002fb8ab15ef3565fc646e07f285
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>
src/os/bluestore/BlueFS.cc