Revision a3f02317 htools/Ganeti/OpCodes.hs

b/htools/Ganeti/OpCodes.hs
445 445
     ])
446 446
  , ("OpBackupRemove",
447 447
     [ pInstanceName ])
448
  , ("OpTestAllocator",
449
     [ pIAllocatorDirection
450
     , pIAllocatorMode
451
     , pIAllocatorReqName
452
     , pIAllocatorNics
453
     , pIAllocatorDisks
454
     , pHypervisor
455
     , pIallocator
456
     , pInstTags
457
     , pIAllocatorMemory
458
     , pIAllocatorVCpus
459
     , pIAllocatorOs
460
     , pDiskTemplate
461
     , pIAllocatorInstances
462
     , pIAllocatorEvacMode
463
     , pTargetGroups
464
     , pIAllocatorSpindleUse
465
     , pIAllocatorCount
466
     ])
467
  , ("OpTestJqueue",
468
     [ pJQueueNotifyWaitLock
469
     , pJQueueNotifyExec
470
     , pJQueueLogMessages
471
     , pJQueueFail
472
     ])
473
  , ("OpTestDummy",
474
     [ pTestDummyResult
475
     , pTestDummyMessages
476
     , pTestDummyFail
477
     , pTestDummySubmitJobs
478
     ])
448 479
  ])
449 480

  
450 481
-- | Returns the OP_ID for a given opcode value.

Also available in: Unified diff