-
danmcd
rmustacc: re: the heads-up ==> ship it.
-
sommerfeld
I think I have a grip on what it will take to migrate SMF to sqlite3. I've started writing an IPD to discuss some of the options (not quite ready to circulate).
-
sommerfeld
Early in boot, the repository database can ping-pong back and forth between /etc/svc/repository.db and /etc/svc/volatile/fast_repository.db to enable early manifest import and r/w smf db access before root is r/w. so we could potentially build a conversion tool run by svc.startd early in boot which creates a sqlite3 version in /etc/svc/volatile from the sqlite2 database in /etc/svc/repository.db before starting a sqlite3-only svc.configd.
-
alanc
danmcd: looks like I missed pgrep/pkill(1) when I added history sections to most of the other proc tool man pages in
gist.github.com/alanc/9bb7337ee5e6a2aa641a6a0e5b0d8901 but looking in the old teamware gates, the first to have pgrep/pkill is on998-gate, aka S7
-
danmcd
Wow... thank you for that. Given you pasted this here on IRC, I may share this link with others.
-
alanc
I've shared the link on twitter before, and possibly even here
-
danmcd
Even better then (and sorry for missing those earlier ones).
-
alanc
It's certainly not secret - any user with the boot environments for the two SRU's could generate the diff - I just share those each quarter so people can more easily see the changes in the man pages they might not notice on their own
-
alanc
gist.github.com/alanc has a them for a bunch of prior quarterly feature releases too
-
alanc
I know it makes rich sad that I can't put them under any license other than "Feel free to read these" so you can't just apply the diffs
-
danmcd
(Makes me sad too, FTR, but I understand.)
-
jbk
github.com/illumos/illumos-gate/blo…bdladm/common/libdlaggr.c#L539-L544 <-- I don't see any way this can be called without DLADM_OPT_ACTIVE set, so this seems superfluous
-
igork
toasterson: also check MTU between connect server/client
-
toasterson
igork: I managed to fix it. it was a missing ipfilter package in the zone. Dependency entries are missing, bug is opened for that
-
igork
toasterson: yes, nfs service depend on ipfilter binaries and service
-
danmcd
igork no, nfs/server does not depend on ipfilter (nor should it).
-
toasterson
danmcd: unfortunately it has to otherwise it goes to maintenance with a svcprop command failing
-
danmcd
milestone/network *does* apparently, and that blocks nfs/server.
-
igork
danmcd: take a look nfs server service - /lib/svc/method/nfs-server
-
igork
# Handling a corner case here. If we were in offline state due to an
-
igork
# unsatisfied dependency, the ipf_method process wouldn't have generated
-
igork
# the ipfilter configuration. When we transition to online because the
-
igork
# dependency is satisfied, the start method will have to generate the
-
igork
# ipfilter configuration. To avoid all possible deadlock scenarios,
-
igork
# we restart ipfilter which will regenerate the ipfilter configuration
-
igork
# for the entire system.
-
igork
and also
-
igork
. /lib/svc/share/ipf_include.sh
-
igork
i'm not crazy :)
-
igork
probably a little ? :)
-
toasterson
there is also an svcprop call in there which looks for ipfilter service see #15560
-
richlowe_
tsoome: can you ping me when you need another pass through NFS?
-
tsoome
sure
-
richlowe
thanks
-
gitomat
[illumos-gate] 15553 dlmgmtd asserts on processing NGZ persistent configuration file -- Andy Fiddaman <illumos⊙fn>
-
gitomat
[illumos-gate] 14577 ESX offline disk resize prevents growing zpool -- Jason King <jason.brian.king⊙gc>