diff options
author | David Zeuthen <davidz@redhat.com> | 2006-08-03 12:14:25 -0400 |
---|---|---|
committer | David Zeuthen <davidz@redhat.com> | 2006-08-03 12:14:25 -0400 |
commit | dd861aad6a6f67ae1195c149569fe0b01cc00e12 (patch) | |
tree | 1840320dd2f660859c0906c176bb5178451b31bc /doc | |
parent | 27f93b3320768981b01c155bd3dba18137e6c43e (diff) |
fix device mapper block device handling as last commit broke this
Introduce new property volume.linux.is_device_mapper and check for this
on remove events to avoid looping in hotplug remove.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/spec/hal-spec-properties.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/spec/hal-spec-properties.xml b/doc/spec/hal-spec-properties.xml index f13b72ca..c0791cd3 100644 --- a/doc/spec/hal-spec-properties.xml +++ b/doc/spec/hal-spec-properties.xml @@ -2326,6 +2326,16 @@ </row> <row> <entry> + <literal>volume.linux.is_device_mapper</literal> (bool) + </entry> + <entry></entry> + <entry>Yes, but only on Linux</entry> + <entry> + If the volume stems from the Linux Device Mapper this property is set to <literal>TRUE</literal>. + </entry> + </row> + <row> + <entry> <literal>volume.partition.number</literal> (int) </entry> <entry></entry> |