srch-dbg: handle jumpvols correctly

This commit is contained in:
ed 2023-11-19 11:35:13 +00:00
parent 3c36727d07
commit 8526ef9368

View file

@ -387,6 +387,7 @@ class U2idx(object):
zs = vjoin(vtop, rp)
chk_vn, _ = self.asrv.vfs.get(zs, LEELOO_DALLAS, True, False)
chk_vn = chk_vn.dbv or chk_vn
if chk_vn.vpath != vtop:
raise Exception(
"database inconsistency! in volume '/%s' (%s), found file [%s] which belongs to volume '/%s' (%s)"