1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-03-11 20:58:50 +03:00
Zdenek Kabelac d46c2f1c94 cache: improve creation code
Move code to better locations.
Improve test and remove invalid ones
(i.e. no reason to require cache size to be >= then origin).

Correctly comment where the code is doing actual conversion
of other existing volume - we do already a similar thing with
external origins.

Lots of new command line options and combinations is now supported.
Hopefully older syntax still works as well.

lvcreate --cache --cachepool vg/pool  -l1
lvcreate --type cache --cachepool vg/pool  -l1
lvcreate --type cache-pool vg/pool  -l1
lvcreate --type cache-pool --name pool vg  -l1
... and many many more ...
2014-10-06 15:18:06 +02:00
..
2014-09-15 21:33:53 +01:00
2014-10-06 15:18:06 +02:00
2014-08-19 14:33:06 +02:00
2014-09-28 13:49:01 +02:00
2014-09-15 21:33:53 +01:00
2014-07-17 16:17:44 +02:00
2014-08-29 13:11:34 +02:00
2014-03-12 19:12:34 +01:00