-
gitomat[illumos-gate] 16625 audio: suggest parentheses around assignment used as truth value -- Toomas Soome <tsoome⊙mc>
-
gitomat[illumos-gate] 16630 libsecdb: i.rbac is assuming C locale -- Toomas Soome <tsoome⊙mc>
-
jbkrmustacc: currently we parse the NVMe controler 'model' field using sata_split_model() to try to extract the vendor, though that's assuming the vendor is the first 'word'
-
jbkthis doesn't seem to be the case for at least this Toshiba NVMe we have...
-
jbki'm wondering if it might be better to somehow leverage the vid instead of trying to parse the model string...
-
jbk(or something else)
-
jbk(so the vendor shows up as the fallback 'NVMe')
-
gitomat[illumos-gate] 16632 unix: conflicting types for 'cpuid_getchiprev' -- Toomas Soome <tsoome⊙mc>
-
tozhudoes illumos support posix_fadvise api? I hit issue in postgresql that set effective_io_concurrency=2, then it report the platform can’t support posix_fadvise , (I use zfs on illumos), so I just want to comfirm if it is true illumos does not support posix_fadvise on zfs
-
tozhubest wishes
-
rmustaccjbk: In general I think the stuff we fake for block devices is kind of odd imho.
-
rmustaccThe NVMe spec doesn't have a string name for vendors just the PCI vid in the identify controller bit.
-
rmustaccIf you passed through the vid, it'd have to be userland that did the translation into something there. We don't really want a kernel version of libpcidb.
-
rmustacctozhu: It's not wired up, but shouldn't error.