From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by lists.proxmox.com (Postfix) with ESMTPS id 9D1C19205E for ; Tue, 28 Mar 2023 14:04:31 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 7D8F31B51C for ; Tue, 28 Mar 2023 14:04:01 +0200 (CEST) Received: from proxmox-new.maurer-it.com (proxmox-new.maurer-it.com [94.136.29.106]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by firstgate.proxmox.com (Proxmox) with ESMTPS for ; Tue, 28 Mar 2023 14:04:00 +0200 (CEST) Received: from proxmox-new.maurer-it.com (localhost.localdomain [127.0.0.1]) by proxmox-new.maurer-it.com (Proxmox) with ESMTP id B438847082 for ; Tue, 28 Mar 2023 14:03:59 +0200 (CEST) From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= To: pve-devel@lists.proxmox.com Date: Tue, 28 Mar 2023 14:03:57 +0200 Message-Id: <20230328120357.1358052-1-f.gruenbichler@proxmox.com> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-SPAM-LEVEL: Spam detection results: 0 AWL -0.328 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% DMARC_MISSING 0.1 Missing DMARC policy KAM_ASCII_DIVIDERS 0.8 Email that uses ascii formatting dividers and possible spam tricks KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record Subject: [pve-devel] [PATCH docs] tree-wide: properly use {pve} instead of PVE X-BeenThere: pve-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox VE development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Mar 2023 12:04:31 -0000 where applicable, or expand/replace where it's not a good fit or automatic expansion doesn't work. there are a few more in generated files, those need to be cleaned up separately. Signed-off-by: Fabian Grünbichler --- Notes: specifically, HA resources has \{pve\}, where the perl schema doesn't have the back slashes, so somewhere in the formatting code escaping happens when it shouldn't, but removing the escaping might break something else.. pve-access-control has a few bare PVE instances in the LDAP schema, and one in a deprecation note "PVE-8.0" in PVE::API2::AccessControl. getting-help.adoc | 4 ++-- pmxcfs.adoc | 4 ++-- pve-firewall.adoc | 2 +- pve-package-repos.adoc | 2 +- pvesm.adoc | 2 +- pvesr.adoc | 6 +++--- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/getting-help.adoc b/getting-help.adoc index 7a776b9..4b20956 100644 --- a/getting-help.adoc +++ b/getting-help.adoc @@ -27,13 +27,13 @@ Mailing Lists This is a fast way to communicate with the {pve} community via email. * Mailing list for users: - http://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-user[PVE User List] + http://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-user[{PVE} User List] {pve} is fully open source and contributions are welcome! The primary communication channel for developers is the: * Mailing list for developers: - http://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel[PVE development + http://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel[{PVE} development discussion] diff --git a/pmxcfs.adoc b/pmxcfs.adoc index ea15559..50654c5 100644 --- a/pmxcfs.adoc +++ b/pmxcfs.adoc @@ -26,7 +26,7 @@ endif::manvolnum[] The Proxmox Cluster file system (``pmxcfs'') is a database-driven file system for storing configuration files, replicated in real time to all -cluster nodes using `corosync`. We use this to store all PVE related +cluster nodes using `corosync`. We use this to store all {PVE} related configuration files. Although the file system stores all data inside a persistent database @@ -106,7 +106,7 @@ Files |`ha/resources.cfg` | Resources managed by high availability, and their current state |`nodes//config` | Node-specific configuration |`nodes//lxc/.conf` | VM configuration data for LXC containers -|`nodes//openvz/` | Prior to PVE 4.0, used for container configuration data (deprecated, removed soon) +|`nodes//openvz/` | Prior to {pve} 4.0, used for container configuration data (deprecated, removed soon) |`nodes//pve-ssl.key` | Private SSL key for `pve-ssl.pem` |`nodes//pve-ssl.pem` | Public SSL certificate for web server (signed by cluster CA) |`nodes//pveproxy-ssl.key` | Private SSL key for `pveproxy-ssl.pem` (optional) diff --git a/pve-firewall.adoc b/pve-firewall.adoc index 55c8804..ea5d27d 100644 --- a/pve-firewall.adoc +++ b/pve-firewall.adoc @@ -324,7 +324,7 @@ Standard IP set `management` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ This IP set applies only to host firewalls (not VM firewalls). Those -IPs are allowed to do normal management tasks (PVE GUI, VNC, SPICE, +IPs are allowed to do normal management tasks ({PVE} GUI, VNC, SPICE, SSH). The local cluster network is automatically added to this IP set (alias diff --git a/pve-package-repos.adoc b/pve-package-repos.adoc index 52169a0..11f6690 100644 --- a/pve-package-repos.adoc +++ b/pve-package-repos.adoc @@ -93,7 +93,7 @@ We recommend to configure this repository in `/etc/apt/sources.list`. deb http://ftp.debian.org/debian bullseye main contrib deb http://ftp.debian.org/debian bullseye-updates main contrib -# PVE pve-no-subscription repository provided by proxmox.com, +# Proxmox VE pve-no-subscription repository provided by proxmox.com, # NOT recommended for production use deb http://download.proxmox.com/debian/pve bullseye pve-no-subscription diff --git a/pvesm.adoc b/pvesm.adoc index 6ade1a4..b131015 100644 --- a/pvesm.adoc +++ b/pvesm.adoc @@ -67,7 +67,7 @@ data to different nodes. .Available storage types [width="100%",cols="<2d,1*m,4*d",options="header"] |=========================================================== -|Description |PVE type |Level |Shared|Snapshots|Stable +|Description |Plugin type |Level |Shared|Snapshots|Stable |ZFS (local) |zfspool |file |no |yes |yes |Directory |dir |file |no |no^1^ |yes |BTRFS |btrfs |file |no |yes |technology preview diff --git a/pvesr.adoc b/pvesr.adoc index 1981b9c..d93e36f 100644 --- a/pvesr.adoc +++ b/pvesr.adoc @@ -71,10 +71,10 @@ Supported Storage Types .Storage Types [width="100%",options="header"] -|============================================ -|Description |PVE type |Snapshots|Stable +|============================================= +|Description |Plugin type |Snapshots|Stable |ZFS (local) |zfspool |yes |yes -|============================================ +|============================================= [[pvesr_schedule_time_format]] Schedule Format -- 2.30.2