]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
crimson/os/seastore: Remove error on expected logic
authorMatan Breizman <mbreizma@redhat.com>
Wed, 3 Sep 2025 11:25:28 +0000 (11:25 +0000)
committerMatan Breizman <mbreizma@redhat.com>
Mon, 15 Sep 2025 12:38:20 +0000 (12:38 +0000)
commit2092ad0c2d80e8266dc5a635d428df13d5196535
treea0ac3b04fff81296edcb90560b99e9aab130cb60
parent5aade0e946fc147e7183137ac21787a9b5c71d35
crimson/os/seastore: Remove error on expected logic

In read_meta we should not use ERROR when the key is not found
as this is expected.
Same in _mkfs, if mkfs_done exists we shouldn't use ERROR.
This can be confusing when debugging is disabled and few ERROR log
lines are printed.

Signed-off-by: Matan Breizman <mbreizma@redhat.com>
src/crimson/os/seastore/device.cc
src/crimson/os/seastore/seastore.cc