[Bug 147881] [zfs] [patch] ZFS "sharenfs" doesn't allow different "exports" options for different hosts
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 30 Jun 2024 20:12:19 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=147881 --- Comment #28 from Rick Macklem <rmacklem@FreeBSD.org> --- Well, better late than never. I've put a patch similar to Quentin Rameau's but for the current OpenZFS code up on.. https://reviews.freebsd.org/D45814 If it gets past review, I will sumbit it as a pull request to OpenZFS. One big question on the review is whether or not it should allow a case of only whitespace between ';'s. (If this is allowed, a default exports entry which exports the file system to the "world" is generated. I am thinking this case should be ignored, although the patch currently on phabricator allows it.) If not allowed, a "default" entry can still be done, but only as a single entry (ie. no ';'s in the sharenfs property). -- You are receiving this mail because: You are the assignee for the bug.