From 9934a17450a9c2b9841a3a9bba31df3fd9fa2547 Mon Sep 17 00:00:00 2001 From: Ken Moore Date: Tue, 22 Mar 2016 09:47:28 -0400 Subject: [PATCH] Update zfs.rst This accounts for the change to the JSON output of a sysadm/zfs "list_pools" action. --- api/classes/zfs.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/api/classes/zfs.rst b/api/classes/zfs.rst index 812ae1b..7f5ecff 100644 --- a/api/classes/zfs.rst +++ b/api/classes/zfs.rst @@ -65,6 +65,7 @@ space, pool health, and total size. This action is the equivalent of running :co { "args": { + "list_pools" : { "tank": { "alloc": "71.8G", "altroot": "-", @@ -76,8 +77,9 @@ space, pool health, and total size. This action is the equivalent of running :co "health": "ONLINE", "size": "220G" } + } }, "id": "fooid", "name": "response", "namespace": "sysadm" - } \ No newline at end of file + }