Starrocks 2.5.4 ,使用备份恢复功能,在恢复的过程中报错如下:
W0102 16:08:18.903431 187173 snapshot_loader.cpp:636] failed to link file from /mnt/disk1/data/cluster001/SERVICE-PETRELDB-admin/be/snapshot/20240102091038.40.86400/12700/116703497/12700.hdr to /mnt/ssd2/data/cluster001/SERVICE-PETRELDB-admin/be/data/3/12700/116703497/12700.hdr, err: Invalid cross-device link
W0102 16:08:18.903460 187173 agent_task.cpp:622] Fail to move job id=12692, move tablet failed
看着和https://forum.mirrorship.cn/t/topic/7073 这个有点像,
好像是不能创建硬链接,没太明白为什么恢复的时候需要创建硬链接,集群中有多块磁盘挂载的话有什么解决方案吗?