1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00
lvm2/test
Jonathan Earl Brassow 1e4e9548b1 Disallow snapshots of mirror segment types.
Snapshots of RAID logical volumes are allowed (including "raid1").  However,
snapshots of "mirror" logical volumes has been disallowed due to unsolvable
issues inherent to the design.  The fact that mirroring (dm-raid1.c) must
stop all I/O as the result of a failure and wait for userspace intervention
can lead to a circular dependency if userspace is simultaneously waiting for
snapshots (on mirrors) to make an I/O update before proceeding.

Various snapshot on mirror tests have been removed as a result.
2012-05-01 19:21:24 +00:00
..
api Update tests 2012-03-16 13:00:05 +00:00
lib Improve test suite 2012-03-28 11:10:08 +00:00
shell Disallow snapshots of mirror segment types. 2012-05-01 19:21:24 +00:00
unit Unit testing for some string libdm functions 2012-02-23 22:47:17 +00:00
.gitignore Add testing framework, along with first few tests. 2007-09-18 14:00:42 +00:00
Makefile.in Improve test suite 2012-03-28 11:10:08 +00:00