Open main menu

OpenVZ Virtuozzo Containers Wiki β

Changes

Download/ploop/1.2/changes

208 bytes added, 22:33, 16 April 2012
use code tags
== Changes ==
Since {{dlink|ploop|1.1}}:
* Added <code>ploop_get_dev() </code> function* Added <code>ploop_set_component_name() </code> function* Fix: do not clear in-use flag in <code>ploop_fsck()</code>* <code>ploop-fsck</code>: add <code>-d </code> flag to forcefully drop "in use" image flag
* Fixed handling blocksize for raw images
* Added <code>user_xattr,acl </code> to default mount options* <code>ploop_mount()</code>: added ability to pass <code>MS_NOATIME </code> flag* <code>ploop-balloon</code>: add discard command to compact ploop image* <code>ploop_get_info()</code>: return old info in case statfs() failed* <code>expanded2preallocated()</code>: if <code>fallocate </code> not supported, use <code>ftruncate</code>* <code>ploop_resize_image()</code>: Check is it possible to fallocate before inflating balloon file
* Fixed merging all snapshots
* Some fixes in ploop tool usage
* Some log message fixes
* Add function, source file and line number to error messages if <code>DEBUG </code><code></code> is set
* Build system fixes/improvements
{{git log|ploop|ploop-1.2|}}