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
$ find /run/media/admin/ltfs/sg1/ -maxdepth 1 -type d | ltfs_ordered_copy -t /run/media/admin/ltfs/sg2/
Tape order aware copy for LTFS
Check destination:startswith first arg must be bytes or a tuple of bytes, not str
Package python3.11-3.11.11-1.el8_10.x86_64 is already installed.
Package python3.12-3.12.10-1.el8_10.x86_64 is already installed.
The error seems to be a python error from what I understand from my web search.
Is there any solution to this please?