work on raid:

add 'from_os' attribute to raid and partition
add raw init, raw_to_active
This commit is contained in:
Li Zhi
2010-08-19 09:40:15 +07:59
parent 4ca904f997
commit ca9e003476
5 changed files with 87 additions and 30 deletions

View File

@@ -32,6 +32,9 @@
<attribute name='start'/>
<attribute name='size'/>
<attribute name='id'/>
<attribute name='from_os'>
<ref name='mybool'/>
</attribute>
</element>
</oneOrMore>
</element>
@@ -50,6 +53,9 @@
</choice>
</attribute>
<attribute name="size"/>
<attribute name="from_os">
<ref name='mybool'/>
</attribute>
<element name='active'>
<ref name='raid_components'/>
</element>