Vishal Verma
Vishal Verma
Hi Scott, Is this with Dan's "libnvdimm: Fix async operations and locking" Patchset applied (on libnvdimm-pending)? I ran the script on the nfit_test bus and a qemu based ACPI.NFIT bus,...
Ah, letting it run long enough on the qemu ACPI.NFIT bus, I did hit this: ``` [65958.613893] ------------[ cut here ]------------ [65958.614764] kernel BUG at mm/page_alloc.c:489! [65958.615450] invalid opcode: 0000...
@yuelimv ndctl gets the numa_node attribute from sysfs: ``` # cat /sys/bus/nd/devices/namespace5.0/numa_node 1 ``` If it is missing, we might need to look on the kernel side. Is NUMA enabled...
@jchu314atgithub looking at ndctl/meson.build, ndctl-monitor.service is installed, but depends on systemd being enabled. In your build log, so you see: 1. `Dependency systemd found: YES 249 (cached)` 2. `Installing /root/ndctl/ndctl/ndctl-monitor.service...
Hm, I'm wondering if we shouldn't go the other way and /alllow/ reconfiguring an inactive namespace. Seems like a reasonable thing one might expect to do. @djbw Thoughts?
Can you list the namespace using: ndctl list -v --namespace=namespace0.22 I think the uuid supplied by '-u' to create namespace ends up as the 'raw_uuid' On Thu, Apr 11, 2019...
Only took a year.. :) But I was doing something related to this, and remembered this request. With the libdaxctl APIs we have, it is easy enough to add (and...
Posted patch here: http://lore.kernel.org/r/[email protected]
@yizhanglinux You can use `--no-suite cxl` to skip the cxl suite.
@djbw ah yes true - will you send that as a proper patch?