[Cluster-devel] [RHEL6.10 PATCH] GFS2: allow gfs2_write_calc_reserv to use minimum values for rindex

Bob Peterson rpeterso at redhat.com
Wed May 30 12:29:33 UTC 2018


Hi,

Please ignore the last email. I sent it to the wrong list.
This is a rhel6 patch, not meant for the development kernel tree.

Bob Peterson

----- Original Message -----
> Hi,
> 
> QE found problems with the previous patch for bug #1384184.
> This replacement patch reverts the first patch and adds new code
> that passes the QE tests.
> 
> Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1384184
> Upstream Status: N/A (not needed upstream)
> Build Info:
> https://brewweb.engineering.redhat.com/brew/taskinfo?taskID=16448851
> Tested: by Justin Payne on virt host-029
> 
> GFS2: allow gfs2_write_calc_reserv to use minimum values for rindex
> 
> Before this patch function gfs2_write_calc_reserv built in several
> "slop" blocks into its calculations for the number of blocks required
> to do a write. This was fine for the most part, but when the file
> system is down to its last blocks, and needs to be extended with
> gfs2_grow, the rindex file needs to use a minimum amount of blocks.
> This patch makes a special exception for the rindex file, which
> now calculates a bare minimum number of blocks we need to allocate.
> 
> Signed-off-by: Bob Peterson <rpeterso at redhat.com>




More information about the Cluster-devel mailing list