[developer] Re: [openzfs/openzfs] 9466 add JSON output support to channel programs (#619)

2018-05-21 Thread Alek P
alek-p commented on this pull request. > @@ -0,0 +1,30 @@ +#!/bin/ksh -p +# +# CDDL HEADER START +# +# The contents of this file are subject to the terms of the +# Common Development and Distribution License (the "License"). +# You may not use this file except in compliance with the License. +#

[developer] Re: [openzfs/openzfs] 9466 add JSON output support to channel programs (#619)

2018-05-21 Thread Alek P
alek-p commented on this pull request. > + end + + args = ... + + argv = args["argv"] + + list_recursive(argv[1], argv[2]) + + results = {} + results["succeeded"] = succeeded + results["failed"] = failed + return results +EOF + +# 1. Compare JSON out

[developer] Re: [openzfs/openzfs] 9466 add JSON output support to channel programs (#619)

2018-05-21 Thread Alek P
alek-p commented on this pull request. > +# at http://www.illumos.org/license/CDDL. +# +# CDDL HEADER END +# + +# +# Copyright (c) 2018 Datto Inc. +# + +. $STF_SUITE/include/libtest.shlib + +# +# DESCRIPTION: +# +# STRATEGY: +# 1. Compare JSON output formatting for a channel program to temp

[developer] Re: [openzfs/openzfs] 9466 add JSON output support to channel programs (#619)

2018-05-21 Thread Alek P
alek-p commented on this pull request. > @@ -0,0 +1,30 @@ +#!/bin/ksh -p +# +# CDDL HEADER START +# +# The contents of this file are subject to the terms of the +# Common Development and Distribution License (the "License"). +# You may not use this file except in compliance with the License. +#

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

2018-05-21 Thread Matthew Ahrens
@ahrens pushed 1 commit. 2bac360 what if obsolete feature is not enabled -- You are receiving this because you are subscribed to this thread. View it on GitHub: https://github.com/openzfs/openzfs/pull/627/files/dc340ac95c2e14eb76d87c6ab0840ea769d6f1c3..2bac360f519657b3092b6d6650434e2e79a46e2f

[developer] Re: [openzfs/openzfs] 9466 add JSON output support to channel programs (#619)

2018-05-21 Thread John Wren Kennedy
jwk404 requested changes on this pull request. > + end + + args = ... + + argv = args["argv"] + + list_recursive(argv[1], argv[2]) + + results = {} + results["succeeded"] = succeeded + results["failed"] = failed + return results +EOF + +# 1. Compare

[developer] Re: [openzfs/openzfs] 9466 add JSON output support to channel programs (#619)

2018-05-21 Thread Sara Hartse
shartse commented on this pull request. > +# at http://www.illumos.org/license/CDDL. +# +# CDDL HEADER END +# + +# +# Copyright (c) 2018 Datto Inc. +# + +. $STF_SUITE/include/libtest.shlib + +# +# DESCRIPTION: +# +# STRATEGY: +# 1. Compare JSON output formatting for a channel program to tem

[developer] Re: [openzfs/openzfs] 9330 stack overflow when creating a deeply nested dataset (#598)

2018-05-21 Thread Prakash Surya
Closed #598 via 757a75a8e8e595e090cf44c74d7e8775d987ad68. -- 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/598#event-1637180459 -- openzfs: openzf