Bug 2275977
Summary: | Pods created with nfs pvcs which are created with nfs restricted storageclasses are stuck at 'Container Creating' | ||
---|---|---|---|
Product: | [Red Hat Storage] Red Hat OpenShift Data Foundation | Reporter: | Amrita Mahapatra <ammahapa> |
Component: | csi-driver | Assignee: | Niels de Vos <ndevos> |
Status: | ASSIGNED --- | QA Contact: | Neha Berry <nberry> |
Severity: | high | Docs Contact: | |
Priority: | unspecified | ||
Version: | 4.16 | CC: | brgardne, kramdoss, mrajanna, muagarwa, nberry, odf-bz-bot, rar |
Target Milestone: | --- | Keywords: | TestBlocker |
Target Release: | --- | Flags: | muagarwa:
needinfo?
(ammahapa) |
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | Type: | Bug | |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Amrita Mahapatra
2024-04-18 19:30:51 UTC
The NFS-Ganesha logs contain "Access not allowed" for "client ::ffff:100.64.0.5". This is the IPv6 notation for IPv4 address 100.64.0.5. The workernode is expected to be able to mount the NFS-export when 100.64.0.5 is included in the "clients:" parameter of the StorageClass. It is unclear where IPv4 100.64.0.5 comes from when the node is connecting. The nodes (and Ceph-CSI pods with host-networking) are part of a different IP-range. The main question is, why is that IP-address used, and not the real IP-address of the workernode. Hi Blaine! Is it possible that the Rook configured NFS-Ganesha server does not have the `HAProxy_Hosts` configuration option set? Without that option, NFS-Ganesha might not try to detect/parse the HA-proxy header, which causes the "Permission Denied" errors. The option is documented here: https://github.com/nfs-ganesha/nfs-ganesha/blob/next/src/doc/man/ganesha-core-config.rst#nfs_core_param- |