[zfs/en] Fix bullet points (#2732)

This commit will fix the incorrect bullet point markdown to allow proper html
generation.
This commit is contained in:
abactel 2017-05-19 21:54:14 +01:00 committed by ven
parent 18aea74881
commit 81a388747a

View File

@ -24,6 +24,7 @@ VDEV's offer better reliability and safety than a RAID card. It is discouraged
RAID setup with ZFS, as ZFS expects to directly manage the underlying disks. RAID setup with ZFS, as ZFS expects to directly manage the underlying disks.
Types of VDEV's Types of VDEV's
* stripe (a single disk, no redundancy) * stripe (a single disk, no redundancy)
* mirror (n-way mirrors supported) * mirror (n-way mirrors supported)
* raidz * raidz
@ -60,6 +61,7 @@ single host can have 2^64 storage pools. The limits are huge.
### Storage Pools ### Storage Pools
Actions: Actions:
* List * List
* Status * Status
* Destroy * Destroy