Results 287 comments of Fu Wei

=== FAIL: core/metadata TestImagesCreateUpdateDelete/ReplaceLabels (0.01s) images_test.go:581: timestamp for updatedat not after createdat: 2024-03-27 02:28:49.9142049 +0000 UTC

Hi @raesene I think the behavior will be changed after cherry-picking https://github.com/containerd/containerd/pull/8970. 😂 would you mind try main branch with env setting? Thanks

@ningmingxiao would you mind sharing the bbolt db file to us? thanks!

@ningmingxiao Thanks! I believe it's filesystem issue. The data was corrupted. Did you have any information from `dmesg` about shutdown? cc @ahrtr

Page ID: 0 Page Type: meta Total Size: 4096 bytes Overflow pages: 0 Version: 2 Page Size: 4096 bytes Flags: 00000000 Root: Freelist: HWM: Txn ID: 5476 Checksum: 5b406695d7339e5a ===============================================...

@aa624545345 the meta page is updated at last step during commit. we, bbolt, follow the fdatasync API. If the api returns no error, we assume that the kernel has written...

maybe you can provide kernel version and xfs configuration. I can help to reproduce it with qemu. cc @ningmingxiao @aa624545345

> I started yesterday to fiddle around with [xfstests](https://github.com/kdave/xfstests) to find a way to crash XFS more efficiently. @tjungblu Yes! They uses dm-flakey to simulate power-off. I backport it into...