]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
tools/first-damage: Fix struct unpack 57689/head
authorKotresh HR <khiremat@redhat.com>
Fri, 24 May 2024 08:08:24 +0000 (13:38 +0530)
committerKotresh HR <khiremat@redhat.com>
Fri, 24 May 2024 08:17:00 +0000 (13:47 +0530)
commitdf2d65c5ae9d593366d74b22b0565941e678e6c9
tree8a363e78592a5f2c710cbd51093b95778b9f0b61
parent9637ffe6f92fd55e4268f326d6fd63eed91f6c9d
tools/first-damage: Fix struct unpack

The first field is a 64 bit integer, the script
was unpacking it as 32 bit integer. Fixed the
same.

Also printing the 'first' value in debug

Signed-off-by: Kotresh HR <khiremat@redhat.com>
src/tools/cephfs/first-damage.py