From 832525179c9c0509b33bdacc1ba568673af1b665 Mon Sep 17 00:00:00 2001 From: gdha Date: Thu, 19 Dec 2024 14:27:03 +0000 Subject: [PATCH] ReaR v2.8 release notes added --- docs/issues/2019-02-01.2028.issue.open.md | 254 +++ docs/issues/2024-09-09.3316.issue.closed.md | 233 ++ docs/issues/2024-12-03.3352.pr.closed.md | 71 + docs/issues/2024-12-03.3353.pr.merged.md | 30 + docs/issues/2024-12-04.3354.pr.merged.md | 90 + docs/issues/2024-12-04.3355.pr.open.md | 95 + docs/issues/2024-12-04.3356.pr.merged.md | 134 ++ docs/issues/2024-12-05.3357.issue.open.md | 221 ++ docs/issues/2024-12-10.3359.issue.open.md | 88 + docs/issues/2024-12-11.3360.issue.open.md | 26 + docs/issues/2024-12-11.3361.issue.open.md | 220 ++ docs/issues/2024-12-11.3362.issue.open.md | 165 ++ docs/issues/2024-12-12.3363.issue.open.md | 100 + docs/issues/2024-12-16.3364.pr.merged.md | 86 + docs/issues/2024-12-16.3365.pr.merged.md | 201 ++ docs/issues/2024-12-17.3366.pr.open.md | 40 + docs/issues/2024-12-17.3367.pr.merged.md | 23 + docs/issues/2024-12-18.3368.issue.open.md | 539 +++++ docs/issues/2024-12-18.3369.issue.open.md | 29 + docs/issues/2024-12-18.3370.pr.merged.md | 203 ++ docs/issues/2024-12-19.3371.pr.open.md | 40 + docs/issues/index.md | 21 + docs/releasenotes/rear28.md | 2217 +++++++++++++++++++ mkdocs.yml | 1 + 24 files changed, 5127 insertions(+) create mode 100644 docs/issues/2019-02-01.2028.issue.open.md create mode 100644 docs/issues/2024-09-09.3316.issue.closed.md create mode 100644 docs/issues/2024-12-03.3352.pr.closed.md create mode 100644 docs/issues/2024-12-03.3353.pr.merged.md create mode 100644 docs/issues/2024-12-04.3354.pr.merged.md create mode 100644 docs/issues/2024-12-04.3355.pr.open.md create mode 100644 docs/issues/2024-12-04.3356.pr.merged.md create mode 100644 docs/issues/2024-12-05.3357.issue.open.md create mode 100644 docs/issues/2024-12-10.3359.issue.open.md create mode 100644 docs/issues/2024-12-11.3360.issue.open.md create mode 100644 docs/issues/2024-12-11.3361.issue.open.md create mode 100644 docs/issues/2024-12-11.3362.issue.open.md create mode 100644 docs/issues/2024-12-12.3363.issue.open.md create mode 100644 docs/issues/2024-12-16.3364.pr.merged.md create mode 100644 docs/issues/2024-12-16.3365.pr.merged.md create mode 100644 docs/issues/2024-12-17.3366.pr.open.md create mode 100644 docs/issues/2024-12-17.3367.pr.merged.md create mode 100644 docs/issues/2024-12-18.3368.issue.open.md create mode 100644 docs/issues/2024-12-18.3369.issue.open.md create mode 100644 docs/issues/2024-12-18.3370.pr.merged.md create mode 100644 docs/issues/2024-12-19.3371.pr.open.md create mode 100644 docs/releasenotes/rear28.md diff --git a/docs/issues/2019-02-01.2028.issue.open.md b/docs/issues/2019-02-01.2028.issue.open.md new file mode 100644 index 00000000..7e4c9767 --- /dev/null +++ b/docs/issues/2019-02-01.2028.issue.open.md @@ -0,0 +1,254 @@ +[\#2028 Issue](https://github.com/rear/rear/issues/2028) `open`: BTRFS Raid / Multi Disk setup is currently not supported +========================================================================================================================= + +**Labels**: `needs sponsorship`, `severe improvement` + +#### [ChojinDSL](https://github.com/ChojinDSL) opened issue at [2019-02-01 16:41](https://github.com/rear/rear/issues/2028): + +I've noticed that ReaR doesn't correctly work with a BTRFS Multiple Disk +setup. + +E.g. a BTRFS Volume can consist of multiple disks in a variety of +configurations, e.g. single, RAID1, RAID10, RAID5/6, etc.. + +It seems as if ReaR only creates a single disk BTRFS Volume during +recovery. This could create problem if the backup is larger than a +single disk. + +Since BTRFS supports many mixed configurations, e.g. Metadata as RAID1 +but Data as RAID10, accurately detecting the original layout might be +tricky. +However, at the very least it would be very nice if ReaR could detect if +a BTRFS Volume consists of multiple devices and then re-creates the +BTRFS volume with the member devices during recovery. + +If you create the BTRFS volume with just a list of devices, then per +default the volume will be created as a "single" volume, but with the +total capacity of all member devices. Since BTRFS supports rebalancing +to migrate from single to RAID1/10/5/6, it would be easy for the user to +rebalance their system back to their original layout, after recovery has +taken place and the system has bootet into the OS. + +#### [jsmeix](https://github.com/jsmeix) commented at [2019-02-05 10:04](https://github.com/rear/rear/issues/2028#issuecomment-460579609): + +I implemented the current Btrfs support in ReaR and +I never had a Btrfs setup on multiple disks +so that I think you are right that currently +ReaR does not support a Btrfs filesystem that is on more than one +partition. + +See +"Disk layout file syntax" at +[https://github.com/rear/rear/blob/master/doc/user-guide/06-layout-configuration.adoc](https://github.com/rear/rear/blob/master/doc/user-guide/06-layout-configuration.adoc) +that reads (excerpt) + + Filesystems + + fs [uuid=] [label=