1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

Prevent resume from creating error devices that already exist from suspend.

Thanks to agk for providing the patch that prevents resume from attempting
(and then failing) to create error devices which already exist; having been
created by a corresponding suspend operation.
This commit is contained in:
Jonathan Earl Brassow 2012-04-24 20:00:03 +00:00
parent d6f894edf8
commit 2bfb3e519a

View File

@ -1,5 +1,6 @@
Version 2.02.96 -
================================
Prevent resume from creating error devices that already exist from suspend.
Improve clmvd singlenode locking for better testing.
Update and correct lvs man page with supported column names.
Handle replacement of an active device that goes missing with an error device.