-
szilardI just learned about the KVM zone brand. Do the brand of a HVM zone have any significant performance impact?
-
m1arifor a new HVM zone you may do better to look at bhyve rather than kvm.
-
patrikrwhats the proper format to put an ipv6 subnet as a sharenfs option? i enclose the address in brackets but it still seems to split by colon
-
jclulowpatrikr: Are you trying to use a prefix length, like /48
-
patrikryes
-
jclulowAre you doing like [fe80::1]/48 or [fe80::1/48]
-
patrikrthe former
-
jclulowAlso are you putting the @ on the front
-
jclulowpatrikr: So, looking at in_access_list() in usr/src/cmd/fs.d/nfs/mountd/mountd.c it seems like the syntax is essentially... sharenfs=@[fe80::1]/48
-
jclulowpatrikr: So, looking at in_access_list() in usr/src/cmd/fs.d/nfs/mountd/mountd.c it seems like the syntax is essentially... sharenfs=rw=@[fe80::1]/48
-
jclulowsigh
-
jclulowthe second one haha
-
jclulowThe @ is what tells it that it could be an IP address
-
patrikrright, i suppose showmount just shows it incorrectly then?
-
jclulowIt's possible! What do you see from showmount?
-
patrikr"@[fde8,cafe,aaaa,]/48," on both the server and my linux desktop
-
jclulowWhat about "sharemgr show -p"
-
patrikrshows up properly there
-
jclulowOk, that's good. showmount(8) uses RPC requests to mountd(8), and it sounds like maybe there is a bug in what mountd is rendering for that option
-
jclulowIf you could file that bug against illumos that'd be great
-
jclulow(it seems like mountd because you see the same thing on your Linux machine)
-
patrikri could, just on bugs.illumos.org?
-
jclulowYeah
-
jclulowthanks!
-
patrikrmade the bug report now