[developer] Re: [openzfs/openzfs] 9245 zfs-test failures: slog_013_pos and slog_014_pos (#583)

2018-05-17 Thread Prakash Surya
Closed #583 via 8f323b56702b2263b1d805d5079125ff86a3e96b. -- 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/583#event-1632267249 -- openzfs: openzf

[developer] Re: [openzfs/openzfs] 9245 zfs-test failures: slog_013_pos and slog_014_pos (#583)

2018-04-24 Thread Brad Lewis
brad-lewis commented on this pull request. > @@ -1675,6 +1675,26 @@ function is_pool_removed #pool return $? } +function wait_for_degraded +{ + typeset pool=$1 + typeset timeout=${2:-30} + typeset t0=$SECONDS + + while :; do + zpool status -v $poo

[developer] Re: [openzfs/openzfs] 9245 zfs-test failures: slog_013_pos and slog_014_pos (#583)

2018-03-06 Thread Yuri Pankov
yuripv commented on this pull request. > @@ -1675,6 +1675,26 @@ function is_pool_removed #pool return $? } +function wait_for_degraded +{ + typeset pool=$1 + typeset timeout=${2:-30} + typeset t0=$SECONDS + + while :; do + zpool status -v $pool 2>