Difference between revisions of "Download/ploop/1.8/changes"
(created) |
(fixes are more important in this release) |
||
Line 9: | Line 9: | ||
* add/export ploop_get_spec() | * add/export ploop_get_spec() | ||
* ploop fsck: rename to ploop check | * ploop fsck: rename to ploop check | ||
+ | |||
+ | '''Fixes''' | ||
+ | * resize_gpt_partition(): skip if there is no partition | ||
+ | * switch snapshot: read parameters from image we are to switch to | ||
+ | * ploop create: error out if DiskDescriptor.xml exists | ||
+ | * e2fsck(): properly check e2fsck binary exit code | ||
+ | * ploop grow: check max size wrt format | ||
+ | * tools/Makefile: don't strip binaries on install | ||
+ | * ploop init: fix an error message | ||
'''Improvements''' | '''Improvements''' | ||
Line 18: | Line 27: | ||
* tune_fs(): drop absolute path to tune2fs | * tune_fs(): drop absolute path to tune2fs | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
'''Documentation''' | '''Documentation''' |
Revision as of 03:26, 10 July 2013
Changes
Since version 1.7.1
New functionality
- convert from/to v1/v2 ploop version format (ploop convert -v)
- ploop_mount_fs(): add option to run fsck (#2615)
- ploop mount: add -F to run fsck for inner fs
- export ploop_is_large_disk_supported()
- add/export ploop_get_spec()
- ploop fsck: rename to ploop check
Fixes
- resize_gpt_partition(): skip if there is no partition
- switch snapshot: read parameters from image we are to switch to
- ploop create: error out if DiskDescriptor.xml exists
- e2fsck(): properly check e2fsck binary exit code
- ploop grow: check max size wrt format
- tools/Makefile: don't strip binaries on install
- ploop init: fix an error message
Improvements
- create_image(): remove useless assignment
- number of log messages improved/fixed
- tools parse_size(): print error
- tools/ploop: allow T suffix for blockdev size
- ploop_grow_delta_offline(): use delta.version
- tune_fs(): drop absolute path to tune2fs
Documentation
- ploop init usage: add -v VERSION
- ploop --help: rm -P from ploop mount syntax
- ploop(8): add -v for ploop init
- ploop(8): add ploop resize to SYNOPSYS
- ploop(8): add ploop convert
- ploop(8): add -F for ploop mount
For the complete list of changes in this release, see git changelog for ploop-1.8.
Thanks
OpenVZ project would like to thank the following people who contributed patches and/or provided bug reports for this ploop release (in no particular order):
- Pavel Odintsov