From 1676fc0fedd05712286751978df44aedef86f1fd Mon Sep 17 00:00:00 2001 From: Anoop C S Date: Wed, 28 Aug 2024 15:59:42 +0530 Subject: [PATCH] gitlab-integration: Use the new name for mgr variant of cephfs With [1] suffix 'vfs' is irrelevant in 'cephfs.mgr.vfs' as multiple share configurations are included within mgr variant. [1] https://github.com/samba-in-kubernetes/sit-environment/pull/117 --- jobs/gitlab-fs-integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jobs/gitlab-fs-integration.yml b/jobs/gitlab-fs-integration.yml index 0764b72..a0dde92 100644 --- a/jobs/gitlab-fs-integration.yml +++ b/jobs/gitlab-fs-integration.yml @@ -2,7 +2,7 @@ name: samba_gitlab-fs-integration file_system: - 'cephfs' - - 'cephfs.mgr.vfs' + - 'cephfs.mgr' jobs: - 'samba_gitlab-{file_system}-integration'