1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-03 05:18:29 +03:00
This commit is contained in:
Alasdair Kergon 2005-12-19 22:36:04 +00:00
parent ce7ed2c0a9
commit 7f0ada9b09

View File

@ -333,6 +333,7 @@ static int _target_present(void)
* block_on_error available with mirror target >= 1.1 * block_on_error available with mirror target >= 1.1
* or with 1.0 in RHEL4U3 driver >= 4.5 * or with 1.0 in RHEL4U3 driver >= 4.5
*/ */
/* FIXME Move this into libdevmapper */
if (target_version("mirror", &maj, &min, &patchlevel) && if (target_version("mirror", &maj, &min, &patchlevel) &&
maj == 1 && maj == 1 &&