Feels like a bug, but I’m newbie in rockstor.
When creating an NFS export, “NFS Clients” string is not processed properly.
1 - can’t list multiple IPs.
2 - can’t list a subnet
Only “*” all hosts, or a single IP working, from what I have tried.
Feels like a bug, but I’m newbie in rockstor.
When creating an NFS export, “NFS Clients” string is not processed properly.
1 - can’t list multiple IPs.
Only “*” all hosts, or a single IP working, from what I have tried.
@kusyka911 welcome to the Rockstar community.
I’m not near a system right now but I believe this has been uncovered before and we probably have an open issue on the repository for this now.
I think @Hooverdan is right. I’ve read the other forum thread they’ve linked to and I too believe that the host strings you entered fail the same custom validator validate_nfs_host_str, which does not expect a subnet nor a list of IPs.
I checked the issue list on GitHub, but couldn’t find an issue related to this there.
It’s worth mentioning that the last reply on the other thread explains a workaround that might work for you too, @kusyka911.
Thank you all for bringing this back to light. I just wanted to note the issue that was created originally to track this.
I’ll try to get to that in the current testing phase as there is obviously interest in it
. That is unless someone else beats me to it, of course.
Ah, so that’s the issue I didn’t find. Thanks for the link!
And there’s a proposed fix in the thread that would most likely do the trick! Awesome!