]> git.proxmox.com Git - pve-docs.git/commitdiff
clarify snapshots on file base storages
authorDominik Csapak <d.csapak@proxmox.com>
Mon, 29 May 2017 13:09:01 +0000 (15:09 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 31 May 2017 06:43:46 +0000 (08:43 +0200)
since file based storages can utilize snaphots with qcow2, add a remark
also, restructure the remark on shared lvm to fit the style

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
pvesm.adoc

index 0896216357124aaca81fd67ce52f913576de597c..bc7a61ace5c3c44cbe26529c438279f747c3b055 100644 (file)
@@ -69,10 +69,10 @@ snapshots and clones.
 |===========================================================
 |Description    |PVE type    |Level |Shared|Snapshots|Stable
 |ZFS (local)    |zfspool     |file  |no    |yes      |yes
-|Directory      |dir         |file  |no    |no       |yes
-|NFS            |nfs         |file  |yes   |no       |yes
-|GlusterFS      |glusterfs   |file  |yes   |no       |yes
-|LVM            |lvm         |block |no    |no       |yes
+|Directory      |dir         |file  |no    |no^1^    |yes
+|NFS            |nfs         |file  |yes   |no^1^    |yes
+|GlusterFS      |glusterfs   |file  |yes   |no^1^    |yes
+|LVM            |lvm         |block |no^2^ |no       |yes
 |LVM-thin       |lvmthin     |block |no    |yes      |yes
 |iSCSI/kernel   |iscsi       |block |yes   |no       |yes
 |iSCSI/libiscsi |iscsidirect |block |yes   |no       |yes
@@ -81,7 +81,9 @@ snapshots and clones.
 |ZFS over iSCSI |zfs         |block |yes   |yes      |yes
 |=========================================================
 
-TIP: It is possible to use LVM on top of an iSCSI storage. That way
+^1^: On file based storages, snapshots are possible with the 'qcow2' format.
+
+^2^: It is possible to use LVM on top of an iSCSI storage. That way
 you get a `shared` LVM storage.