]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
qa/tasks: capture CommandCrashedError when running nvme list cmd 69163/head
authorRedouane Kachach <rkachach@ibm.com>
Fri, 29 May 2026 09:09:44 +0000 (11:09 +0200)
committerRedouane Kachach <rkachach@ibm.com>
Fri, 29 May 2026 09:22:01 +0000 (11:22 +0200)
commit0bf55d6a8bb38942a33220ee6ab2890fb557476e
tree244345573b450b58bbc738159cf8ce0605e5d6c7
parent8023e9f5dfd63db8f9dee79ba366ffcdb066e2e6
qa/tasks: capture CommandCrashedError when running nvme list cmd

The safe_while retry loop does not catch exceptions, so a
CommandCrashedError from `nvme list` bypasses it entirely. Catch
CommandCrashedError and continue the retry loop instead.

Fixes: https://tracker.ceph.com/issues/76984
Signed-off-by: Redouane Kachach <rkachach@ibm.com>
qa/tasks/nvme_loop.py