Files
seaweedfs/test
Chris Lu 07cd741380 fix(filer): update hard link nlink/ctime when rename replaces a hard-linked target (#9020)
fix(filer): fix hard link nlink/ctime when rename replaces a hard-linked target

The CreateEntry → UpdateEntry → handleUpdateToHardLinks path already
calls DeleteHardLink() when the existing target has a different
HardLinkId. Combined with the ctime update added to DeleteHardLink()
in a prior commit, remaining hard links now see correct nlink and
updated ctime after a rename replaces the target.

Remove tests/rename/23.t and tests/rename/24.t from known_failures.txt.
2026-04-10 13:35:06 -07:00
..
2026-03-09 23:10:27 -07:00
2026-03-09 11:12:05 -07:00
2023-11-13 08:23:53 -08:00