Hi Jaegeuk,
Thanks for the quick reply!
On Tue, Apr 24, 2018 at 11:48 PM Jaegeuk Kim wrote:
>
> Hi,
>
> On 04/24, Jayashree Mohan wrote:
> > Hi,
> >
> > While testing filesystems for crash consistency, we came across a
> > workload that could demonstrate that f2fs lacks strictly ordered
> > meta
Hi,
On 04/24, Jayashree Mohan wrote:
> Hi,
>
> While testing filesystems for crash consistency, we came across a
> workload that could demonstrate that f2fs lacks strictly ordered
> metadata behavior.
>
> Workload:
>
> mkdir A
> sync()
> rename(A, B)
> creat (B/foo)
> fsync (B/foo)
> ---crash--
Hi,
While testing filesystems for crash consistency, we came across a
workload that could demonstrate that f2fs lacks strictly ordered
metadata behavior.
Workload:
mkdir A
sync()
rename(A, B)
creat (B/foo)
fsync (B/foo)
---crash---
For a strictly ordered metadata filesystem, if we fsync a file,