[developer] Re: [openzfs/openzfs] 9464 txg_kick() fails to see that we are quiescing, forcing transacti… (#616)

2018-05-14 Thread Andriy Gapon
I didn't inspect the change originally, but I have looked at it now and all parts of it look good to me. I also agree with the analysis. Thanks! -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

[developer] Re: [openzfs/openzfs] 9464 txg_kick() fails to see that we are quiescing, forcing transacti… (#616)

2018-05-14 Thread Matthew Ahrens
@avg-I Thank you! -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/openzfs/openzfs/pull/616#issuecomment-388874355 -- openzfs: openzfs-developer Permalink:

[developer] Re: [openzfs/openzfs] 9464 txg_kick() fails to see that we are quiescing, forcing transacti… (#616)

2018-05-14 Thread Andriy Gapon
avg-I approved this pull request. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/openzfs/openzfs/pull/616#pullrequestreview-119876549 -- openzfs:

[developer] Re: [openzfs/openzfs] Merge remote-tracking branch 'illumos/master' into illumos-sync (#639)

2018-05-14 Thread Prakash Surya
prakashsurya approved this pull request. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/openzfs/openzfs/pull/639#pullrequestreview-119863248 -- openzfs:

[developer] Re: [openzfs/openzfs] 9195 New coreadm config causes failure in zpool_003_pos (#571)

2018-05-14 Thread John Wren Kennedy
jwk404 commented on this pull request. > @@ -15,6 +15,6 @@ .PARALLEL: $(SUBDIRS) -SUBDIRS:sh = find ./* -maxdepth 0 -type d +SUBDIRS:sh = ls */Makefile 2>/dev/null | sed 's/\/Makefile//g' This is part of a Delphix fix that solved 7710 a little differently. It shouldn't be upstreamed. >

[developer] Re: [openzfs/openzfs] 9486 reduce memory used by device removal on fragmented pools (#627)

2018-05-14 Thread Matthew Ahrens
ahrens commented on this pull request. > + } else if (rs->rs_end - range_tree_min(segs) > + *max_alloc) { + /* +* This additional segment would extend past +

[developer] Re: [openzfs/openzfs] 9125 mdb's ::zfs_params needs updating (#554)

2018-05-14 Thread Prakash Surya
Closed #554 via fd2f0a6c091309a6113dc26c7b11c0399b12e806. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/openzfs/openzfs/pull/554#event-1625514017 -- openzfs:

[developer] Re: [openzfs/openzfs] 9195 New coreadm config causes failure in zpool_003_pos (#571)

2018-05-14 Thread Igor K
ikozhukhov commented on this pull request. > @@ -176,6 +176,8 @@ export KEEP="^$(echo $KEEP | sed 's/ /$|^/g')\$" num_disks=$(echo $DISKS | awk '{print NF}') [[ $num_disks -lt 3 ]] && fail "Not enough disks to run ZFS Test Suite" +sudo -k coreadm -e process i think will be better to save

[developer] Re: [openzfs/openzfs] 9195 New coreadm config causes failure in zpool_003_pos (#571)

2018-05-14 Thread Matthew Ahrens
@jwk404 could you take a look at @yuripv's comments? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/openzfs/openzfs/pull/571#issuecomment-388901334 -- openzfs:

[developer] Re: [openzfs/openzfs] 9195 New coreadm config causes failure in zpool_003_pos (#571)

2018-05-14 Thread Yuri Pankov
yuripv commented on this pull request. > @@ -176,6 +176,8 @@ export KEEP="^$(echo $KEEP | sed 's/ /$|^/g')\$" num_disks=$(echo $DISKS | awk '{print NF}') [[ $num_disks -lt 3 ]] && fail "Not enough disks to run ZFS Test Suite" +sudo -k coreadm -e process Or that, I just don't like

[developer] Re: [openzfs/openzfs] 8727 Native data and metadata encryption for zfs (#489)

2018-05-14 Thread Jorgen Lundman
@lundman pushed 1 commit. 1fa5148 Add support for decryption faults in zinject -- You are receiving this because you are subscribed to this thread. View it on GitHub: