]> git.proxmox.com Git - pve-docs.git/commitdiff
pvesm: improve file level based storage paragraph
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 11 Dec 2018 12:05:02 +0000 (13:05 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Thu, 3 Jan 2019 09:28:38 +0000 (10:28 +0100)
improve the file level based storage paragraph bit and move it above
the block based one, as the table is sorted by storage type, and file
comes first.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
pvesm.adoc

index 677638536b6b9e42f43d71bca4fefe22a324386a..cbe496e215d6f186a440fd69d764e8c9f3f8f035 100644 (file)
@@ -48,6 +48,13 @@ Storage Types
 
 There are basically two different classes of storage types:
 
+File level storage::
+
+File level based storage technologies allow access to a full featured (POSIX)
+file system.  They are in general more flexible than any Block level storage
+(see below), and allow you to store content of any type. ZFS is probably the
+most advanced system, and it has full support for snapshots and clones.
+
 Block level storage::
 
 Allows to store large 'raw' images. It is usually not possible to store
@@ -56,13 +63,6 @@ block level storage implementations support snapshots and clones.
 RADOS, Sheepdog and GlusterFS are distributed systems, replicating storage
 data to different nodes.
 
-File level storage::
-
-They allow access to a full featured (POSIX) file system. They are
-more flexible, and allows you to store any content type. ZFS is
-probably the most advanced system, and it has full support for
-snapshots and clones.
-
 
 .Available storage types
 [width="100%",cols="<d,1*m,4*d",options="header"]