diff options
author | David Zeuthen <zeuthen@gmail.com> | 2012-12-18 15:07:48 -0500 |
---|---|---|
committer | David Zeuthen <zeuthen@gmail.com> | 2012-12-18 15:07:48 -0500 |
commit | 86c2a147c590a08b85373afa0b794e09f22cf684 (patch) | |
tree | f6e3c0967219a4b217ea3f98bd8a05ae92e161ed /data | |
parent | 8eae2604e16a975946ab5617d3067443ede93be5 (diff) |
Remove MDRaid:CanStart{,Degraded} properties
This is actually very very hard to reliably figure out (it requires
intimate knowledge of the RAID superblocks on all currently-present
member devices), so don't pretend we know.
Signed-off-by: David Zeuthen <zeuthen@gmail.com>
Diffstat (limited to 'data')
-rw-r--r-- | data/org.freedesktop.UDisks2.xml | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/data/org.freedesktop.UDisks2.xml b/data/org.freedesktop.UDisks2.xml index 9a2c4d6..f380d6f 100644 --- a/data/org.freedesktop.UDisks2.xml +++ b/data/org.freedesktop.UDisks2.xml @@ -1851,24 +1851,6 @@ --> <property name="ChunkSize" type="t" access="read"/> - <!-- CanStart: - Set to %TRUE if the array can be started in non-degraded mode. - - This property is calculated by looking at the various block - devices that appear to be a member of the array (cf. the - #org.freedesktop.UDisks2.Block:MDRaidMember property). - --> - <property name="CanStart" type="b" access="read"/> - - <!-- CanStartDegraded: - Set to %TRUE if the array can be started in non-degraded mode. - - This property is calculated by looking at the various block - devices that appear to be a member of the array (cf. the - #org.freedesktop.UDisks2.Block:MDRaidMember property). - --> - <property name="CanStartDegraded" type="b" access="read"/> - <!-- ActiveDevices: This property is an array with block devices that are currently associated with the with the array. It is empty if |