From c83bdd5c4616f0a6cbcbbd22062184bb95107d43 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Tue, 9 Mar 2010 14:12:20 +0100 Subject: [PATCH] Drop obsolete rule for suspended LVM devices udisks-dm-export does not set UDISKS_DM_{STATE,NAME} any more, and recent LVM versions check and flag private devices themselves, so just drop our own rules for that. Signed-off-by: Martin Pitt --- data/80-udisks.rules | 3 --- 1 file changed, 3 deletions(-) diff --git a/data/80-udisks.rules b/data/80-udisks.rules index e79c092..212d34e 100644 --- a/data/80-udisks.rules +++ b/data/80-udisks.rules @@ -94,9 +94,6 @@ LABEL="probe_parttable_end" KERNEL!="dm-*", GOTO="device_mapper_end" ACTION!="change", GOTO="device_mapper_end" -ENV{UDISKS_DM_NAME}!="?*", GOTO="device_mapper_end" - -ENV{UDISKS_DM_STATE}=="SUSPENDED", GOTO="device_mapper_end" ENV{UDISKS_DM_TARGET_TYPES}=="|*error*", GOTO="device_mapper_end" # avoid probing if it has already been done earlier -- 2.7.4