diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2023-03-29 10:18:10 +0200 |
|---|---|---|
| committer | Aleksandr Nogikh <wp32pw@gmail.com> | 2023-03-29 11:23:53 +0200 |
| commit | c01f77498598ff3d147830906c4ca42e3fb1b8ff (patch) | |
| tree | b91371a9458b89e5f51d801cbaaea1731446a468 /pkg/subsystem/linux | |
| parent | 417b3a31afae21928aa4443655024ddfccfbbcec (diff) | |
pkg/subsystem: recognize gfs2 mount calls correctly
Rename `cluster` to `gfs2`
Diffstat (limited to 'pkg/subsystem/linux')
| -rw-r--r-- | pkg/subsystem/linux/names.go | 1 |
1 files changed, 1 insertions, 0 deletions
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{ |
