Trees | Indices | Help |
|
---|
|
RPC runner class
|
|||
|
|||
dict |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
List of objects.ImportExportStatus instances |
|
||
|
|||
|
|||
Inherited from |
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
|||
tuple |
|
|
|||
Inherited from |
|
Initialized the rpc runner.
|
Convert the given instance to a dict. This is done via the instance's ToDict() method and additionally we fill the hvparams with the cluster defaults.
|
Helper for computing node addresses.
|
Helper for computing one node's address.
|
Compresses a string for transport over RPC. Small amounts of data are not compressed.
|
Gets the logical volumes present in a given volume group. This is a multi-node call.
|
Gets the volume group list. This is a multi-node call.
|
Get list of storage units. This is a multi-node call.
|
Modify a storage unit. This is a single-node call.
|
Executes an operation on a storage unit. This is a single-node call.
|
Checks if a node has all the bridges given. This method checks if all bridges given in the bridges_list are present on the remote node, so that an instance that uses interfaces on those bridges can be started. This is a single-node call.
|
Starts an instance. This is a single-node call.
|
Stops an instance. This is a single-node call.
|
Gather the information necessary to prepare an instance migration. This is a single-node call.
|
Prepare a node to accept an instance. This is a single-node call.
|
Finalize any target-node migration specific operation. This is called both in case of a successful migration and in case of error (in which case it should abort the migration). This is a single-node call.
|
Migrate an instance. This is a single-node call.
|
Reboots an instance. This is a single-node call.
|
Installs an OS on the given instance. This is a single-node call.
|
Run the OS rename script for an instance. This is a single-node call.
|
Returns information about a single instance. This is a single-node call.
|
Checks whether the given instance can be migrated. This is a single-node call.
|
Returns information about all instances on the given nodes. This is a multi-node call.
|
Returns the list of running instances on a given node. This is a multi-node call.
|
Do a TcpPing on the remote node This is a single-node call.
|
Checks if a node has the given IP address. This is a single-node call.
|
Return node information. This will return memory information and volume group size and free space. This is a multi-node call.
|
Add a node to the cluster. This is a single-node call.
|
Request verification of given parameters. This is a multi-node call.
|
Tells a node to activate itself as a master. This is a single-node call.
|
Tells a node to demote itself from master status. This is a single-node call.
|
Query master info. This is a multi-node call.
|
Query node version. This is a multi-node call.
|
Request creation of a given block device. This is a single-node call.
|
Request removal of a given block device. This is a single-node call.
|
Request rename of the given block devices. This is a single-node call.
|
Request assembling of a given block device. This is a single-node call.
|
Request shutdown of a given block device. This is a single-node call.
|
Request adding a list of children to a (mirroring) device. This is a single-node call.
|
Request removing a list of children from a (mirroring) device. This is a single-node call.
|
Request status of a (mirroring) device. This is a single-node call.
|
Request identification of a given block device. This is a single-node call.
|
Closes the given block devices. This is a single-node call.
|
Returns the size of the given disks. This is a single-node call.
|
Disconnects the network of the given drbd devices. This is a multi-node call.
|
Disconnects the given drbd devices. This is a multi-node call.
|
Waits for the synchronization of drbd devices is complete. This is a multi-node call.
|
Gets drbd helper. This is a multi-node call.
|
Upload a file. The node will refuse the operation in case the file is not on the approved file list. This is a multi-node call.
|
Write ssconf files. This is a multi-node call.
|
Request a diagnose of OS definitions. This is a multi-node call.
|
Returns an OS definition. This is a single-node call.
|
Run a validation routine for a given OS. This is a multi-node call.
|
Call the hooks runner. Args:
This is a multi-node call.
|
Call an iallocator on a remote node Args:
This is a single-node call.
|
Request a snapshot of the given block device. This is a single-node call.
|
Export a given disk to another node. This is a single-node call.
|
Request a snapshot of the given block device. This is a single-node call.
|
Request the completion of an export operation. This writes the export config file, etc. This is a single-node call.
|
Queries the export information in a given path. This is a single-node call.
|
Gets the stored exports list. This is a multi-node call.
|
Requests removal of a given export. This is a single-node call.
|
Requests a node to clean the cluster information it has. This will remove the configuration information from the ganeti data dir. This is a single-node call.
|
Gets all volumes on node(s). This is a multi-node call.
|
Demote a node from the master candidate role. This is a single-node call.
|
Tries to powercycle a node. This is a single-node call.
|
Sleep for a fixed time on given node(s). This is a multi-node call.
|
Create the given file storage directory. This is a single-node call.
|
Remove the given file storage directory. This is a single-node call.
|
Rename file storage directory. This is a single-node call.
|
Update job queue. This is a multi-node call.
|
Purge job queue. This is a single-node call.
|
Rename a job queue file. This is a multi-node call.
|
Validate the hypervisor params. This is a multi-node call.
|
Creates a new X509 certificate for SSL/TLS. This is a single-node call.
|
Removes a X509 certificate. This is a single-node call.
|
Starts a listener for an import. This is a single-node call.
|
Starts an export daemon. This is a single-node call.
|
Gets the status of an import or export. This is a single-node call.
|
Aborts an import or export. This is a single-node call.
|
Cleans up after an import or export. This is a single-node call.
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Dec 9 15:55:59 2010 | http://epydoc.sourceforge.net |