]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commit
mgr/volumes: remove unnecessary log error lines from earmark handling
authorAvan Thakkar <athakkar@redhat.com>
Thu, 30 Oct 2025 14:10:22 +0000 (19:40 +0530)
committerAvan Thakkar <athakkar@redhat.com>
Tue, 20 Jan 2026 12:53:57 +0000 (18:23 +0530)
commit51c78dc33f5321e948c66ded2aa2d58ebdf8ddf4
tree057bffe486b7fc1f7467da6a78f02d8635ff2a7c
parent8115aef8846b52a899b94bfce0b109789f723bf7
mgr/volumes: remove unnecessary log error lines from earmark handling

Removed log error lines in earmark handling since the raised EarmarkException
already covers the case. The exception is harmless and results in the earmark
being set to an empty string, so additional error logging is unnecessary.

Signed-off-by: Avan Thakkar <athakkar@redhat.com>
(cherry picked from commit 1f86c9b1e74985372db42412943c719f12906523)
src/python-common/ceph/fs/earmarking.py