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

2018-05-16 Thread Prakash Surya
Thanks @yuripv, no worries! Sorry for the noise. -- 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-389658953 -- openzfs:

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

2018-05-16 Thread Yuri Pankov
I'm sorry this didn't work out, but it really looks like a distribution-specific configuration issue. -- 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-389646880

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

2018-05-16 Thread Prakash Surya
Based on the discussion between @yuripv @ikozhukhov and @jwk404, I'm going to close this out. It sounds like it's not worth pushing this change outside of Delphix. -- 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] 9195 New coreadm config causes failure in zpool_003_pos (#571)

2018-05-16 Thread Prakash Surya
Closed #571. -- 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#event-1630204035 -- openzfs: openzfs-developer Permalink:

[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] 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] 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-08 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 This effectively changes coreadm