<div dir="ltr">Hello,<div><br></div><div>The following patch adds the missing description about vps.create in vzctl man page.</div><div><br></div><div>I hope that I have used the correct format.<br></div><div>====</div><div><br></div><div><div>From 7ba35fcdc5d261b8e68c3b12f20e4b2fd8b5c0e2 Mon Sep 17 00:00:00 2001</div><div>From: Nikolay Tenev &lt;<a href="mailto:tenev.nikolay@gmail.com">tenev.nikolay@gmail.com</a>&gt;</div><div>Date: Mon, 8 Jun 2015 14:05:18 +0300</div><div>Subject: [PATCH] vzctl(8) man page updated with vps.create script description</div><div><br></div><div>---</div><div> man/<a href="http://vzctl.8.in">vzctl.8.in</a> | 5 ++++-</div><div> 1 file changed, 4 insertions(+), 1 deletion(-)</div><div><br></div><div>diff --git a/man/<a href="http://vzctl.8.in">vzctl.8.in</a> b/man/<a href="http://vzctl.8.in">vzctl.8.in</a></div><div>index 95e0da2..52e2db1 100644</div><div>--- a/man/<a href="http://vzctl.8.in">vzctl.8.in</a></div><div>+++ b/man/<a href="http://vzctl.8.in">vzctl.8.in</a></div><div>@@ -1244,6 +1244,9 @@ with the exception of \fB.start\fR and \fB.stop\fR scripts, which</div><div> are executed in a container context.</div><div><br></div><div> The following action scripts are currently defined:</div><div>+.IP &quot;\fBvps.create\fR&quot;</div><div>+Global custom user-defined script (or binary) which is executed right after a</div><div>+new container is created.</div><div> .IP &quot;\fBvps.premount\fR, \fICTID\fB.premount\fR&quot;</div><div> Global and per-CT mount scripts which are executed for a</div><div> container before it is mounted. Scripts are executed in the host system</div><div>@@ -1527,7 +1530,7 @@ To permanently remove this container:</div><div> .EX</div><div> @PKGCONFDIR@/vz.conf</div><div> @VPSCONFDIR@/\fICTID\fB\f(CR.conf</div><div>-@VPSCONFDIR@/vps.{premount,mount,umount,postumount}</div><div>+@VPSCONFDIR@/vps.{create,premount,mount,umount,postumount}</div><div> @VPSCONFDIR@/\fICTID\fB\f(CR.{premount,mount,start,stop,umount,postumount}</div><div> /proc/vz/veinfo</div><div> /proc/vz/vzquota</div></div><div><div>-- </div><div>1.8.3.1</div><div><br></div></div></div>