[pve-devel] [PATCH pve-manager] vzdump: add error if passed in hook script doesn't exist

2022-04-28 Thread Dylan Whyte
efix the 'script not executable' error. Signed-off-by: Dylan Whyte --- PVE/VZDump.pm | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/PVE/VZDump.pm b/PVE/VZDump.pm index 80cbddb5..16e3e888 100644 --- a/PVE/VZDump.pm +++ b/PVE/VZDump.pm @@ -669,8 +669,12 @@ sub run

[pve-devel] [PATCH qemu-server] QemuServer: Fix 'keyboard' parameter description

2022-04-25 Thread Dylan Whyte
The option has not defaulted to using the cluster-wide datacenter.cfg since 2018. Signed-off-by: Dylan Whyte --- PVE/QemuServer.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PVE/QemuServer.pm b/PVE/QemuServer.pm index 1d176165..a1c2cbb5 100644 --- a/PVE

Re: [pve-devel] [PATCH pve-docs] fix #3884: Add section for kernel samepage merging

2022-04-21 Thread Dylan Whyte
Hi, I just wanted to bump this documentation patch, as I think it may have been missed. Dylan On 2/25/22 17:29, Dylan Whyte wrote: Adds a section to the "Host System Administration" section of the Administration Guide, discussing KSM and its security risks Signed-off-by: D

[pve-devel] [PATCH pve-docs] pvesdn: langauge and formatting fixup

2022-04-08 Thread Dylan Whyte
Mostly improves langauge with some minor formatting fixes. Signed-off-by: Dylan Whyte --- pvesdn.adoc | 464 +++- 1 file changed, 238 insertions(+), 226 deletions(-) diff --git a/pvesdn.adoc b/pvesdn.adoc index 1f32a8e..be62769 100644 --- a

[pve-devel] [PATCH pve-docs] pve-network: Fix routed configuration example

2022-03-07 Thread Dylan Whyte
In my previous fixup, I forgot to update the interface name in the line to enable proxy ARP. Signed-off-by: Dylan Whyte --- pve-network.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pve-network.adoc b/pve-network.adoc index f92ba4d..c5e9a17 100644 --- a/pve

[pve-devel] [PATCH pve-docs] fix #3884: Add section for kernel samepage merging

2022-02-25 Thread Dylan Whyte
Adds a section to the "Host System Administration" section of the Administration Guide, discussing KSM and its security risks Signed-off-by: Dylan Whyte --- kernel-samepage-merging.adoc | 54 sysadmin.adoc| 2 ++ 2 files c

Re: [pve-devel] [PATCH pve-manager] NetworkEdit: allow setting 'mtu' option for guest network devices

2022-02-07 Thread Dylan Whyte
ue: '', allowBlank: true, }, + { + xtype: 'proxmoxintegerfield', + name: 'mtu', + fieldLabel: 'MTU', + value: '', + allowBlank: true, + }

Re: [pve-devel] [PATCH] config: allow 'lazytime' mount option for containers

2021-12-01 Thread Dylan Whyte
no changes can be made as a result. Tested-by: Dylan Whyte On 11/29/21 1:38 PM, Oguz Bektas wrote: requested in community forum [0] root@CT1022:/# mount | grep lazy /var/lib/pve/local-btrfs/images/1022/vm-1022-disk-0/disk.raw on / type ext4 (rw,relatime,lazytime) /var/lib/pve/local-btrfs

Re: [pve-devel] [PATCH pve-common] Fix 3560: gui/notes: escape % symbol when encoding

2021-11-12 Thread Dylan Whyte
bump. Noticed while doing some testing that this was never reviewed/applied. On 8/6/21 3:22 PM, Dylan Whyte wrote: This prevents cases in which a string containing a percent character is inadvertently utf-8 decoded before being displayed in notes. Signed-off-by: Dylan Whyte --- src/PVE

Re: [pve-devel] [PATCH cluster/manager v2] add scheduling daemon for pvesr + vzdump (and more)

2021-11-09 Thread Dylan Whyte
l-tip box and to prevent the user trying to validate bad IDs by disabling the "Create" button while invalid, as is done with the 'add storage' window. The "invalid ID" message is a bit vague in any case, so I would at least mention what is allowed there. Other than

[pve-devel] [PATCH proxmox-i18n] DE: Replace 'Subscription' with 'Subskription'

2021-11-08 Thread Dylan Whyte
This is consistent with the website's usage Signed-off-by: Dylan Whyte --- de.po | 32 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/de.po b/de.po index b4147bb..2228830 100644 --- a/de.po +++ b/de.po @@ -474,7 +474,7 @@ msgstr "Ar

[pve-devel] [PATCH pve-docs 1/3] pveum: language fixup

2021-10-01 Thread Dylan Whyte
language cleanup with some minor formatting fixes Signed-off-by: Dylan Whyte --- pveum.adoc | 408 ++--- 1 file changed, 203 insertions(+), 205 deletions(-) diff --git a/pveum.adoc b/pveum.adoc index fe1eb3d..a0fabfb 100644 --- a/pveum.adoc +++ b

[pve-devel] [PATCH pve-docs 3/3] pveum: better LDAP/AD explanation + restructuring

2021-10-01 Thread Dylan Whyte
Begin "Authentication Realms" section with brief introduction to each realm (this was there already, but inconsistent in the level of detail given for each part). Give each realm type its own subsection Adds some more information on LDAP and Active Directory configuration. Restructure the docume

[pve-devel] [PATCH pve-docs 2/3] pveum: add intro to 'limited API Token' section

2021-10-01 Thread Dylan Whyte
Add a short introduction to the section "Limited API Token for Monitoring", to provide some context Signed-off-by: Dylan Whyte --- pveum.adoc | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/pveum.adoc b/pveum.adoc index a0fabfb..97e0005 100644 --- a/pveum.

[pve-devel] [PATCH pve-docs 6/6] fix 3375: warn user to remove replication jobs

2021-09-15 Thread Dylan Whyte
this adds a warning in the documentation to remove any replication jobs before deleting a cluster node Signed-off-by: Dylan Whyte --- pvecm.adoc | 14 +++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/pvecm.adoc b/pvecm.adoc index e7140a6..0b1857e 100644 --- a

[pve-devel] [PATCH pve-docs 5/6] pvecm: add note about corosync killnode error

2021-09-15 Thread Dylan Whyte
Mentions the misleading error message shown, when deleting a node, because of the failing command: corosync-cfgtool -k x Some forum users were confused by this, and believed that the removal of the node was unsuccessful. Signed-off-by: Dylan Whyte --- pvecm.adoc | 5 + 1 file changed

[pve-devel] [PATCH pve-docs 1/6] pvecm: language and format fixup

2021-09-15 Thread Dylan Whyte
- Fix wording, spelling, grammar - Fix capitalisation in some titles - Replace usage of e.g. and i.e. Signed-off-by: Dylan Whyte --- pvecm.adoc | 436 ++--- 1 file changed, 217 insertions(+), 219 deletions(-) diff --git a/pvecm.adoc b/pvecm.adoc

[pve-devel] [PATCH pve-docs 2/6] pvecm: replace {PVE} with {pve}

2021-09-15 Thread Dylan Whyte
although they both act the same, {pve} is more common throughout the docs, so this helps to keep things more consistent Signed-off-by: Dylan Whyte --- pvecm.adoc | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pvecm.adoc b/pvecm.adoc index 547a013..2d1c744 100644

[pve-devel] [PATCH pve-docs 3/6] pvecm: fix command output formatting

2021-09-15 Thread Dylan Whyte
- Remove host name from commands, where it provided no value - Display new command output for pvecm status - Shorten command output where unneccessary - Change migration network example to use CIDR address rather than address + netmask Signed-off-by: Dylan Whyte --- pvecm.adoc | 37

[pve-devel] [PATCH pve-docs 4/6] pvecm: update instructions to add redundant links

2021-09-15 Thread Dylan Whyte
mentions the ability to add up to 8 redundant corosync links and how it's done in the current GUI Signed-off-by: Dylan Whyte --- pvecm.adoc | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/pvecm.adoc b/pvecm.adoc index 2908267..af9cf33 100644 --- a/pvecm.adoc

[pve-devel] [PATCH v2 pve-docs 2/2] pmxcfs: add more config files and discuss symlinks

2021-09-14 Thread Dylan Whyte
- adds an entry for some config files found in /etc/pve, which were missing. - alphabetize the lists, for better readability and add some minor fixes - also adds an introduction section to the symbolic links section, to clarify that they're specific to each host Signed-off-by: Dylan

[pve-devel] [PATCH v2 pve-docs 1/2] pmxcfs: language and style fixup

2021-09-14 Thread Dylan Whyte
minor language fixup replace usage of 'Proxmox VE' with '{pve}' Signed-off-by: Dylan Whyte --- Thanks for the feedback @lorenz! changes v2: - Refer to offline nodes as 'offline', rather than 'dead' pmxcfs.adoc | 68 ++---

[pve-devel] [PATCH pve-docs 2/2] pmxcfs: add more config files and discuss symlinks

2021-09-13 Thread Dylan Whyte
adds an entry for some config files found in /etc/pve, which were missing. alphabetize the list, for better readability and add some minor fixes also adds an introduction section to the symbolic links section, to clarify that they're specific to each host Signed-off-by: Dylan

[pve-devel] [PATCH pve-docs 1/2] pmxcfs: language and style fixup

2021-09-13 Thread Dylan Whyte
minor language fixup replace usage of 'Proxmox VE' with '{pve}' Signed-off-by: Dylan Whyte --- pmxcfs.adoc | 62 ++--- 1 file changed, 30 insertions(+), 32 deletions(-) diff --git a/pmxcfs.adoc b/pmxcfs.adoc index d4579a7..

[pve-devel] [PATCH v2 pve-manager] pvenode task log: don't hardcode 'limit' in CLI

2021-09-01 Thread Dylan Whyte
Removes the hardcoded '--limit' option when setting up the 'pvenode task log' command. This allows a user to control this option themselves. Signed-off-by: Dylan Whyte --- changes from v1: * leave the API default in place, and set value based on rpcenv. * add the option

[pve-devel] [PATCH v3 pve-docs 3/4] pvenode: add task & migrate/stop/startall sections

2021-09-01 Thread Dylan Whyte
Adds PVE Node Management sections related to viewing task history, and bulk operations for starting, stopping, and migrating all guests. Signed-off-by: Dylan Whyte --- changes from v1: * New patch, adding sections for items requested by @Thomas changes from v2: * Use title-capitalisation for

[pve-devel] [PATCH v3 pve-docs 2/4] fix #844: document first VM/CT start-up delay

2021-09-01 Thread Dylan Whyte
adds subsection to the "PVE Node Management" section, discussing the initial VM/CT startup delay feature. also makes reference to this in the Qemu & LXC sections of the documentation. Signed-off-by: Dylan Whyte --- changes from v1: * Add section to PVE node management sec

[pve-devel] [PATCH v3 pve-docs 1/4] remove pvenode.adoc from chapter 18

2021-09-01 Thread Dylan Whyte
removes pvenode.adoc inclusion from chapter 18, "Shell interface for the Proxmox VE API", as the section is already included as part of section 3.10 "Proxmox Node Management" Signed-off-by: Dylan Whyte --- changes from v1: * new patch. noticed after linking to pvenode.a

[pve-devel] [PATCH v3 pve-docs 4/4] pvenode/wake-on-lan: language fix-up

2021-09-01 Thread Dylan Whyte
minor corrections to the introduction and wake-on-lan section of "Proxmox VE Node Management" also expand introduction, based on new content Signed-off-by: Dylan Whyte --- changes from v1: * New patch. May as well do some fix-up while I'm here! changes from v2: * unchanged pv

[pve-devel] [PATCH pve-manager 2/2] pvenode task log: don't hardcode 'limit' in CLI

2021-08-31 Thread Dylan Whyte
Removes the hardcoded '--limit' option when setting up the 'pvenode task log' command. This allows a user to control this option themselves. Also changes the default limit from 50 to 500, as this is what we use in the GUI, and should be plenty for the majority of tasks.

[pve-devel] [PATCH pve-manager 1/2] Add/fix option descriptions in pvenode api docs

2021-08-31 Thread Dylan Whyte
Adds some missing descriptions to the api/man page documentation, for certain options of the `pvenode` command. Some minor language fix-ups are also included Signed-off-by: Dylan Whyte --- PVE/API2/Tasks.pm | 19 ++- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a

[pve-devel] [PATCH v2 pve-docs 2/4] fix #844: document first VM/CT start-up delay

2021-08-31 Thread Dylan Whyte
adds subsection to the "PVE Node Management" section, discussing the initial VM/CT startup delay feature. also makes reference to this in the Qemu & LXC sections of the documentation. Signed-off-by: Dylan Whyte --- changes from v1: * Add section to PVE node management sec

[pve-devel] [PATCH v2 pve-docs 3/4] pvenode: add task & migrate/stop/startall sections

2021-08-31 Thread Dylan Whyte
Adds PVE Node Management sections related to viewing task history, and bulk operations for starting, stopping, and migrating all guests. Signed-off-by: Dylan Whyte --- changes from v1: * New patch, adding sections for items requested by @Thomas pvenode.adoc | 64

[pve-devel] [PATCH v2 pve-docs 4/4] pvenode/wake-on-lan: language fix-up

2021-08-31 Thread Dylan Whyte
minor corrections to the introduction and wake-on-lan section of "Proxmox VE Node Management" also expand introduction, based on new content Signed-off-by: Dylan Whyte --- changes from v1: * New patch. May as well do some fix-up while I'm here! pv

[pve-devel] [PATCH v2 pve-docs 1/4] remove pvenode.adoc from chapter 18

2021-08-31 Thread Dylan Whyte
removes pvenode.adoc inclusion from chapter 18, "Shell interface for the Proxmox VE API", as the section is already included as part of section 3.10 "Proxmox Node Management" Signed-off-by: Dylan Whyte --- changes from v1: * new patch. noticed after linking to pvenode.a

[pve-devel] [PATCH pve-docs] include chrony in time synchronisation section

2021-08-26 Thread Dylan Whyte
This patch mentions our switch to chrony and provides additional server configuration instructions for it. Also fixes up language, where appropriate Signed-off-by: Dylan Whyte --- system-timesync.adoc | 64 +--- 1 file changed, 49 insertions(+), 15

[pve-devel] [PATCH pve-docs] fix #844: document first VM/CT start-up delay

2021-08-25 Thread Dylan Whyte
adds paragraphs in the respective qm/pct boot order sections, mentioning the initial VM/CT startup delay feature. Signed-off-by: Dylan Whyte --- pct.adoc | 10 ++ qm.adoc | 8 2 files changed, 18 insertions(+) diff --git a/pct.adoc b/pct.adoc index b88569f..deb57ef 100644

[pve-devel] [PATCH pve-common] Fix 3560: gui/notes: escape % symbol when encoding

2021-08-06 Thread Dylan Whyte
This prevents cases in which a string containing a percent character is inadvertently utf-8 decoded before being displayed in notes. Signed-off-by: Dylan Whyte --- src/PVE/Tools.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/PVE/Tools.pm b/src/PVE/Tools.pm index

[pve-devel] [PATCH pve-docs] fix 3523: routed net: make example conform to image

2021-07-21 Thread Dylan Whyte
Changes the example given in section "3.3.5. Routed Configuration" so that it's more in line with the accompanying network diagram. Signed-off-by: Dylan Whyte --- images/default-network-setup-routed.svg | 126 +--- images/default-network-setup-routed.tt

[pve-devel] [PATCH pve-docs] fix typo: operation system -> operating system

2021-07-19 Thread Dylan Whyte
Signed-off-by: Dylan Whyte --- local-lvm.adoc | 2 +- qm.adoc| 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/local-lvm.adoc b/local-lvm.adoc index 2489b9d..6abdee8 100644 --- a/local-lvm.adoc +++ b/local-lvm.adoc @@ -33,7 +33,7 @@ VG: swap pve -wi-ao

Re: [pve-devel] SPAM: [PATCH docs] fix typos in various adoc files

2021-04-29 Thread Dylan Whyte
Hi, Just a few small suggestions. Looking at some of the surrounding lines, certain sections could probably do with a proper fix up, but I'll look at that another day. Reviewed-by: Dylan Whyte On 4/29/21 11:46 AM, Oguz Bektas wrote: did quick proof reading for common misspellin

[pve-devel] [PATCH pve-docs 1/2] ceph: section language fixup

2021-04-26 Thread Dylan Whyte
Mostly fixes minor issues and makes it more in line with our writing guide. Some sections were reworded for better readability. Signed-off-by: Dylan Whyte --- pveceph.adoc | 415 +++ 1 file changed, 217 insertions(+), 198 deletions(-) diff --git

[pve-devel] [PATCH pve-docs 2/2] ceph: language fixup for storage section

2021-04-26 Thread Dylan Whyte
improve language of the cephfs storage backend section. Signed-off-by: Dylan Whyte --- pve-storage-cephfs.adoc | 63 + 1 file changed, 32 insertions(+), 31 deletions(-) diff --git a/pve-storage-cephfs.adoc b/pve-storage-cephfs.adoc index c8615a9..b5d99db

Re: [pve-devel] [PATCH docs 2/2] vzdump: add section about single file restore

2021-04-22 Thread Dylan Whyte
Hi, Have even less notes for this one. Just some little things sounded off to me. Reviewed-by: Dylan Whyte On 4/22/21 10:25 AM, Stefan Reiter wrote: Signed-off-by: Stefan Reiter --- vzdump.adoc | 24 1 file changed, 24 insertions(+) diff --git a/vzdump.adoc b

Re: [pve-devel] [PATCH docs 1/2] vzdump: add section about live-restore

2021-04-22 Thread Dylan Whyte
Hi, I just made some very minor suggestions inline, but overall it's good (i had to search extra-hard for issues) :) Reviewed-by: Dylan Whyte On 4/22/21 10:25 AM, Stefan Reiter wrote: Signed-off-by: Stefan Reiter --- As discussed off-list, the vzdump section in general seems

[pve-devel] [PATCH v2 qemu-server] fix #3369: auto-start vm after failed stopmode backup

2021-04-20 Thread Dylan Whyte
Fixes an issue in which a VM/CT fails to automatically restart after a failed stop-mode backup. Also fixes a minor typo in a comment Signed-off-by: Dylan Whyte --- Note: v1->v2: - Fix the issue from within PVE::VZDump::QemuServer, rather than adding tedious sleep call and state checking

[pve-devel] [PATCH pve-docs] fix 3372: fix typos, and impove pve-gui docs

2021-04-09 Thread Dylan Whyte
This reformulates quite a bit of the gui section and corrects small typos elsewhere. Signed-off-by: Dylan Whyte --- ha-manager.adoc | 4 +- local-zfs.adoc| 14 ++-- pve-firewall.adoc | 8 +- pve-gui.adoc | 183 +- pve

[pve-devel] [PATCH pve-manager] fix #3369: auto-start vms after failed pbs backup

2021-04-07 Thread Dylan Whyte
Fixes an issue in which a VM fails to automatically restart after a failed stop-mode backup to pbs. Signed-off-by: Dylan Whyte --- PVE/VZDump.pm | 14 +++--- 1 file changed, 11 insertions(+), 3 deletions(-) Notes: 1. The 1sec time delay was needed, as the check to see if the VM is

Re: [pve-devel] [PATCH docs] zfs: add section on zpool-features

2021-03-31 Thread Dylan Whyte
Hi, I've just made some small corrections and wording changes that sounded right. Reviewed-by: Dylan Whyte On 3/30/21 8:26 PM, Stoiko Ivanov wrote: primarily in order to warn users booting from ZFS with grub. Signed-off-by: Stoiko Ivanov --- local-zfs.adoc

Re: [pve-devel] [PATCH v3 http-server 3/3] utils: add LISTEN_IP option in /etc/default/pveproxy

2021-03-23 Thread Dylan Whyte
Hi, Tested various valid input and seems to work for me. As discussed, one has to be careful to give local ipv6 addresses in the form `LISTEN_IP=fe80::...::4579%interface`, in order for these address types to work. Tested-by: Dylan Whyte Reviewed-by: Dylan Whyte  On 3/22/21 3:00 PM, Oguz

[pve-devel] [PATCH pve-storage] fix #3354: support notes on ceph backups

2021-03-19 Thread Dylan Whyte
use DirPlugin's get/update_volume_notes implementation (which all the other supported file systems use) Signed-off-by: Dylan Whyte --- PVE/Storage/CephFSPlugin.pm | 10 ++ 1 file changed, 10 insertions(+) diff --git a/PVE/Storage/CephFSPlugin.pm b/PVE/Storage/CephFSPlugin.pm

[pve-devel] [PATCH pve-docs] change 'Gmbh' to 'GmbH'

2021-03-16 Thread Dylan Whyte
Signed-off-by: Dylan Whyte --- README.adoc| 2 +- asciidoc/asciidoc-pve.conf | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.adoc b/README.adoc index 2f84ddf..06aa709 100644 --- a/README.adoc +++ b/README.adoc @@ -351,7 +351,7 @@ screenshots

[pve-devel] [PATCH pve-docs] pvesm: mark pbs storage as stable

2021-03-16 Thread Dylan Whyte
Signed-off-by: Dylan Whyte --- pvesm.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pvesm.adoc b/pvesm.adoc index 67745a0..2e8ee89 100644 --- a/pvesm.adoc +++ b/pvesm.adoc @@ -72,7 +72,7 @@ data to different nodes. |Directory |dir |file |no|no^1

[pve-devel] [PATCH v2 pve-docs 1/2] docs: ceph: explain pool options

2021-02-18 Thread Dylan Whyte
Signed-off-by: Alwin Antreich edited-by: Dylan Whyte --- v1->v2: * Minor language fixup pveceph.adoc | 47 +++ 1 file changed, 39 insertions(+), 8 deletions(-) diff --git a/pveceph.adoc b/pveceph.adoc index fd3fded..9253613 100644 --- a/pveceph.a

[pve-devel] [PATCH v2 pve-docs 2/2] ceph: add explanation on the pg autoscaler

2021-02-18 Thread Dylan Whyte
Signed-off-by: Alwin Antreich edited-by: Dylan Whyte --- v1->v2: * minor language fixup pveceph.adoc | 36 1 file changed, 36 insertions(+) diff --git a/pveceph.adoc b/pveceph.adoc index 9253613..9ef268b 100644 --- a/pveceph.adoc +++ b/pveceph.a

[pve-devel] [PATCH v2 pve-access-control] resource pools: add resource pool cli commands

2021-01-28 Thread Dylan Whyte
Add commands for creating, modifying, listing, and deleting resource pools. Signed-off-by: Dylan Whyte --- v1->v2: remove command aliases PVE/CLI/pveum.pm | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/PVE/CLI/pveum.pm b/PVE/CLI/pveum.pm index c98ddde..cbbd

[pve-devel] [PATCH v2 pve-docs] resource-pools: add section in docs

2021-01-28 Thread Dylan Whyte
Adds a second-level heading for resource pools and adds creation of pool to example. Signed-off-by: Dylan Whyte --- v1->v2: no change .../screenshot/gui-datacenter-pool-window.png | Bin 0 -> 8591 bytes pveum.adoc| 40 -- 2 files chang

[pve-devel] [PATCH pve-access-control] resource pools: add resource pool cli commands

2021-01-28 Thread Dylan Whyte
Add commands for creating, modifying, listing, and deleting resource pools. Signed-off-by: Dylan Whyte --- PVE/CLI/pveum.pm | 12 +++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/PVE/CLI/pveum.pm b/PVE/CLI/pveum.pm index c98ddde..0540b85 100755 --- a/PVE/CLI/pveum.pm

[pve-devel] [PATCH pve-docs] resource-pools: add section in docs

2021-01-28 Thread Dylan Whyte
Adds a second-level heading for resource pools and adds creation of pool to example. Signed-off-by: Dylan Whyte --- .../screenshot/gui-datacenter-pool-window.png | Bin 0 -> 8591 bytes pveum.adoc| 40 -- 2 files changed, 26 insertions(+),

[pve-devel] [PATCH pve-docs] fix #3264: mention type prefix not used in rbd storage.cfg

2021-01-22 Thread Dylan Whyte
Just to avoid future confusion. Signed-off-by: Dylan Whyte --- pve-storage-rbd.adoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pve-storage-rbd.adoc b/pve-storage-rbd.adoc index a94cade..aa870ed 100644 --- a/pve-storage-rbd.adoc +++ b/pve-storage-rbd.adoc @@ -45,7

Re: [pve-devel] [PATCH docs 2/2] ceph: add explanation on the pg autoscaler

2021-01-15 Thread Dylan Whyte
Sorry, I didn't prefix the other reply with a comment. Anyway, everything was pretty much fine, I just had some little issues. With this, I have some even more minor issues. > On 15.01.2021 14:17 Alwin Antreich mailto:a.antre...@proxmox.com > wrote: > > > Signed-off-by: Alwin Antreich

Re: [pve-devel] [PATCH docs 1/2] docs: ceph: explain pool options

2021-01-15 Thread Dylan Whyte
> On 15.01.2021 14:17 Alwin Antreich mailto:a.antre...@proxmox.com > wrote: > > > Signed-off-by: Alwin Antreich mailto:a.antre...@proxmox.com > > --- > pveceph.adoc | 45 ++--- > 1 file changed, 38 insertions(+), 7 deletions(-) > >

Re: [pve-devel] [PATCH docs] qm: add guest agent section

2020-12-17 Thread Dylan Whyte
Hi, Just a few language corrections. I have no problem with the content :) Dylan On 12/16/20 3:38 PM, Aaron Lauterer wrote: Signed-off-by: Aaron Lauterer --- Additionally to the previous series [0] which changes the phrasing, it would be nice to have a dedicated Qemu Guest Agent section in t

[pve-devel] [PATCH v2 pve-installer] installer: minor language fixup

2020-12-10 Thread Dylan Whyte
just some nitpicky changes. v2: - remove tag files @Thomas: Like you thought, they are autogenerated by some vim plugin. They usually sit quitely in the untracked files, but this time, I guess I somehow I managed to add them in without noticing.. Apologies! Signed-off-by: Dylan Whyte --- html

[pve-devel] [PATCH pve-installer] installer: minor language fixup

2020-11-26 Thread Dylan Whyte
just some nitpicky changes. Signed-off-by: Dylan Whyte --- html-common/tags| 1 + html-pbs/page1.htm | 2 +- html-pbs/tags | 1 + html-pve/page1.htm | 8 html-pve/passwd.htm | 10 +- html-pve/tags | 1 + 6 files changed, 13 insertions(+), 10 deletions

[pve-devel] [PATCH pve-manager] UI: Ceph Wizard: language fixup

2020-11-24 Thread Dylan Whyte
Improve the language found in the ceph install Wizard. Signed-off-by: Dylan Whyte --- www/manager6/ceph/CephInstallWizard.js | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/www/manager6/ceph/CephInstallWizard.js b/www/manager6/ceph

[pve-devel] [PATCH pve-docs] system requirements: minor language fixup

2020-10-07 Thread Dylan Whyte
Signed-off-by: Dylan Whyte --- pve-system-requirements.adoc | 28 ++-- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/pve-system-requirements.adoc b/pve-system-requirements.adoc index dc4cc30..bb474ac 100644 --- a/pve-system-requirements.adoc +++ b/pve

[pve-devel] [PATCH V2 pve-docs] translation: combine old and current wikis

2020-08-31 Thread Dylan Whyte
translation - Incorporate suggested changes from previous version Signed-off-by: Dylan Whyte --- translation.adoc | 77 1 file changed, 64 insertions(+), 13 deletions(-) diff --git a/translation.adoc b/translation.adoc index 2dc156b..93342df 100644

[pve-devel] [PATCH pve-docs] translation: combine old and current wikis

2020-08-28 Thread Dylan Whyte
better readability. Signed-off-by: Dylan Whyte --- translation.adoc | 50 +++- 1 file changed, 41 insertions(+), 9 deletions(-) diff --git a/translation.adoc b/translation.adoc index 2dc156b..fcb0f99 100644 --- a/translation.adoc +++ b/translation.adoc

[pve-devel] [PATCH pve-docs] faq & pct: Improve explanation of containers

2020-08-27 Thread Dylan Whyte
This adds more clarity to the explanation of containers and to the different terms we use to refer to containers, in both the FAQ and the introduction section of pct. It also contains minor grammar fixes and rewording where appropriate. Signed-off-by: Dylan Whyte --- pct.adoc | 25

[pve-devel] [PATCH pve-docs] qm: IO Thread: fix typo and reword section

2020-07-21 Thread Dylan Whyte
Fix typo 'isks' => 'disks' Reword section for better readability. Signed-off-by: Dylan Whyte --- qm.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qm.adoc b/qm.adoc index 45832e9..d30672e 100644 --- a/qm.adoc +++ b/qm.adoc @@ -253,8 +253,8 @

[pve-devel] [PATCH v2 pve-docs 2/3] ha-manager: fix typos and grammatical errors; improve wording

2020-07-16 Thread Dylan Whyte
This patch improves the English throughout the "High Availability" documentation. It mostly consists of small typo and grammar fixes, but also contains rewording of some sections for the sake of readability. Signed-off-by: Dylan Whyte --- ha-manager.

[pve-devel] [PATCH pve-docs 3/3] README: fix grammatical error

2020-07-15 Thread Dylan Whyte
Fixes a grammatical error on line 143 of the README adoc Signed-off-by: Dylan Whyte --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 754ca1e..2f84ddf 100644 --- a/README.adoc +++ b/README.adoc @@ -143,7 +143,7 @@ Bulleted lists

[pve-devel] [PATCH pve-docs 2/3] ha-manager: fix typos and grammatical errors; improve wording

2020-07-15 Thread Dylan Whyte
This patch improves the English throughout the "High Availability" documentation. It mostly consists of small typo and grammar fixes, but also contains rewording of some sections for the sake of readability. Signed-off-by: Dylan Whyte --- ha-manager.

[pve-devel] [PATCH pve-docs 1/3] Fix typos and wording

2020-07-15 Thread Dylan Whyte
Update some lines to fix spelling and grammatical errors Signed-off-by: Dylan Whyte --- certificate-management.adoc | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/certificate-management.adoc b/certificate-management.adoc index ce9081d..00633a1 100644 --- a