-
tsoome
src.illumos.org is lagging behind with repo updates, can we kick it a bit:D
-
nahamu
jclulow might be the one to do that... ^
-
gitomat
[illumos-gate] 15535 prof: remove prof -- Toomas Soome <tsoome⊙mc>
-
jbk
it's still early on the west coast
-
gitomat
[illumos-gate] 15554 loader: add strnlen() -- Toomas Soome <tsoome⊙mc>
-
gitomat
[illumos-gate] 15494 sun_fc: the address of 'HBA_wwn::wwn' will never be NULL -- Toomas Soome <tsoome⊙mc>
-
jclulow
It should be better again, sorry about that
-
tsoome
thanks!
-
gitomat
[illumos-gate] 15562 xref in the cold after assembly file rename -- Richard Lowe <richlowe⊙rn>
-
gitomat
[illumos-gate] 15544 Makefile.buildnum's time has passed -- Richard Lowe <richlowe⊙rn>
-
kebe
So anyone here run the ZFS test suite using 3 zvols as DISKS? If so, do I:
-
kebe
1.) Need anything special in zvol creation?
-
kebe
2.) Need anything special to set in DISKS, as it appears to assume /dev/dsk/<entry> ?
-
richlowe
the most reasonable way to do that is to give the zvols to bhyve
-
richlowe
I didn't succeed at doing what you appear to be trying
-
kebe
I'm about to find out the hard way I guess.
-
richlowe
(I didn't fully succeed after that either, because the zfs tests seem so damn flakey)
-
kebe
zfstest script seems to understand if you spec /full/path/to/file for an entry in DISKS.
-
kebe
:crossed_fingers:
-
yuripv
what i remember is:
illumos.org/issues/821 ("nested" zfs on zvols didn't really work for me, had other "interesting" issues), not really tried again since then :D
-
fenix
→
BUG 821: `zfs diff' locks up diff'ing snapshot and fs on zvol backed pool (New)
-
nomad
quick check, based on recent negative results, I just want to make sure a card we're getting in a new file server is actually supported. Does anyone know if a "Mellanox 25-Gigabit Ethernet Adapter ConnectX-6 Dx - PCIe 4.0 x8 - 2x SFP28" will work ok?
-
tsoome
nice. I have found core from fmd, apparently it was result of dereferencing NULL fmd.d_errlog pointer in fmd_verror(). altho, I have no idea why fmd.d_errlog is NULL there:D
-
jclulow
kebe: Putting ZFS on top of zvols is almost guaranteed to excite some kind of pathology, especially if you're testing changes, given the ZFS under test is on top of the ZFS being used to hold the ZFS under test etc
-
jclulow
nomad: Do you have the PCI IDs?
-
kebe
I couldn't even get it to start zfstest so that's probaby good.
-
kebe
jclulow: I have an educated guess based on the board's specs:
-
kebe
1000,e[4567]
-
kebe
FreeBSD's version of this driver *appears* to not have needed many changes from 34xx, BUT I may be missing something so pour out your multiple grains of salt.
-
nomad
jclulow, I don't have the card yet. Concerned about buying it based on some info kebe has provided.
-
kebe
(Namely that I dont think it'll attach with stock illumos.)
-
kebe
I'd love to be wrong about that too, however.
-
tsoome
oh, of course, the stack also has fmd_destroy(), so it should be death trap from stopping the service:)
-
nomad
How much faith should I have that it'll be solid and supported sometime in the near future?
-
nomad
(it being the ConnectX-6)
-
nomad
I guess we won't be buying that new fancy NIC this time.
-
nomad
maybe on the next file server.
-
Woodstock
kebe: those will attach to lmrc when it's ready
-
kebe
Really? I thought lmrc was HW-RAID, not pure SAS/HBA...
-
Woodstock
hm, maybe you're right. it looks like it'll just be 10e[0-7]
-
gitomat
[illumos-gate] 15508 zfstest: zpool_initialize_verify_initialized fails to get data -- Brian Behlendorf <behlendorf1⊙lg>
-
rmustacc
tsoome: Possible to share the core?