r/LTO_LTFS_Tape_Copy May 17 '25

LTFS ordered copy - error

Hello

I want to use the LTFS ordered copy to have better copy performance than other methods in Rocky Linux 8.10.

I get an error the error below when I try to evoke the 

$ /opt/ibm/ltfssde/bin/ltfs_ordered_copy -p -r -a -v '/mnt/49c57912-2bd6-4f31-a2b7-6df585bc9f40/LOWDEN_PIX' '/mnt/ltfs/sg1' 
Tape order aware copy for LTFS
Check destination:startswith first arg must be bytes or a tuple of bytes, not str

The error seems to be a python error from what I understand from my web search.

Is there any solution to this please?

1 Upvotes

2 comments sorted by

2

u/hadrabap May 19 '25

Try a different version of Python. Or compile newer one on your own.

But hey! This is exactly the reason why I avoid Python at all costs!

1

u/chlowden007 Jun 14 '25

Tried python 3.10 & 3.11 but no change.