From ed9755987ab9b59c1174e2f13b86a51f3536b9f1 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 27 Apr 2024 05:20:41 +0200 Subject: Merging debian version 4.3+20240412-1. Signed-off-by: Daniel Baumann --- debian/TODO | 29 ----------------------------- debian/changelog | 11 +++++++++++ debian/control | 2 +- debian/mdadm.TODO | 29 +++++++++++++++++++++++++++++ debian/mdadm.docs | 4 +--- debian/mdadm.examples | 2 +- 6 files changed, 43 insertions(+), 34 deletions(-) delete mode 100644 debian/TODO create mode 100644 debian/mdadm.TODO diff --git a/debian/TODO b/debian/TODO deleted file mode 100644 index eb3299e..0000000 --- a/debian/TODO +++ /dev/null @@ -1,29 +0,0 @@ -debian mdadm TODO list -====================== - -- version-1 is a nightmare. E.g. on partitionable arrays, with / on - /dev/md_d0p3, mdadm -Es ignores /dev/md_d0 and just uses the name, so - /dev/md/. -- figure out something about device names. -- (better) udev integration - -- check whether mdadm.conf and system are consistent during initramfs creation - and fail otherwise (#381303). -- add code to compare existing and expected configuration, after standardising - the files. In most cases, we'll have to answer DUNNO as to whether the - existing configuration file is okay, but I guess in some cases we can - determine that the configuration is okay. A conservative approach would be - beneficial to the user. Not sure if it's worth the effort though. -- one nice^W important thing would be to check device names and UUIDs at least. - -- verify operation without udev - - udev removed before mdadm installed - - udev removed after mdadm installed - -- more granular handling of init.d starts/stops, don't force all arrays to be - started. -- let user specify when to start/stop which array (#398310). -- also only stop those array we started; this can be easily done with - sentinels in $STATEDIR - -- manage DAEMON_OPTIONS with debconf diff --git a/debian/changelog b/debian/changelog index f6102b0..56311c3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +mdadm (4.3+20240412-1) sid; urgency=medium + + * Uploading to sid. + * Merging upstream version 4.3+20240412. + * Updating to standards-version 4.7.0. + * Updating mdadm docs. + * Updating mdadm examples. + * Correcting filename of TODO. + + -- Daniel Baumann Sat, 27 Apr 2024 05:20:02 +0200 + mdadm (4.3-1~progress7.99u1) graograman-backports; urgency=medium * Initial reupload to graograman-backports. diff --git a/debian/control b/debian/control index 9f9f8cb..0891779 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,7 @@ Build-Depends: debhelper-compat (= 13), libudev-dev, Rules-Requires-Root: no -Standards-Version: 4.6.2 +Standards-Version: 4.7.0 Homepage: https://raid.wiki.kernel.org Vcs-Browser: https://git.progress-linux.org/packages/graograman-backports/mdadm Vcs-Git: https://git.progress-linux.org/packages/graograman-backports/mdadm diff --git a/debian/mdadm.TODO b/debian/mdadm.TODO new file mode 100644 index 0000000..eb3299e --- /dev/null +++ b/debian/mdadm.TODO @@ -0,0 +1,29 @@ +debian mdadm TODO list +====================== + +- version-1 is a nightmare. E.g. on partitionable arrays, with / on + /dev/md_d0p3, mdadm -Es ignores /dev/md_d0 and just uses the name, so + /dev/md/. +- figure out something about device names. +- (better) udev integration + +- check whether mdadm.conf and system are consistent during initramfs creation + and fail otherwise (#381303). +- add code to compare existing and expected configuration, after standardising + the files. In most cases, we'll have to answer DUNNO as to whether the + existing configuration file is okay, but I guess in some cases we can + determine that the configuration is okay. A conservative approach would be + beneficial to the user. Not sure if it's worth the effort though. +- one nice^W important thing would be to check device names and UUIDs at least. + +- verify operation without udev + - udev removed before mdadm installed + - udev removed after mdadm installed + +- more granular handling of init.d starts/stops, don't force all arrays to be + started. +- let user specify when to start/stop which array (#398310). +- also only stop those array we started; this can be easily done with + sentinels in $STATEDIR + +- manage DAEMON_OPTIONS with debconf diff --git a/debian/mdadm.docs b/debian/mdadm.docs index 754d0eb..487761a 100644 --- a/debian/mdadm.docs +++ b/debian/mdadm.docs @@ -1,4 +1,2 @@ -TODO +documentation/*.txt debian/local/doc/* -external-reshape-design.txt -mdmon-design.txt diff --git a/debian/mdadm.examples b/debian/mdadm.examples index a71fd89..dc35003 100644 --- a/debian/mdadm.examples +++ b/debian/mdadm.examples @@ -1,2 +1,2 @@ -mdadm.conf-example +documentation/*-example misc/syslog-events -- cgit v1.2.3