From c01f77498598ff3d147830906c4ca42e3fb1b8ff Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Wed, 29 Mar 2023 10:18:10 +0200 Subject: pkg/subsystem: recognize gfs2 mount calls correctly Rename `cluster` to `gfs2` --- pkg/subsystem/linux/names.go | 1 + 1 file changed, 1 insertion(+) (limited to 'pkg/subsystem/linux') diff --git a/pkg/subsystem/linux/names.go b/pkg/subsystem/linux/names.go index d569ce60e..0ef47e3a6 100644 --- a/pkg/subsystem/linux/names.go +++ b/pkg/subsystem/linux/names.go @@ -110,6 +110,7 @@ var ( "rust-for-linux@vger.kernel.org": "rust", "industrypack-devel@lists.sourceforge.net": "ipack", "v9fs-developer@lists.sourceforge.net": "9p", + "cluster-devel@redhat.com": "gfs2", } stripPrefixes = []string{"linux-"} stripSuffixes = []string{ -- cgit mrf-deployment