Replaced bold [doesn't work in theme] with italics [hopefully works] for emphasis

This commit is contained in:
Joshua Boniface
2016-09-29 13:31:21 -04:00
parent 49ce41250b
commit 05642c5032
3 changed files with 9 additions and 9 deletions

View File

@ -6,7 +6,7 @@ type = "post"
class="post first"
+++
It is a common technique to provide **resiliency** and **availability** to a set of data and protect against one of the most common data loss scenarios: the failure of a disk.
It is a common technique to provide *resiliency* and *availability* to a set of data and protect against one of the most common data loss scenarios: the failure of a disk.
The simplest type of RAID is a 'mirror', which does just what it sounds like: keeps two (or more) copies of data on two (or more) different disks. If one disk fails, the second copy is still available and no data loss has occurred.