mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 09:02:15 -06:00
srch-dbg: handle jumpvols correctly
This commit is contained in:
parent
3c36727d07
commit
8526ef9368
|
@ -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)"
|
||||
|
|
Loading…
Reference in a new issue