Summary:
Creates a Virtuozzo Container as a temporary replacement for another Container that needs repair.
Request specification:
Name |
Min/Max |
Type |
Description |
|
|
|
|
|
|
|
|
|
|
The Server ID of the original Container. |
|
|
|
|
|
Returns:
OK/Error.
Description:
If you have a Virtuozzo Container that needs repair or maintenance, you may use this call to create a new Container that will act as a temporary replacement for your original Container for the duration of the repairs. The call will create an exact copy of the specified Container, start it, and will stop the original Container, all with zero-downtime, so the user will be able to continue using the Container without interruption. Once you are done repairing the original Container, use the stop_repair
call to revert to it.
Example:
<packet version="4.0.0" id="2">
<target>vzaenvm</target>
<data>
<vzaenvm>
<repair>
<eid>ba17a0c5-9036-473c-a813-aa6f5b36cf16</eid>
</repair>
</vzaenvm>
</data>
</packet>