LGTM, thanks On Thu, Apr 23, 2015 at 3:18 PM, 'Klaus Aehlig' via ganeti-devel < [email protected]> wrote:
> In 2.11, children disks have UUIDs, too. > > Signed-off-by: Klaus Aehlig <[email protected]> > --- > test/data/cluster_config_2.11.json | 6 ++++-- > 1 file changed, 4 insertions(+), 2 deletions(-) > > diff --git a/test/data/cluster_config_2.11.json > b/test/data/cluster_config_2.11.json > index fafc0fd..d4c5f5b 100644 > --- a/test/data/cluster_config_2.11.json > +++ b/test/data/cluster_config_2.11.json > @@ -328,7 +328,8 @@ > > "5c390722-6a7a-4bb4-9cef-98d896a8e6b1.disk0_data" > ], > "params": {}, > - "size": 1024 > + "size": 1024, > + "uuid": "55b3fa41-2bfe-4aef-ac32-fbf3be06a242" > }, > { > "dev_type": "plain", > @@ -337,7 +338,8 @@ > > "5c390722-6a7a-4bb4-9cef-98d896a8e6b1.disk0_meta" > ], > "params": {}, > - "size": 128 > + "size": 128, > + "uuid": "33eff786-0152-4653-8fc8-ea280fea9297" > } > ], > "dev_type": "drbd", > -- > 2.2.0.rc0.207.ga3a616c > > Hrvoje Ribicic Ganeti Engineering Google Germany GmbH Dienerstr. 12, 80331, München Registergericht und -nummer: Hamburg, HRB 86891 Sitz der Gesellschaft: Hamburg Geschäftsführer: Graham Law, Christine Elizabeth Flores Steuernummer: 48/725/00206 Umsatzsteueridentifikationsnummer: DE813741370
