Beispiel #1
0
def start_backup(vm,
                 dom,
                 backup_id,
                 disks,
                 from_checkpoint_id=None,
                 to_checkpoint_id=None):
    raise exception.MethodNotImplemented()
Beispiel #2
0
def redefine_checkpoints(vm, dom, checkpoints):
    raise exception.MethodNotImplemented()
Beispiel #3
0
def delete_checkpoints(vm, dom, checkpoint_ids):
    raise exception.MethodNotImplemented()
Beispiel #4
0
def backup_info(vm, dom, backup_id):
    raise exception.MethodNotImplemented()
Beispiel #5
0
def stop_backup(vm, dom, backup_id):
    raise exception.MethodNotImplemented()
Beispiel #6
0
 'MissParam': exception.MissingParameter().response(),
 'migrateErr': exception.MigrationError().response(),
 'imageErr': exception.ImageFileNotFound().response(),
 'outOfMem': exception.OutOfMemory().response(),
 'unexpected': exception.UnexpectedError().response(),
 'unsupFormat': exception.UnsupportedImageFormat().response(),
 'ticketErr': exception.SpiceTicketError().response(),
 'nonresp': exception.NonResponsiveGuestAgent().response(),
 # codes 20-35 are reserved for add/delNetwork
 # code 39 was used for:
 # wrongHost - migration destination has an invalid hostname
 'unavail': exception.ResourceUnavailable().response(),
 'changeDisk': exception.ChangeDiskFailed().response(),
 'destroyErr': exception.VMDestroyFailed().response(),
 'fenceAgent': exception.UnsupportedFenceAgent().response(),
 'noimpl': exception.MethodNotImplemented().response(),
 'hotplugDisk': exception.HotplugDiskFailed().response(),
 'hotunplugDisk': exception.HotunplugDiskFailed().response(),
 'migCancelErr': exception.MigrationCancelationFailed().response(),
 'snapshotErr': exception.SnapshotFailed().response(),
 'hotplugNic': exception.HotplugNicFailed().response(),
 'hotunplugNic': exception.HotunplugNicFailed().response(),
 'migInProgress': exception.MigrationInProgress().response(),
 'mergeErr': exception.MergeFailed().response(),
 'balloonErr': exception.BalloonError().response(),
 'momErr': exception.MOMPolicyUpdateFailed().response(),
 'replicaErr': exception.ReplicaError().response(),
 'updateDevice': exception.UpdateDeviceFailed().response(),
 'hwInfoErr': exception.CannotRetrieveHWInfo().response(),
 'resizeErr': exception.BadDiskResizeParameter().response(),
 'transientErr': exception.TransientError().response(),