Dan Williams

Results 41 comments of Dan Williams

On CentOS 7 I recommend falling back to asciidoc instead of asciidoctor. See the CentOS 7 ndctl source rpm: https://mirror.chpc.utah.edu/pub/vault.centos.org/centos/7.7.1908/os/Source/SPackages/ndctl-64.1-2.el7.src.rpm

"all" is a specific keyword, but the bus is otherwise allowed to be named by a driver specific "provider" name which is free form. So, "ndctl list --bus=All" is asking...

destroy-namespace is operating on existing namespaces. create-namespace is a single operation where ndctl tries to search for a capacity to satisfy that single request if the user does not specify...

yeah, known issue, but warning_level enables even more warnings that need to be resolved first.

@eli-schwartz this is what was inherited from our autotools conversion. Perhaps I was tripping over trying to get those extra warnings enabled via warning-level without pulling in others. Perhaps I...

ok, this seems to work. Thanks for the nudges: ``` diff --git a/meson.build b/meson.build index 5e97e1ce3068..a4149bb7b08c 100644 --- a/meson.build +++ b/meson.build @@ -57,7 +57,6 @@ sed -e s,@VERSION@,@0@,g '''.format(meson.project_version(), prefixdir,...

Ah, sorry, yes this should be added to the README. The procedure to build the RPM from scratch is now: meson setup build meson compile -C build rhel/ndctl.spec ./rpmbuild.sh build/rhel/ndctl.spec

I have not got dirty (changes pending in the source tree) rpm builds to work yet, so you currently need to build from an unmodified git tree.

The v4.18.12 kernel has been end-of-lifed for over 3 years. Please move to a kernel that is under active development as listed on kernel.org.

You need to move or at least test with an updated kernel to find out which fixes you need to backport to your v4.8.12 baseline. However, at an absolute minimum...