Umer Saleem
Umer Saleem
Hi @rincebrain, IIRC `-j` was removed since parallel build is configured already from `contrib/debian/rules.in`, using `-j` prior in the make command breaks the build. To stay inline with Debian packaging...
Sorry, what I meant was, since for Debian packaging, parallel build is configured from rules.in, via `DEB_BUILD_OPTIONS` variable, it did not seem correct to override with `-j` flag initially. I...
I have tried reproducing the issue on non-SMR drives but I am not able to do so. I agree with what @IvanVolosyuk has suggested. Trying 2.2.3 without the two commits...
@tonyhutter can you please include https://github.com/openzfs/zfs/pull/15843?
@behlendorf will try to reproduce and report my findings
@behlendorf I was able to reproduce the scenario described here. I created a zpool on FreeBSD 13.0 and created 4 files in the pool. 2 files (test.txt and test1.txt) had...
> One question: when you use the -p option you would get raw numbers and not human-readable ones? Yes, that is correct. Specifying `-p` option would get raw numbers instead...
> If the properties are simple numbers, should they really be transmitted as strings? There is an upper bound on what can be natively shown as an integer in different...
> Request -- for the zpool status -j can we make -s a default (i.e., implied by -j)? Do you mean we should always show `slow_ios` for VDEVs regardless `-s`...
I have updated and `slow_ios` for leaf VDEVs are always shown, regardless `-s` option is specified or not.