Don Brady

Results 40 comments of Don Brady

In the ZTS functional test `alloc_class_009_pos` it create a pool with a special vdev (a loopback block device) and then performs an export / import. So there is some basic...

Note that the secret that fails came from **Oracle Cloud Object Storage** _Customer Secret Keys_ --> _Generate Secret Key_

> But for the data exported by these ZFS commands, does it really matter if "9,007,199,254,740,993" cannot be represented exactly by javascript, and is averaged to 9,007,199,254,740,992 or 9,007,199,254,740,994? For...

Nice feature addition! Request -- for the `zpool status -j` can we make `-s` a default (i.e., implied by `-j`)? Also, can we add the pool status above the config,...

> what can i do, to further debug this issue ? @leelists can you show output from `zpool status -DD tank`?

@leelists I wonder if this is a stale value for `dedup_table_size` (cached in `spa->spa_dedup_dsize`). Can you try exporting and re-importing the pool? We could also probe `ddt_get_dedup_object_stats()` to check if...

working on a fix for the `zloop` failures where it crashes in `zdb` (shown below). ``` #0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=) at ./nptl/pthread_kill.c:44 #1 __pthread_kill_internal (signo=6, threadid=) at ./nptl/pthread_kill.c:78 #2...

@behlendorf the range-tree zloop failure was addressed. Looks like the latest `zloop` failures are unrelated. **22.04 -- zloop-240829-202333** ``` ztest: attach (/var/tmp/zloop-run/ztest.45a 504953282, draid2-0-0 599261184, 1) returned 95, expected 22...

@gamanakis -- if you have time could you look at the L2 part of this change? Thanks

> Looks interesting, but what happen if the pool (obviously with the same GUID) is re-imported while async flush is still running? Good question and I tested this case. The...