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
> ---
>
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
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
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
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
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