diff options
author | abactel <abactel@protonmail.com> | 2017-05-19 21:54:14 +0100 |
---|---|---|
committer | ven <vendethiel@hotmail.fr> | 2017-05-19 22:54:14 +0200 |
commit | 81a388747a5e23b29e96b6624f5b919eb2ab46fa (patch) | |
tree | 0922ea10ee81b712c07c742f14aa86579bb333cd /zfs.html.markdown | |
parent | 18aea748812d857e0b840fdb885e876f5d06dc30 (diff) |
[zfs/en] Fix bullet points (#2732)
This commit will fix the incorrect bullet point markdown to allow proper html
generation.
Diffstat (limited to 'zfs.html.markdown')
-rw-r--r-- | zfs.html.markdown | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/zfs.html.markdown b/zfs.html.markdown index 3fe05896..3d033da9 100644 --- a/zfs.html.markdown +++ b/zfs.html.markdown @@ -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. Types of VDEV's + * stripe (a single disk, no redundancy) * mirror (n-way mirrors supported) * raidz @@ -60,6 +61,7 @@ single host can have 2^64 storage pools. The limits are huge. ### Storage Pools Actions: + * List * Status * Destroy |