-
toasticaloh I found a trove of information on the extra repo.
-
szilardFYI: i also have a repo, you can access it if you are a lucky enough to live in the countries i allowed to access my domain : pkghost.extrowerk.com
-
SarahMalikthat's not ominous-sounding at all.
-
SarahMalikRogers Shaw in Canada appears barred, in any event.
-
szilardI ban everything except 2 countries in the EU, sorry.
-
SarahMalikoddly both vague and specific
-
SarahMalikcursed guess: austerrich and hungary?
-
tomwwjclulow: Oh wonderful. Yes, I would really appreciate to get the "BE"-shared filesystems into OmniOS. This makes data live so much easier with minimal downsides.
-
jclulowI expect it
-
jclulowmostly belongs up in the common illumos bits
-
jclulowBut yeah, I think it would be valubale
-
jclulowJust needs someone to work on it! (this could be you!)
-
tomwwwell well well, I wrote a comment and offered to work on the definition and the testing. Currently no capacity to actually do programming. (not that I'm busy with cleaning up old BE that capture volatile data from cores, stale logsfiles, stale pkg cache :) )
-
jclulowI suspect the part in the middle where the feature actually gets implemented is probably the part we need the most to be honest
-
tomwwindeed :) but we are lucky, "someone else" has already proven the basic concept works well.
-
toasticalA bit of a sanity check. I wanna make a zone dedicated to just building binaries and have that that dataset exported out into other zones as readonly (and global too). Is that a good idea?
-
toasticaland how would it get exported? Noticed you can specify filesystems and datasets in zonecfg, alongside sharenfs on the dataset itself. So far I ain't managed to any to do it.
-
tomwwmaybe a loopback mount could work
-
tomwwwell, if you map in outside filesystems into a zone this is internally a loopback mount
-
tomww<filesystem special="/path/outside/the/zone/on/host" directory="/path/inside/the/zone" type="lofs"> and add options=ro for the immutable mount in consuming zones
-
toasticalroger, I'll give that a try!