Difference between revisions of "Download/vzctl/3.1/changes"
m (subheadings in bold) |
(+ vzctl create --diskspace) |
||
Line 5: | Line 5: | ||
* basic support for ploop (aka container-in-a-file) technology: | * basic support for ploop (aka container-in-a-file) technology: | ||
** new global config parameter <code>VE_LAYOUT={simfs|ploop}</code> | ** new global config parameter <code>VE_LAYOUT={simfs|ploop}</code> | ||
− | ** new <code>vzctl create</code> | + | ** new <code>vzctl create</code> options <code>--layout</code> and <code>--diskspace</code> |
** new <code>vzctl convert</code> command to convert from <code>simfs</code> to <code>ploop</code> (not back!) | ** new <code>vzctl convert</code> command to convert from <code>simfs</code> to <code>ploop</code> (not back!) | ||
** <code>vzctl mount</code>/<code>umount</code> implemented for ploop case | ** <code>vzctl mount</code>/<code>umount</code> implemented for ploop case |
Revision as of 16:33, 19 March 2012
Changes
Since 3.0.30.2:
New features
- basic support for ploop (aka container-in-a-file) technology:
- new global config parameter
VE_LAYOUT={simfs|ploop}
- new
vzctl create
options--layout
and--diskspace
- new
vzctl convert
command to convert fromsimfs
toploop
(not back!) vzctl mount
/umount
implemented for ploop casevzctl set --diskspace
does ploop image resize
- new global config parameter
- support for CT console (
vzctl console $CTID
)
Fixes
gentoo-add_ip.sh
: do not set upvenet0
if no IPs (#2077)vzctl enter
: fix garbage output after enter (#2139, #2146)vzlist
: do not exit with 1 if there are no CTs (#2149)vps-download
: fix downloaded template GPG check (#2162)vps-download
: fix to work under dashvzctl destroy
: remove dump file as well (#2163)
Improvements
- Make the "Failed to set up upstart" message more verbose (#2140)
vzctl create
: tell "Creating container" at the right timevzctl create
: show tarball extraction progress usingpv
(if available)etc/init.d/vz
: Stricter auto-replacement ofCONFIGFILE
(#2169)postcreate.sh
: add ability to skip crontab time randomization (#2174)etc/init.d/vz*
: fix for "we are in container" check- Improve config parsing and its error reporting
vzctl create
: improve 'sample config not found' error msgumount_submounts()
: process mounts in reverse order
Documentation
- ploop and console documented in appropriate man pages
- some macros that are not available on older systems are now embedded
- vzctl man page: simplified
SYNOPSYS
section - vz.conf(5), vzctl(8): fix/improve description of
CONFIGFILE
/--config
vzctl --help
: fixcreate
optionsvz.conf(5)
,vzctl(8)
: describeDEF_OSTEMPLATE
/--ostemplate
vzctl(8)
,vzctl --help
: add missing--name
option to 'create
'vzctl(8)
: add CTID to commands where it was absent
For the complete list of changes in this release, see git changelog for vzctl-3.1.
Thanks
OpenVZ project would like to thank the following people who contributed patches and/or provided bug reports for this vzctl release (in no particular order):
- Frank Wassmuth
- Marc Perkel
- Michal Grzedzicki
- Ilja Livenson
- Konstantin Khlebnikov
- Pavel Odintsov
- samix_119