Re: [OpenZFS Developer] Jsonify outputs

2014-11-07 Thread Joshua M. Clulow
Hi Yacine, On 7 November 2014 10:56, Yacine Kheddache wrote: > Please check this out and let us know what you are thinking about it : > https://github.com/Alyseo/zfs/tree/json I took a look at the code. I like that the entire JSON object appears on one line, in keeping with the popular pattern

Re: [OpenZFS Developer] Jsonify outputs

2014-11-07 Thread Richard Elling
On Nov 7, 2014, at 11:30 AM, Garrett D'Amore wrote: > The simple, IMO, answer for JSON numbers is to treat them as arbitrary > precision numbers. For nvlist conversion, that means they can be integers > fully capable of representing 64-bits. The simple answer is to not use JSON numbers and th

Re: [OpenZFS Developer] [zfs] synctasks & zdb

2014-11-07 Thread Matthew Ahrens
On Fri, Nov 7, 2014 at 10:05 AM, Josef 'Jeff' Sipek via illumos-zfs < z...@lists.illumos.org> wrote: > I'm trying to figure out sort of a self-inflicted assertion in zdb. This > lead me to two questions for which I didn't find an obvious answer: > > (1) why does zdb import pools read-write? E.g.

Re: [OpenZFS Developer] Jsonify outputs

2014-11-07 Thread Yacine Kheddache
On Thu, Sep 25, 2014 at 6:54 PM, Yacine Kheddache < yacine.khedda...@alyseo.com> wrote: > On Thu, Sep 25, 2014 at 5:39 PM, Richard Elling < > richard.ell...@richardelling.com> wrote: > >> On Sep 24, 2014, at 10:55 PM, Robert Mustacchi wrote: >> >> > On 9/24/14 22:51 , Matthew Ahrens wrote: >> >>