[Cluster-devel] Building clufter on EL8

2019-10-30 Thread Digimer
Hi all, While waiting to see what CentOS 8 will do with regard to HA, I decided to rebuild the rhel 8 packages for our own repo[1]. To this end, I've rebuilt all packages, except clufter. The clufter package relies on jing, and jing is not provided in RHEL 8. Obviously, clufter was build for

Re: [Cluster-devel] [GIT PULL] gfs2: Fix remounting (broken in -rc1)

2019-10-30 Thread pr-tracker-bot
The pull request you sent on Wed, 30 Oct 2019 12:24:49 +0100: > git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git > tags/gfs2-v5.4-rc5.fixes has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/b66b449872d3652651cec775267f72f274eb7d7e Thank you! -- Deet-d

[Cluster-devel] [GIT PULL] gfs2: Fix remounting (broken in -rc1)

2019-10-30 Thread Andreas Gruenbacher
Hi Linus, could you please pull the following fix for gfs2? Thanks, Andreas The following changes since commit d6d5df1db6e9d7f8f76d2911707f7d5877251b02: Linux 5.4-rc5 (2019-10-27 13:19:19 -0400) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/lin

Re: [Cluster-devel] [PATCH] mm/filemap: do not allocate cache pages beyond end of file at read

2019-10-30 Thread Linus Torvalds
On Wed, Oct 30, 2019 at 11:35 AM Steven Whitehouse wrote: > > NFS may be ok here, but it will break GFS2. There may be others too... > OCFS2 is likely one. Not sure about CIFS either. Does it really matter > that we might occasionally allocate a page and then free it again? Why are gfs2 and cifs

Re: [Cluster-devel] [PATCH] mm/filemap: do not allocate cache pages beyond end of file at read

2019-10-30 Thread Steven Whitehouse
Hi, On 29/10/2019 16:52, Linus Torvalds wrote: On Tue, Oct 29, 2019 at 3:25 PM Konstantin Khlebnikov wrote: I think all network filesystems which synchronize metadata lazily should be marked. For example as "SB_VOLATILE". And vfs could handle them specially. No need. The VFS layer doesn't cal

[Cluster-devel] [PATCH v2] gfs2: Fix initialisation of args for remount

2019-10-30 Thread Andrew Price
When gfs2 was converted to use fs_context, the initialisation of the mount args structure to the currently active args was lost with the removal of gfs2_remount_fs(), so the checks of the new args on remount became checks against the default values instead of the current ones. This caused unexpecte