5
0
mirror of git://git.proxmox.com/git/pve-docs.git synced 2025-02-09 09:57:30 +03:00

Remove all mentions of sheepdog from the docs

As sheepdog is no longer actively maintained according to one of the
developers, it is planed to remove it for the upcomming version 6 of
Proxmox VE.

This removes mentions of sheepdog from the docs - at least from the
parts which are not auto-generated and thus must wait for PVE 6.0
when also the plugin will be removed.

Signed-off-by: Christian Ebner <c.ebner@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Christian Ebner 2019-03-15 14:03:16 +01:00 committed by Thomas Lamprecht
parent 91f3edd0e1
commit e4fefc2c11
2 changed files with 3 additions and 5 deletions

View File

@ -126,9 +126,8 @@ running Containers and KVM guests. It basically creates an archive of
the VM or CT data which includes the VM/CT configuration files.
KVM live backup works for all storage types including VM images on
NFS, CIFS, iSCSI LUN, Ceph RBD or Sheepdog. The new backup format is
optimized for storing VM backups fast and effective (sparse files, out
of order data, minimized I/O).
NFS, CIFS, iSCSI LUN, Ceph RBD. The new backup format is optimized for storing
VM backups fast and effective (sparse files, out of order data, minimized I/O).
High Availability Cluster

View File

@ -60,7 +60,7 @@ Block level storage::
Allows to store large 'raw' images. It is usually not possible to store
other files (ISO, backups, ..) on such storage types. Most modern
block level storage implementations support snapshots and clones.
RADOS, Sheepdog and GlusterFS are distributed systems, replicating storage
RADOS and GlusterFS are distributed systems, replicating storage
data to different nodes.
@ -79,7 +79,6 @@ data to different nodes.
|iSCSI/kernel |iscsi |block |yes |no |yes
|iSCSI/libiscsi |iscsidirect |block |yes |no |yes
|Ceph/RBD |rbd |block |yes |yes |yes
|Sheepdog |sheepdog |block |yes |yes |beta
|ZFS over iSCSI |zfs |block |yes |yes |yes
|=========================================================