Mailinglist Archive: opensuse-commit (1942 mails)
| < Previous | Next > |
commit mdadm
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Thu, 06 Nov 2008 22:19:08 +0100
- Message-id: <20081106211908.E6C7567815D@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package mdadm
checked in at Thu Nov 6 22:19:08 CET 2008.
--------
--- mdadm/mdadm.changes 2008-10-03 15:29:00.000000000 +0200
+++ /mounts/work_src_done/STABLE/mdadm/mdadm.changes 2008-11-06
03:33:37.983561000 +0100
@@ -1,0 +2,13 @@
+Thu Nov 6 03:22:50 CET 2008 - nfbrown@xxxxxxx
+
+- Update from mdadm-3.0-devel1 to mdadm-3.0-devel2.
+ This includes various bug fixes and enhancements to the
+ extent that DDF and IMSM work reasonably well and can be
+ auto-assembled much like other arrays.
+- Allow BOOT_MD_USE_MDADM_CONFIG to have the value 'part'
+ that, like 'no', arrays are auto-assembled. However they
+ get assembled as 'mdp' partitionable arrays where possible.
+ This currently only affect arrays with v1.x metadata.
+ This supports FATE#303894
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
Old:
----
mdadm-3.0-devel1.tar.bz2
New:
----
mdadm-3.0-devel2.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ mdadm.spec ++++++
--- /var/tmp/diff_new_pack.i23035/_old 2008-11-06 22:18:34.000000000 +0100
+++ /var/tmp/diff_new_pack.i23035/_new 2008-11-06 22:18:34.000000000 +0100
@@ -20,8 +20,8 @@
Name: mdadm
Version: 3.0
-Release: 3
-%define ver 3.0-devel1
+Release: 4
+%define ver 3.0-devel2
BuildRequires: sgmltool
PreReq: %fillup_prereq %insserv_prereq
Obsoletes: raidtools
@@ -141,6 +141,16 @@
/lib/mkinitrd/scripts/boot-md.sh
%changelog
+* Thu Nov 06 2008 nfbrown@xxxxxxx
+- Update from mdadm-3.0-devel1 to mdadm-3.0-devel2.
+ This includes various bug fixes and enhancements to the
+ extent that DDF and IMSM work reasonably well and can be
+ auto-assembled much like other arrays.
+- Allow BOOT_MD_USE_MDADM_CONFIG to have the value 'part'
+ that, like 'no', arrays are auto-assembled. However they
+ get assembled as 'mdp' partitionable arrays where possible.
+ This currently only affect arrays with v1.x metadata.
+ This supports FATE#303894
* Fri Oct 03 2008 mmarek@xxxxxxx
- fixed mdmon's clone_monitor on ia64
* Fri Oct 03 2008 mmarek@xxxxxxx
++++++ boot.md ++++++
--- /var/tmp/diff_new_pack.i23035/_old 2008-11-06 22:18:34.000000000 +0100
+++ /var/tmp/diff_new_pack.i23035/_new 2008-11-06 22:18:34.000000000 +0100
@@ -130,7 +130,11 @@
# do auto-assemly only if /etc/mdadm.conf is missing
# run at boot-time, so a fixed tmp name is safe
rm -rf /tmp/mdadm.conf
- if ! mdadm --examine --scan --config=partitions >/tmp/mdadm.conf
+
+ if test "$BOOT_MD_USE_MDADM_CONFIG" = "part"; then
+ echo CREATE auto=part > /tmp/mdadm.conf
+ fi
+ if ! mdadm --examine --scan --config=partitions
then/tmp/mdadm.conf
echo "mdadm --examine --scan failed:"
cat /tmp/mdadm.conf
++++++ mdadm-3.0-devel1.tar.bz2 -> mdadm-3.0-devel2.tar.bz2 ++++++
++++ 7330 lines of diff (skipped)
++++++ sysconfig.mdadm ++++++
--- /var/tmp/diff_new_pack.i23035/_old 2008-11-06 22:18:34.000000000 +0100
+++ /var/tmp/diff_new_pack.i23035/_new 2008-11-06 22:18:34.000000000 +0100
@@ -51,10 +51,13 @@
#
MDADM_SEND_MAIL_ON_START=no
-## Type: yesno
+## Type: list(yes,no,part)
## Default: no
#
# "yes" for mdadm.conf to be used for array assembly on boot
+# "no" for arrays to be automatically detected and assembled
+# "part" is like "no" except that arrays with 1.x metadate
+# will be assembled as partitionable arrays.
#
BOOT_MD_USE_MDADM_CONFIG=yes
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |