|
|
__init__(self,
lu,
node_uuid,
opts,
instance,
component,
timeouts,
cbs,
private=None)
Initializes this class. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ImportExportLoop
|
|
|
|
|
|
|
_StartDaemon(self)
Starts the import/export daemon. |
source code
|
|
|
string
|
|
|
|
GetDaemonName(self)
Returns the daemon name. |
source code
|
|
|
|
Abort(self)
Sends SIGTERM to import/export daemon (if still active). |
source code
|
|
|
|
|
|
|
|
|
|
CheckListening(self)
Checks whether the daemon is listening. |
source code
|
|
|
|
_GetConnectedCheckEpoch(self)
Returns timeout to calculate connect timeout. |
source code
|
|
|
bool
|
|
|
|
_CheckProgress(self)
Checks whether a progress update should be reported. |
source code
|
|
|
bool
|
|
|
|
|
|
|
_Finalize(self)
Makes the RPC call to finalize this import/export. |
source code
|
|
|
|
Finalize(self,
error=None)
Finalizes this import/export. |
source code
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|