Previous topic

The cinder.backup.manager Module

Next topic

The cinder.backup.services.swift Module

This Page

Psst... hey. You're reading the latest content, but it might be out of sync with code. You can read Cinder 2011.2 docs or all OpenStack docs too.

The cinder.backup.rpcapi Module

Client side of the volume backup RPC API.

class BackupAPI

Bases: cinder.openstack.common.rpc.proxy.RpcProxy

Client side of the volume rpc API.

API version history:

1.0 - Initial version.
BASE_RPC_API_VERSION = '1.0'
create_backup(ctxt, host, backup_id, volume_id)
delete_backup(ctxt, host, backup_id)
restore_backup(ctxt, host, backup_id, volume_id)