• Benjamin Marzinski's avatar
    GFS2: keep statfs info in sync on grows · 1946f70a
    Benjamin Marzinski authored
    GFS2 wasn't syncing its statfs info on grows.  This causes a problem
    when you grow the filesystem on multiple nodes.  GFS2 would calculate
    the new space based on the resource groups (which are always current),
    and then assume that the filesystem had grown the from the existing
    statfs size.  If you grew the filesystem on two different nodes in a
    short time, the second node wouldn't see the statfs size change from the
    first node, and would assume that it was grown by a larger amount than
    it was.  When all these changes were synced out, the total fileystem
    size would be incorrect (the first grow would be counted twice).
    
    This patch syncs makes GFS2 read in the statfs changes from disk before
    a grow, and write them out after the grow, while the master statfs inode
    is locked.
    Signed-off-by: default avatarBenjamin Marzinski <bmarzins@redhat.com>
    Signed-off-by: default avatarSteven Whitehouse <swhiteho@redhat.com>
    1946f70a
super.c 29.8 KB