1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-03 05:18:29 +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 c4da860fd5
commit 9ac67656ae

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.