The way Medusa creates DSE snapshots is by copying the DSE metadata folder into itself, but under snapshots folder. If this happens repeatedly, the shutiil.copytree explodes in its recursion depth, causing deep tree which breaks things ([Errno 63] File name too long:).
Project board link
The way Medusa creates DSE snapshots is by copying the DSE metadata folder into itself, but under snapshots folder. If this happens repeatedly, the
shutiil.copytree
explodes in its recursion depth, causing deep tree which breaks things ([Errno 63] File name too long:
).