Comment 1 for bug 1513061

Revision history for this message
karthick (kramdoss) wrote : Re: ganesha library: cannot allow access to a share for more than one IP

This bug will restrict nfsv3 mounts when access is allowed on a 'per IP basis'. However, when access is allowed with CIDR notation(as shown below) nfsv3 mounts can be done.

manila access-list 8b5fc0ea-0413-4b9b-be81-e5ca74d24b4e
+--------------------------------------+-------------+---------------+--------------+--------+
| id | access type | access to | access level | state |
+--------------------------------------+-------------+---------------+--------------+--------+
| 1faafbb5-1260-4495-a890-8fad927e1068 | ip | 10.xx.xx.0/23 | rw | active |
+--------------------------------------+-------------+---------------+--------------+--------+

Also, please note that this bug doesn't affect nfsv4 mounts.