Skip to content

Commit 4084a9e

Browse files
committed
fstests: Fix selection of NFSD export type for the pNFS test section
I noticed this task was unnecessarily triggered for non-NFS file system types. Reviewed-by: Luis Chamberlain <[email protected]> Signed-off-by: Chuck Lever <[email protected]>
1 parent e15a2b3 commit 4084a9e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

playbooks/roles/fstests/tasks/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -748,6 +748,7 @@
748748
set_fact:
749749
fstests_nfs_export_fstype: "xfs"
750750
when:
751+
- fstests_fstyp == "nfs"
751752
- fstests_nfs_section_pnfs|bool
752753

753754
- name: Create NFS export for test vol

0 commit comments

Comments
 (0)