thin-provisioning-tools/CHANGES

26 lines
765 B
Plaintext
Raw Normal View History

2015-03-24 19:39:36 +05:30
v0.5
====
- thin_delta, thin_trim
2015-06-22 16:32:16 +05:30
- --clear-needs-check flag for cache_check
- space map checking for thin check
2015-03-24 19:39:36 +05:30
2014-08-05 16:51:06 +05:30
v0.4
====
- All tools switch to using libaio. This gives a large performance
boost, especially to the write focused tools like thin_restore.
- Added a progress monitor to thin_restore, cache_restore and era_restore
2014-08-05 16:51:06 +05:30
- Added a --quiet/-q option to *_restore to turn off the progress bar
2014-08-05 16:51:06 +05:30
- Removed variable hint size support from cache tools. The kernel
still only supports a fixed 32bit width. This will have a side
effect of reducing the executable sizes due to less template
instatiation.
2014-08-27 18:38:06 +05:30
- Tools rolled into a single executable to save space.
2014-09-01 20:15:29 +05:30
- Fixed some bugs when walking bitsets (possibly effecting cache_dump
and cache_check).