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

2020-07-17 Thread Thomas Lamprecht
On 16.07.20 10:55, Dylan Whyte wrote: > 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 > --- >

Re: [pve-devel] [PATCH proxmox-backup 1/2] change * imports of proxmox_backup::client

2020-07-17 Thread Mira Limbeck
Sent it to the wrong mailing list by accident, please disregard. On 7/17/20 5:43 PM, Mira Limbeck wrote: Change the src/client.rs to make the modules public instead of publically using each member. This simplified the code and keeps the behaviour almost the same. Instead of using 'use proxmox_b

[pve-devel] [PATCH proxmox-backup 2/2] backup-client: change imports to not use '*'

2020-07-17 Thread Mira Limbeck
Import the required symbols directly instead of importing everything there is with '*'. This makes it clear which symbol is exported by which crate and module. Signed-off-by: Mira Limbeck --- Only proxmox_backup::client and proxmox_backup_client have been changed to import via the submodule names

[pve-devel] [PATCH proxmox-backup 1/2] change * imports of proxmox_backup::client

2020-07-17 Thread Mira Limbeck
Change the src/client.rs to make the modules public instead of publically using each member. This simplified the code and keeps the behaviour almost the same. Instead of using 'use proxmox_backup::client::*' we now have to use the full path (e.g. 'use proxmox_backup::client::http_client::') instead

Re: [pve-devel] [PATCH docs DRAFT] Add section with more infos about ZFS RAID levels

2020-07-17 Thread Andreas Steinel
Very good. Maybe we can also include some references to books, e.g. the ZFS books from Allan Jude and Michael W. Lucas for further reading? On Fri, Jul 17, 2020 at 2:13 PM Aaron Lauterer wrote: > This new section explains the performance and failure properties of > mirror and RAIDZ VDEVs as wel

[pve-devel] [PATCH docs DRAFT] Add section with more infos about ZFS RAID levels

2020-07-17 Thread Aaron Lauterer
This new section explains the performance and failure properties of mirror and RAIDZ VDEVs as well as the "unexpected" higher space usage by ZVOLs on a RAIDZ. Signed-off-by: Aaron Lauterer --- This is a first draft to explain the performance characteristics of the different RAID levels / VDEV ty