-
tozhu
danmcd: thank you
-
tozhu
hello all, so there is no 9560-8i driver available for illumos right now? where could find out the driver, or I have to exchange the HBA Card? thanks in advance
-
rmustacc
tozhu: There is no driver available with support for that generation of LSI cards.
-
rmustacc
The driver would either be mpt_sas or mr_sas, depending on the firmware.
-
tozhu
rmustacc: Thank you very much, so there is no plan to develop the driver in illumos community?
-
rmustacc
tozhu: I can't speak for others. I imagine there are several companies who make storage products where SAS HBA support is important.
-
tozhu
okay, got it, hope the new driver will be available in illumos. thanks again :)
-
anathaema
richlowe, news sorry for no caps is actually important bevauce jobs took it for apple
-
anathaema
and yes it wsn't bad for the time
-
anathaema
i mostly worked on the kernel back then which was already wildly divergent
-
anathaema
look, i am sure you are more historically important than i am as if it makes some sort of difference
-
anathaema
we are all just a part if time
-
anathaema
it flows without us but we all change it in our own ways
-
sjorge
For native zones not returning the viona loaned buffer thingies and starving the bhyve VM... would sliding a etherstub between the ixgb0 which currently both vnics and the vnic for the bhyve avoid this? or will it still know it's all locale and thus have no effect?
-
sjorge
i hit it again a few times this week
-
jbk
i wish i had been able to recreate that locally so i could peer through all the processing
-
jbk
last i was able to see was that somehow on the 'native' side, we somehow exceed the high water mark (by a lot) without ever notifying the upstack stuff or applying backpressure (i.e. drop)
-
sjorge
if you lower the vqsize, the mount and write to a nfs share i can trigger it pretty quickly
-
jbk
but couldn't figure out where things are falling apart
-
sjorge
yeah viona -> viona or viona -> other non local host is fine
-
sjorge
i just vqsize to the max it takes and its mostly usable unless a lot of writes happen (or a lot of read/write mix)
-
sjorge
jbk if a dump would help of a zone in that stuck state, I can probably try and get one this weekend but I think one already got posted in the bug IIRC
-
jbk
I'm not sure... it's been well over a year since I last looked at it.. I suspect though that what we need to find is happening before things get wedged
-
jbk
from what I recall
-
jbk
basically long before viona exhausts all of it's TX resources, the destination netstack should be doing some things it's not doing (which lets it get into that state)
-
jbk
just I wasn't able to figure out where that should happen
-
jbk
since the relevant bits of the kernel are both massive, and rather complicated, and I had little prior experience with either
-
jbk
-
fenix
→
BUG 13463: bhyve locks up when viona ring buffers on loan to a local zone are not returned by sockfs (New)
-
jbk
yeah so what's happening is all those packets from viona get queued up onto a socket in the destination zone
-
jbk
but for whatever reason, things aren't being woken up
-
sjorge
yeah a dump probably wont help then as there will just be a queue with all of them in it
-
yuripv
i remember there was a review (?) for netstat (?) to show the actual command for ports in LISTEN, was it never integrated?
-
richlowe
I have no recollection of that at all
-
richlowe
but I wanted it recently and couldn't find a way to do it
-
tsoome_
-
tsoome_
this one?
-
andyf
It got integrated, well a slightly different version
-
andyf
that had a few followups..
-
andyf
'netstat -u'
-
jbk
heh yes
-
andyf
jbk I think you fixed the fake inodeinum space for sockfs
-
jbk
yes
-
jbk
that was what made me chuckle (the ancient limitation)
-
jbk
we were trying to audit what ports were listening and that led to a bit of a wild goose chase until we figured out what was going on :)
-
gitomat
[illumos-gate] 14981 zfs: Several B-tree optimizations -- Alexander Motin <mav⊙Fo>
-
gitomat
[illumos-gate] 14982 zfs: Fix use-after-free in btree code -- Richard Yao <richard.yao⊙ase>
-
tsoome_
2 down, more to go...
-
andyf
Oh, you reminded me I have a tiny one to push - are you in the middle of a batch?
-
tsoome_
no:)
-
andyf
just noticed it's 20 minutes since, sorry, not enough sleep
-
gitomat
[illumos-gate] 15208 Allow building with python 3.11 -- Andy Fiddaman <illumos⊙fn>
-
gitomat
[illumos-gate] 15183 SMB server debug builds are a bit noisy -- Gordon Ross <gwr⊙rc>