Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
直接在砖上删除文件后如何从 glusterfs 缓存(硬链接)中删除文件。
进入 gluster 'cache' 文件夹,例如。/data/.glusterfs/.glusterfs
查找并复制这些具有 dir 结构的文件到安全的地方
find . -links 1 -type f -exec rsync -arvRH --progress --remove-source-files {} /data/old_files/ ;
检查并删除。