[pve-devel] [PATCH docs] Remove all mentions of sheepdog from the docs
Thomas Lamprecht
t.lamprecht at proxmox.com
Fri Mar 15 14:42:13 CET 2019
On 3/15/19 2:03 PM, Christian Ebner wrote:> 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.
applied, but re-added a few hunks as they are autogenerated and will dissappear
once we remove the plugin with PVE 6.0.
What I wanted to add, but forgot (-.-), was the link to the confirmation reply of
a sheepdog contributor that it's un-maintained now:
http://lists.wpkg.org/pipermail/sheepdog/2019-March/068449.html
>
> Signed-off-by: Christian Ebner <c.ebner at proxmox.com>
> ---
> api-viewer/apidata.js | 2 --
> pve-intro.adoc | 5 ++---
> pvesm.1-synopsis.adoc | 2 +-
> pvesm.adoc | 3 +--
> 4 files changed, 4 insertions(+), 8 deletions(-)
>
> diff --git a/api-viewer/apidata.js b/api-viewer/apidata.js
> index 13c1e2c..e9ec49f 100644
> --- a/api-viewer/apidata.js
> +++ b/api-viewer/apidata.js
> @@ -33940,7 +33940,6 @@ var pveapi = [
> "lvmthin",
> "nfs",
> "rbd",
> - "sheepdog",
> "zfs",
> "zfspool"
> ],
> @@ -34306,7 +34305,6 @@ var pveapi = [
> "lvmthin",
> "nfs",
> "rbd",
> - "sheepdog",
> "zfs",
> "zfspool"
> ],
> diff --git a/pve-intro.adoc b/pve-intro.adoc
> index f0b0d1e..0ced310 100644
> --- a/pve-intro.adoc
> +++ b/pve-intro.adoc
> @@ -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
> diff --git a/pvesm.1-synopsis.adoc b/pvesm.1-synopsis.adoc
> index 5a71906..5d265c7 100644
> --- a/pvesm.1-synopsis.adoc
> +++ b/pvesm.1-synopsis.adoc
> @@ -4,7 +4,7 @@
>
> Create a new storage.
>
> -`<type>`: `<cephfs | cifs | dir | drbd | fake | glusterfs | iscsi | iscsidirect | lvm | lvmthin | nfs | rbd | sheepdog | zfs | zfspool>` ::
> +`<type>`: `<cephfs | cifs | dir | drbd | fake | glusterfs | iscsi | iscsidirect | lvm | lvmthin | nfs | rbd | zfs | zfspool>` ::
>
> Storage type.
>
> diff --git a/pvesm.adoc b/pvesm.adoc
> index 00f3d7a..5300f50 100644
> --- a/pvesm.adoc
> +++ b/pvesm.adoc
> @@ -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
> |=========================================================
>
>
More information about the pve-devel
mailing list