From e21e6f8a67f044eb8a112cc35df9d6579873acc2 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Tue, 11 Dec 2018 13:05:02 +0100 Subject: [PATCH] pvesm: improve file level based storage paragraph 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 --- pvesm.adoc | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pvesm.adoc b/pvesm.adoc index 6776385..cbe496e 100644 --- a/pvesm.adoc +++ b/pvesm.adoc @@ -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="