Skip to content

Commit

Permalink
Remove descriptions for RAID levels (#959701)
Browse files Browse the repository at this point in the history
Resolves: #959701

Now that inline help is available, the users can refer to the documentation
to try to decide what is the right RAID for them.

Signed-off-by: mulhern <amulhern@redhat.com>
  • Loading branch information
mulkieran committed Jun 22, 2015
1 parent c9429fe commit cf437fe
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
12 changes: 6 additions & 6 deletions pyanaconda/ui/gui/spokes/custom.glade
Expand Up @@ -59,27 +59,27 @@
</columns>
<data>
<row>
<col id="0" translatable="yes">RAID0 &lt;span foreground="grey"&gt;(Performance)&lt;/span&gt;</col>
<col id="0" translatable="yes">RAID0</col>
<col id="1">raid0</col>
</row>
<row>
<col id="0" translatable="yes">RAID1 &lt;span foreground="grey"&gt;(Redundancy)&lt;/span&gt;</col>
<col id="0" translatable="yes">RAID1</col>
<col id="1">raid1</col>
</row>
<row>
<col id="0" translatable="yes">RAID4 &lt;span foreground="grey"&gt;(Error Checking)&lt;/span&gt;</col>
<col id="0" translatable="yes">RAID4</col>
<col id="1">raid4</col>
</row>
<row>
<col id="0" translatable="yes">RAID5 &lt;span foreground="grey"&gt;(Distributed Error Checking)&lt;/span&gt;</col>
<col id="0" translatable="yes">RAID5</col>
<col id="1">raid5</col>
</row>
<row>
<col id="0" translatable="yes">RAID6 &lt;span foreground="grey"&gt;(Redundant Error Checking)&lt;/span&gt;</col>
<col id="0" translatable="yes">RAID6</col>
<col id="1">raid6</col>
</row>
<row>
<col id="0" translatable="yes">RAID10 &lt;span foreground="grey"&gt;(Performance, Redundancy)&lt;/span&gt;</col>
<col id="0" translatable="yes">RAID10</col>
<col id="1">raid10</col>
</row>
</data>
Expand Down
14 changes: 7 additions & 7 deletions pyanaconda/ui/gui/spokes/lib/custom_storage_helpers.glade
Expand Up @@ -532,31 +532,31 @@ use. Try something else?</property>
<col id="1">none</col>
</row>
<row>
<col id="0" translatable="yes">Single &lt;span foreground="grey"&gt;(No Redundancy, No Striping)&lt;/span&gt;</col>
<col id="0" translatable="yes">Single</col>
<col id="1">single</col>
</row>
<row>
<col id="0" translatable="yes">RAID0 &lt;span foreground="grey"&gt;(Performance)&lt;/span&gt;</col>
<col id="0" translatable="yes">RAID0</col>
<col id="1">raid0</col>
</row>
<row>
<col id="0" translatable="yes">RAID1 &lt;span foreground="grey"&gt;(Redundancy)&lt;/span&gt;</col>
<col id="0" translatable="yes">RAID1</col>
<col id="1">raid1</col>
</row>
<row>
<col id="0" translatable="yes">RAID4 &lt;span foreground="grey"&gt;(Error Checking)&lt;/span&gt;</col>
<col id="0" translatable="yes">RAID4</col>
<col id="1">raid4</col>
</row>
<row>
<col id="0" translatable="yes">RAID5 &lt;span foreground="grey"&gt;(Distributed Error Checking)&lt;/span&gt;</col>
<col id="0" translatable="yes">RAID5</col>
<col id="1">raid5</col>
</row>
<row>
<col id="0" translatable="yes">RAID6 &lt;span foreground="grey"&gt;(Redundant Error Checking)&lt;/span&gt;</col>
<col id="0" translatable="yes">RAID6</col>
<col id="1">raid6</col>
</row>
<row>
<col id="0" translatable="yes">RAID10 &lt;span foreground="grey"&gt;(Performance, Redundancy)&lt;/span&gt;</col>
<col id="0" translatable="yes">RAID10</col>
<col id="1">raid10</col>
</row>
</data>
Expand Down

0 comments on commit cf437fe

Please sign in to comment.