Summary:
Mounts a Container private area.
This is a logged operation.
Request specification:
Name |
Min/Max |
Type |
Description |
|
|
|
|
|
|
|
|
|
|
Server ID. |
|
|
|
|
|
Returns:
OK/Error
Description:
The mount
call allows to mount a Container private area without actually starting the Container itself. Once the private area is mounted, it can be accessed at the /vz/root/[veid]
path on the Hardware Node. To unmount a Container, use the umount
call.
Example:
<packet version="4.0.0" id="2">
<target>vzaenvm</target>
<data>
<vzaenvm>
<mount>
<eid>6dbd99dc-f212-45de-a5f4-ddb78a2b5280</eid>
</mount>
</vzaenvm>
</data>
</packet>