0
如何在文件直接在磚上刪除後從glusterfs緩存(硬鏈接)中刪除文件。從glusterfs緩存中刪除文件(硬鏈接)
如何在文件直接在磚上刪除後從glusterfs緩存(硬鏈接)中刪除文件。從glusterfs緩存中刪除文件(硬鏈接)
進入gluster'cache'文件夾例如。 /data/.glusterfs/.glusterfs
查找和目錄結構將這些文件複製到安全的地方
find . -links 1 -type f -exec rsync -arvRH --progress --remove-source-files {} /data/old_files/ ;
檢查&刪除。