Revision 51d7ac96

b/lib/cmdlib/instance.py
1408 1408
                                                  self.op.src_node_uuid,
1409 1409
                                                  self.pnode.uuid,
1410 1410
                                                  self.pnode.secondary_ip,
1411
                                                  constants.IEC_NONE,
1411
                                                  self.op.compress,
1412 1412
                                                  iobj, transfers)
1413 1413
          if not compat.all(import_result):
1414 1414
            self.LogWarning("Some disks for instance %s on node %s were not"
b/src/Ganeti/OpCodes.hs
448 448
     , pSrcNode
449 449
     , pSrcNodeUuid
450 450
     , pSrcPath
451
     , pBackupCompress
451 452
     , pStartInstance
452 453
     , pInstTags
453 454
     ],
b/test/hs/Test/Ganeti/OpCodes.hs
241 241
          genMaybe genNodeNameNE <*> return Nothing <*> genMaybe (pure []) <*>
242 242
          genMaybe genNodeNameNE <*> arbitrary <*> genMaybe genNodeNameNE <*>
243 243
          return Nothing <*> genMaybe genNodeNameNE <*> genMaybe genNameNE <*>
244
          arbitrary <*> (genTags >>= mapM mkNonEmpty)
244
          arbitrary <*> arbitrary <*> (genTags >>= mapM mkNonEmpty)
245 245
      "OP_INSTANCE_MULTI_ALLOC" ->
246 246
        OpCodes.OpInstanceMultiAlloc <$> arbitrary <*> genMaybe genNameNE <*>
247 247
        pure []

Also available in: Unified diff