-
jbk
though not sure the best way to tell if it's cx-4/5/6
-
rmustacc
Ultimately probably based on PCI ID, but I can probably look a bit more.
-
rmustacc
jbk: Can you add the verify you blew into the bug report Dan has?
-
jbk
looking through the docs, yeah, looks like pci id is the only way
-
jbk
.. so the READ (6) (and WRITE (6)) deprecation notices are at least old enough to vote (2005)
-
yuripv
-
sommerfeld
yuripv: thanks
-
jbk
hrm.. so device-blksize is a dynamic driver property... which apparently means one cannot just ddi_prop_get_int() in the kernel to get it
-
gitomat
[illumos-gate] 16127 regex misidentifies mixed sets as singletons -- Bill Sommerfeld <sommerfeld⊙ho>
-
sommerfeld
oh crap, I left out the Approved by:
-
jbk
it happens to the best of us
-
jbk
the advocate record is there though...
-
jbk
I don't know if the gerrit API docs have gotten any better since last time I looked.. I had thought in the past about writing a plugin that could check/enforce such things
-
jbk
but at the time at least, it wasn't at all clear how to do it
-
jbk
hrm... I guess I can do what ldi does to get the block size...
-
jbk
it's a bit more involved
-
jbk
(calling cdev_prop_op on the device if it's defined)
-
sommerfeld
looks like the gerrit ref-updated hook would be the one, maybe?
-
gitomat
[illumos-gate] 14003 panic in zfs arc_release during zfs send of encrypted dataset -- Paul Zuchowski <pzuchowski⊙rc>
-
gitomat
[illumos-gate] 15219 cpio dev_t confusion -- Andy Fiddaman <illumos⊙fn>
-
Halian
Morning
-
jbk
hello
-
gitomat
[illumos-gate] 16100 add wide character format macros -- Robert Mustacchi <rm⊙fo>
-
gitomat
[illumos-gate] 16101 fix usr/src/cmd err(3C) formatting mismatches -- Robert Mustacchi <rm⊙fo>
-
gitomat
[illumos-gate] 16102 fix libc-tests err(3C) formatting mismatches -- Robert Mustacchi <rm⊙fo>
-
gitomat
[illumos-gate] 16103 fix os-tests err(3C) formatting mismatches -- Robert Mustacchi <rm⊙fo>
-
gitomat
[illumos-gate] 16104 fix bhyve err(3C) formatting mismatches -- Robert Mustacchi <rm⊙fo>
-
gitomat
[illumos-gate] 16105 fix tools err(3C) formatting mismatches -- Robert Mustacchi <rm⊙fo>
-
gitomat
[illumos-gate] 16106 fix util-tests err(3C) formatting mismatches -- Robert Mustacchi <rm⊙fo>
-
gitomat
[illumos-gate] 16099 enable format warning detection for err(3C) -- Robert Mustacchi <rm⊙fo>
-
sommerfeld
did something go bump on code.illumos.org ? pulling from there shows master without the above 8 patches (but github has them).
-
rmustacc
I hope not, I shouldn't have an upstream there, but I'll go figure it out.
-
rmustacc
I think any issues there have been sorted. Thanks for catching that sommerfeld.
-
josephholsten
anyone managed to convince omnibus-chef to install on openindiana? Or have thoughts whether it's better to munge the deps on the package vs run from a rubygem?
-
josephholsten
alternatively, should OI just have a stub system/core-os package to pretend that it's like solaris?
-
Toasterson
-
Toasterson
cross compile from x86 -> Aarch64