Description
After a file has been archived and migrated, it's not possible to release it.
# dd if=/dev/urandom of=rand1 bs=4096 count=1024 ... # lfs hsm_archive rand1 # lfs migrate -o 0 -S 65536 rand1 # lfs hsm_release rand1 Cannot send HSM request (use of rand1): Device or resource busy
The file content is still accessible, and its hsm state is correct.