summaryrefslogtreecommitdiffstats
path: root/src/go/collectors/go.d.plugin/modules/lvm/testdata/lvs-report-no-thin.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/go/collectors/go.d.plugin/modules/lvm/testdata/lvs-report-no-thin.json')
-rw-r--r--src/go/collectors/go.d.plugin/modules/lvm/testdata/lvs-report-no-thin.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/go/collectors/go.d.plugin/modules/lvm/testdata/lvs-report-no-thin.json b/src/go/collectors/go.d.plugin/modules/lvm/testdata/lvs-report-no-thin.json
new file mode 100644
index 0000000000..1fe8ec44fa
--- /dev/null
+++ b/src/go/collectors/go.d.plugin/modules/lvm/testdata/lvs-report-no-thin.json
@@ -0,0 +1,16 @@
+{
+ "report": [
+ {
+ "lv": [
+ {
+ "vg_name": "cm-vg",
+ "lv_name": "root",
+ "lv_size": "214232465408",
+ "data_percent": "",
+ "metadata_percent": "",
+ "lv_attr": "-wi-ao----"
+ }
+ ]
+ }
+ ]
+}