X-Git-Url: https://git.proxmox.com/?p=pve-docs.git;a=blobdiff_plain;f=pve-intro.adoc;h=e4a8d994e85d71c1ad0a3180dbd45cfb43366551;hp=703f43cc2224dc165793a1a253ced0ab4aedd6c8;hb=8d7b6807f1f265b9e7b80f03e95eedcade524b33;hpb=783763951da6e8b8df7610352cf2a5e2c6ab76e4 diff --git a/pve-intro.adoc b/pve-intro.adoc index 703f43c..e4a8d99 100644 --- a/pve-intro.adoc +++ b/pve-intro.adoc @@ -106,6 +106,7 @@ We currently support the following Network storage types: * LVM Group (network backing with iSCSI targets) * iSCSI target * NFS Share +* CIFS Share * Ceph RBD * Directly use iSCSI LUNs * GlusterFS @@ -125,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, 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 @@ -241,35 +241,6 @@ https://linuxcontainers.org/[LXC]. Containers are now deeply integrated, and they can use the same storage and network features as virtual machines. -Improving the {pve} documentation ---------------------------------- +include::howto-improve-pve-docs.adoc[] +include::translation.adoc[] -Depending on which issue you want to improve, you can use a variety of -communication mediums to reach the developers. - -If you notice an error in the current documentation, use the· -http://bugzilla.proxmox.com[Proxmox bug tracker] and propose an· -alternate text/wording. - -If you want to propose new content, it depends on what you want to -document: - -* if the content is specific to your setup, a wiki article is the best -option. For instance if you want to document specific options for guest -systems, like which combination of Qemu drivers work best with a less popular -OS, this is a perfect fit for a wiki article. - -* if you think the content is generic enough to be of interest for all users, -then you should try to get it into the reference documentation. The reference -documentation is written in the easy to use 'asciidoc' document format. -Editing the official documentation requires to clone the git repository at -`git://git.proxmox.com/git/pve-docs.git` and then follow the -https://git.proxmox.com/?p=pve-docs.git;a=blob_plain;f=README.adoc;hb=HEAD[REAME.adoc] document. - -Improving the documentation is just as easy as editing a Wikipedia -article and is an interesting foray in the development of a large -opensource project. - -NOTE: If you are interested in working on the {pve} codebase, the -https://pve.proxmox.com/wiki/Developer_Documentation[Developer -Documentation] wiki article will show you where to start.