While not relevant for any testing, it is still good to have a sample that actually could have appeared. In this case, all disks have to have UUIDs, including child disks.
Signed-off-by: Klaus Aehlig <[email protected]> --- test/data/cluster_config_2.12.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/test/data/cluster_config_2.12.json b/test/data/cluster_config_2.12.json index 09c4550..daa5283 100644 --- a/test/data/cluster_config_2.12.json +++ b/test/data/cluster_config_2.12.json @@ -302,7 +302,8 @@ "5c390722-6a7a-4bb4-9cef-98d896a8e6b1.disk0_data" ], "params": {}, - "size": 1024 + "size": 1024, + "uuid": "55b3fa41-2bfe-4aef-ac32-fbf3be06a242" }, { "dev_type": "plain", @@ -311,7 +312,8 @@ "5c390722-6a7a-4bb4-9cef-98d896a8e6b1.disk0_meta" ], "params": {}, - "size": 128 + "size": 128, + "uuid": "33eff786-0152-4653-8fc8-ea280fea9297" } ], "ctime": 1363620258.608976, -- 2.2.0.rc0.207.ga3a616c
