Displaying 2 results from an estimated 2 matches for "5d0d288".
Did you mean:
590,288
2020 Sep 26
0
[PATCH nbdinfo v2] info: Add a --map option for displaying allocation metadata.
...+++++++++
info/info-map-base-allocation.sh | 49 ++++++++++
info/nbdinfo.c | 134 ++++++++++++++++++++++++--
info/nbdinfo.pod | 39 +++++++-
5 files changed, 271 insertions(+), 7 deletions(-)
diff --git a/info/Makefile.am b/info/Makefile.am
index 5d0d288..496692a 100644
--- a/info/Makefile.am
+++ b/info/Makefile.am
@@ -25,6 +25,8 @@ EXTRA_DIST = \
info-size.sh \
info-text.sh \
info-description.sh \
+ info-map-base-allocation.sh \
+ info-map-base-allocation-json.sh \
nbdinfo.pod \
$(NULL)
@@ -67,6 +69,8 @@ TESTS += \
info-size.sh \
i...
2020 Sep 26
2
[PATCH nbdinfo v2] info: Add a --map option for displaying allocation metadata.
Fixes bugs with JSON output in the previous patch, and adds some tests.
Rich.