manila/releasenotes/notes/bug-1651578-gpfs-prepend-beb99f408cf20bb5.yaml
Mark Sturdevant b76a2af237 GPFS KNFS: Do not reuse ssh prefix in loop
Fix GPFS KNFS allow/deny access so that it does not reuse
the ssh prefix when looping through NFS server commands for
allow and deny access.

This fixes GPFS KNFS allow/deny access incorrect behavior
when multiple NFS servers are configured (gpfs_nfs_server_list)
and any of the servers are remote (except the last one).

Change-Id: I8c182eed386e8325b087c3192d363502bb848633
Closes-Bug: #1651578
2016-12-21 15:33:48 -08:00

7 lines
259 B
YAML

---
fixes:
- Fixed GPFS KNFS generation of NFS server allow/deny commands
when there are multiple servers in gpfs_nfs_server_list
so that the remote ssh login prefix used for one server is
not carried over to the commands for following servers.