Skip to content

Commit

Permalink
fs-integration: Add gpfs with vfs module to file systems list
Browse files Browse the repository at this point in the history
  • Loading branch information
anoopcs9 committed Mar 15, 2024
1 parent c631ec1 commit a3c6346
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions jobs/fs-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
- 'cephfs'
- 'cephfs.vfs'
- 'gpfs'
- 'gpfs.vfs'
jobs:
- 'samba_{file_system}-integration-{git_repo}'

Expand Down
2 changes: 1 addition & 1 deletion jobs/scripts/fs-integration/fs-integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ systemctl start libvirtd
# environment in case something goes wrong.
virsh capabilities

if [ "${BACKEND}" = "gpfs" ]; then
if [[ "${BACKEND}" =~ "gpfs" ]]; then
pushd /tmp

dnf -y install unzip
Expand Down

0 comments on commit a3c6346

Please sign in to comment.