[ClusterLabs] gfs2-utils 3.4.0 released
    Andrew Price 
    anprice at redhat.com
       
    Mon Mar  8 10:58:19 EST 2021
    
    
  
Hi all,
A small yet significant release this time. gfs2 support for fs format 
1802 has been merged into the upstream kernel in the 5.12 merge window, 
so this release keeps gfs2-utils current with that development. Format 
1802 adds support for 'trusted.*' xattrs in gfs2 and enables the 
'rgrplvb' feature by default.
When gfs2-utils is built against a gfs2_ondisk.h kernel header that 
defines the fs format as 1802, mkfs.gfs2 will now create filesystems 
with that format by default. This can be overriden using the '-o 
format=1801' option. tunegfs2 can also now upgrade a filesystem to this 
format and fsck.gfs2 recognises it too.
Other than that, we have a sprinkling of cleanups and bug fixes, and the 
unit tests have been restructured. The full list of changes is below.
Grab the release tarball from:
https://releases.pagure.org/gfs2-utils/gfs2-utils-3.4.0.tar.gz
Please report bugs at:
https://bugzilla.kernel.org/enter_bug.cgi?product=File%20System&component=gfs2
Cheers,
Andy
gfs2-utils changes since 3.3.0:
Alexander Aring (1):
       mkfs.gfs2: make are_you_sure EOF happy
Andrew Price (18):
       Update version string for dev
       restoremeta: Fix unaligned access in restore_init()
       libgfs2: Don't define TRUE or FALSE in libgfs2.h
       Reorganise unit tests
       Stub out unit tests for the main gfs2-utils
       Describe the unit tests in README.tests
       mkfs.gfs2: Make sure the last rg_skip is 0
       Add gcov output files to .gitignore
       savemeta: Progress reporting cleanup
       mkfs.gfs2: Only call exit() from main()
       gfs2_jadd: Only call exit() from main()
       mkfs.gfs2: Check for negative -j option
       mkfs.gfs2: Add extended option for specifying format version
       fsck.gfs2: Enable checking of format 1802
       tunegfs2: Add support for fs format versions
       mkfs.gfs2: Remove a stray semicolon
       mkfs.gfs2: Remove some posix_fadvise calls
       Update version to 3.4.0
    
    
More information about the Users
mailing list