Commit 6b9c1da
committed
nfsd/fstests: fix pNFS block layout iSCSI configuration
For pNFS block layout testing, the NFS server must run the iSCSI
target service. Fix the Ansible role execution by:
1. Remove invalid delegate_to from include_role in fstests role
2. Add iSCSI target setup to nfsd role when pNFS is enabled
3. Keep iSCSI initiator setup with correct target hostname
The iSCSI target now runs on the NFS server itself, and test
nodes connect to it as initiators for pNFS block layout access.
Generated-by: Claude AI
Signed-off-by: Luis Chamberlain <[email protected]>1 parent 66921cb commit 6b9c1da
2 files changed
+6
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | 30 | | |
39 | 31 | | |
40 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
25 | 31 | | |
26 | 32 | | |
27 | 33 | | |
| |||
0 commit comments