vab: correct default properties when vab is enabled
- do not show vab options in advanced - do not perform merges when vab is disabled Change-Id: I20997eca515600cb07fe896305b861ee9418c326
This commit is contained in:
@@ -3803,6 +3803,7 @@
|
||||
</actions>
|
||||
</listitem>
|
||||
<listitem name="{@unmap_super_devices=Unmap Super Devices}">
|
||||
<condition var1="tw_virtual_ab.enabled" op="=" var2="1"/>
|
||||
<actions>
|
||||
<action function="set">tw_back=advanced</action>
|
||||
<action function="set">tw_action=unmapsuperdevices</action>
|
||||
@@ -3814,6 +3815,7 @@
|
||||
</actions>
|
||||
</listitem>
|
||||
<listitem name="{@merges_snapshots=Merge Snapshots}">
|
||||
<condition var1="tw_virtual_ab.enabled" op="=" var2="1"/>
|
||||
<actions>
|
||||
<action function="set">tw_back=advanced</action>
|
||||
<action function="set">tw_action=mergesnapshots</action>
|
||||
|
||||
@@ -3925,6 +3925,7 @@
|
||||
</actions>
|
||||
</listitem>
|
||||
<listitem name="{@unmap_super_devices=Unmap Super Devices}">
|
||||
<condition var1="tw_virtual_ab.enabled" op="=" var2="1"/>
|
||||
<actions>
|
||||
<action function="set">tw_back=advanced</action>
|
||||
<action function="set">tw_action=unmapsuperdevices</action>
|
||||
@@ -3936,6 +3937,7 @@
|
||||
</actions>
|
||||
</listitem>
|
||||
<listitem name="{@merges_snapshots=Merge Snapshots}">
|
||||
<condition var1="tw_virtual_ab.enabled" op="=" var2="1"/>
|
||||
<actions>
|
||||
<action function="set">tw_back=advanced</action>
|
||||
<action function="set">tw_action=mergesnapshots</action>
|
||||
|
||||
@@ -4404,6 +4404,7 @@
|
||||
</actions>
|
||||
</listitem>
|
||||
<listitem name="{@unmap_super_devices=Unmap Super Devices}">
|
||||
<condition var1="tw_virtual_ab.enabled" op="=" var2="1"/>
|
||||
<actions>
|
||||
<action function="set">tw_back=advanced</action>
|
||||
<action function="set">tw_action=unmapsuperdevices</action>
|
||||
@@ -4415,6 +4416,7 @@
|
||||
</actions>
|
||||
</listitem>
|
||||
<listitem name="{@merges_snapshots=Merge Snapshots}">
|
||||
<condition var1="tw_virtual_ab.enabled" op="=" var2="1"/>
|
||||
<actions>
|
||||
<action function="set">tw_back=advanced</action>
|
||||
<action function="set">tw_action=mergesnapshots</action>
|
||||
|
||||
Reference in New Issue
Block a user