search for: 0f1c9fd

Displaying 2 results from an estimated 2 matches for "0f1c9fd".

2020 Oct 02
0
[libnbd PATCH v2 2/2] info: List available meta-contexts
...info-json.sh | 2 + info/info-list-json.sh | 4 ++ info/info-list.sh | 2 + info/info-text.sh | 2 + info/nbdinfo.c | 89 ++++++++++++++++++++++++++++++++++++++---- 5 files changed, 91 insertions(+), 8 deletions(-) diff --git a/info/info-json.sh b/info/info-json.sh index 0f1c9fd..10bbac0 100755 --- a/info/info-json.sh +++ b/info/info-json.sh @@ -33,3 +33,5 @@ jq . < $out test $( jq -r '.protocol' < $out ) != "newstyle" test $( jq -r '.exports[0]."export-size"' < $out ) != "null" test $( jq -r '.exports[0].is_rea...
2020 Oct 02
4
[libnbd PATCH v2 0/2] opt_list_meta_context
In v2: ack'ed preliminary patches have been pushed, and I've added a lot of testsuite coverage as well as putting the new API to use in nbdinfo. Eric Blake (2): api: Add nbd_opt_list_meta_context info: List available meta-contexts lib/internal.h | 1 + generator/API.ml | 84 ++++++++-