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 <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2018-12-11 13:05:02 +01:00 committed by Wolfgang Bumiller
parent 716a14a31d
commit e21e6f8a67

View 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"]