Commit Graph

342 Commits

Author SHA256 Message Date
Ana Guerrero
d61034bb43 Accepting request 1202506 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1202506
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mdadm?expand=0&rev=150
2024-09-23 13:18:43 +00:00
Coly Li
ca78f33aa3 - Detail: remove duplicated code (bsc#1226413)
0008-Detail-remove-duplicated-code.patch
- mdadm: Fix native --detail --export (bsc#1226413)
  0009-mdadm-Fix-native-detail-export.patch

OBS-URL: https://build.opensuse.org/package/show/Base:System/mdadm?expand=0&rev=239
2024-09-23 02:32:30 +00:00
Dominique Leuenberger
80c1387a28 Accepting request 1193244 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1193244
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mdadm?expand=0&rev=149
2024-08-12 10:29:50 +00:00
Coly Li
a4fffe3d3e - util.c: change devnm to const in mdmon functions (bsc#1225307)
0006-util.c-change-devnm-to-const-in-mdmon-functions.patch
- Wait for mdmon when it is stared via systemd (bsc#1225307)
  0007-Wait-for-mdmon-when-it-is-stared-via-systemd.patch

OBS-URL: https://build.opensuse.org/package/show/Base:System/mdadm?expand=0&rev=237
2024-08-11 12:23:08 +00:00
Dominique Leuenberger
72af0b6762 Accepting request 1153965 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1153965
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mdadm?expand=0&rev=148
2024-03-03 19:18:49 +00:00
98f48a5cb5 Accepting request 1149809 from home:pgajdos:m
- Use %autosetup macro. Allows to eliminate the usage of deprecated
  %patchN

OBS-URL: https://build.opensuse.org/request/show/1149809
OBS-URL: https://build.opensuse.org/package/show/Base:System/mdadm?expand=0&rev=235
2024-03-01 12:35:00 +00:00
Ana Guerrero
9a8f0f68f4 Accepting request 1149805 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1149805
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mdadm?expand=0&rev=147
2024-02-25 13:04:46 +00:00
Coly Li
5ab69e45ee Accepting request 1149803 from home:colyli:branches:openSUSE:Factory
- Update mdadm-4.3 to latest status (jsc#PED-7542)
  - Remove hardcoded checkpoint interval checking
    0001-Remove-hardcoded-checkpoint-interval-checking.patch
  - monitor: refactor checkpoint update
    0002-monitor-refactor-checkpoint-update.patch
  - Super-intel: Fix first checkpoint restart
    0003-Super-intel-Fix-first-checkpoint-restart.patch
  - Grow: Move update_tail assign to Grow_reshape()
    0004-Grow-Move-update_tail-assign-to-Grow_reshape.patch
  - Add understanding output section in man
    0005-Add-understanding-output-section-in-man.patch

- Upgrade to mdadm-4.3 (jsc#PED-7542). Beside previous already back
  ported patches, mdadm-4.3 has the following extra changes since
  last update upto commit 582945c2d3bb,
  - Fix null pointer for incremental in mdadm.
  - Super1: fix truncation check for journal device.
  - Fix some cases eyesore formatting.
  - Bump minimum kernel version to 2.6.32.
  - Remove the config files in mdcheck_start|continue service.
  - Define DEV_MD_DIR, DEV_NUM_PREF, is_devname_ignore(),
    ident_set_devname().
  - Enable RAID for SATA under VMD.
  - Imsm: Fix possible segfault in check_no_platform()
  - Imsm refactor on imsm_get_free_size(), merge_extents().
  - Imsm: return free space after volume for expand.
  - Imsm: fix free space calculations.
  - Add secure gethostname() wrapper.
  - mdadm: Stop mdcheck_continue timer when mdcheck_start service can
    finish check.

OBS-URL: https://build.opensuse.org/request/show/1149803
OBS-URL: https://build.opensuse.org/package/show/Base:System/mdadm?expand=0&rev=233
2024-02-23 10:44:13 +00:00
Ana Guerrero
3a0dc33526 Accepting request 1138013 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1138013
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mdadm?expand=0&rev=146
2024-01-11 20:04:42 +00:00
Coly Li
90d4e6869d Accepting request 1137473 from home:colyli:branches:Base:System
- Update mdadm to latest upstream state upto commit
  582945c2d3bb. (jsc#PED-7542)
  1) The testing changes are not included here.
  2) Code clean up, and more helper routines added for Manage.c,
     Monitor.c, mdadm.c, ReadMe.c, super-intel.c, super0.c, super1.c,
     Create.c, Incremental.c and so on.
  3) Man page update for mdadm.8.in.
  4) Several memory leak and double free fixes.
  5) Check /etc/initrd-release for whether systemd running on an initrd.
  - Manage: Block unsafe member failing
    0062-Manage-Block-unsafe-member-failing.patch
  - Mdmonitor: Split alert() into separate functions
    0063-Mdmonitor-Split-alert-into-separate-functions.patch
  - Monitor: block if monitor modes are combined.
    0064-Monitor-block-if-monitor-modes-are-combined.patch
  - Update mdadm Monitor manual.
    0065-Update-mdadm-Monitor-manual.patch
  - mdadm: create ident_init()
    0066-mdadm-create-ident_init.patch
  - mdadm: Add option validation for --update-subarray
    0067-mdadm-Add-option-validation-for-update-subarray.patch
  - Fix --update-subarray on active volume
    0068-Fix-update-subarray-on-active-volume.patch
  - Add code specific update options to enum.
    0069-Add-code-specific-update-options-to-enum.patch
  - super-ddf: Remove update_super_ddf.
    0070-super-ddf-Remove-update_super_ddf.patch
  - super0: refactor the code for enum
    0071-super0-refactor-the-code-for-enum.patch
  - super1: refactor the code for enum

OBS-URL: https://build.opensuse.org/request/show/1137473
OBS-URL: https://build.opensuse.org/package/show/Base:System/mdadm?expand=0&rev=231
2024-01-11 00:49:23 +00:00
Ana Guerrero
817a6cb9f9 Accepting request 1127378 from Base:System
- No longer recommend smtp-daemon: this was a remainder from the
  cron configuration, which was removed back in 2018.

OBS-URL: https://build.opensuse.org/request/show/1127378
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mdadm?expand=0&rev=145
2023-11-21 20:31:07 +00:00
Neil Brown
8314e57d34 Accepting request 1127333 from home:dimstar:Factory
- No longer recommend smtp-daemon: this was a remainder from the
  cron configuration, which was removed back in 2018.

OBS-URL: https://build.opensuse.org/request/show/1127333
OBS-URL: https://build.opensuse.org/package/show/Base:System/mdadm?expand=0&rev=229
2023-11-17 23:25:52 +00:00
Ana Guerrero
1d1c9835d4 Accepting request 1100535 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1100535
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mdadm?expand=0&rev=144
2023-07-26 11:21:48 +00:00
Coly Li
eb2a088ed9 Accepting request 1100437 from home:lnussel:usrmerge
- mdadm.spec: replace transitional %usrmerged macro with regular
  version check (boo#1206798)

OBS-URL: https://build.opensuse.org/request/show/1100437
OBS-URL: https://build.opensuse.org/package/show/Base:System/mdadm?expand=0&rev=227
2023-07-25 06:12:22 +00:00
Dominique Leuenberger
36cd05b104 Accepting request 1089072 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1089072
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mdadm?expand=0&rev=143
2023-05-28 17:21:20 +00:00
Coly Li
ea21db88b7 Accepting request 1089071 from home:colyli:branches:openSUSE:Factory
- Grow: fix possible memory leak (bsc#1208618)
  0060-Grow-fix-possible-memory-leak.patch
- Grow: fix can't change bitmap type from none to clustered
  (bsc#1208618)
  0061-Grow-fix-can-t-change-bitmap-type-from-none-to-clustered.patch
- Use source code mdadm-4.2.tar.xz from kernel.org version for
  checksum 
  - mdadm-4.2.tar.xz

OBS-URL: https://build.opensuse.org/request/show/1089071
OBS-URL: https://build.opensuse.org/package/show/Base:System/mdadm?expand=0&rev=225
2023-05-26 02:53:17 +00:00
Dominique Leuenberger
7db78d5cae Accepting request 1083057 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1083057
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mdadm?expand=0&rev=142
2023-04-28 14:22:05 +00:00
Coly Li
fba44b112e Accepting request 1082557 from home:colyli:branches:openSUSE:Factory
- Fixes for mdmon to ensure it run at the right time in the
  fight mount namespace.  This fixes various problems with 
  IMSM raid arrays in 15-SP4 (bsc#1205493, bsc#1205830)
  - mdmon: fix segfault
    0052-mdmon-fix-segfault.patch
  - util: remove obsolete code from get_md_name
    0053-util-remove-obsolete-code-from-get_md_name.patch
  - mdmon: don't test both 'all' and 'container_name'.
    0054-mdmon-don-t-test-both-all-and-container_name.patch
  - mdmon: change systemd unit file to use --foreground
    0055-mdmon-change-systemd-unit-file-to-use-foreground.patch
  - mdmon: Remove need for KillMode=none
    0056-mdmon-Remove-need-for-KillMode-none.patch
  - mdmon: Improve switchroot interactions.
    0057-mdmon-Improve-switchroot-interactions.patch
  - mdopen: always try create_named_array()
    0058-mdopen-always-try-create_named_array.patch
  - Improvements for IMSM_NO_PLATFORM testing
    0059-Improvements-for-IMSM_NO_PLATFORM-testing.patch

OBS-URL: https://build.opensuse.org/request/show/1082557
OBS-URL: https://build.opensuse.org/package/show/Base:System/mdadm?expand=0&rev=223
2023-04-26 15:45:39 +00:00
Dominique Leuenberger
c8533335be Accepting request 1076783 from Base:System
- sysconfig.mdadm: Remove ServiceRestart line to mdadm since there
  is not such systemd service. (bsc#1203491) (forwarded request 1076652 from colyli)

OBS-URL: https://build.opensuse.org/request/show/1076783
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mdadm?expand=0&rev=141
2023-04-04 19:16:54 +00:00
Neil Brown
1e463242ad Accepting request 1076652 from home:colyli:branches:openSUSE:Factory
- sysconfig.mdadm: Remove ServiceRestart line to mdadm since there
  is not such systemd service. (bsc#1203491)

OBS-URL: https://build.opensuse.org/request/show/1076652
OBS-URL: https://build.opensuse.org/package/show/Base:System/mdadm?expand=0&rev=221
2023-04-03 00:00:10 +00:00
Dominique Leuenberger
5ddc9c9787 Accepting request 1055863 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1055863
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mdadm?expand=0&rev=140
2023-01-04 16:52:16 +00:00
Coly Li
c55d230725 Accepting request 1045490 from home:colyli:branches:openSUSE:Factory
- The patch from SLE15-SP4 is removed because it is in mdadm-4.2
  upstream already,
  - Monitor: print message before quit for no array to monitor
    (bsc#1183229)
   0120-Monitor-print-message-before-quit-for-no-array-to-mo.patch

OBS-URL: https://build.opensuse.org/request/show/1045490
OBS-URL: https://build.opensuse.org/package/show/Base:System/mdadm?expand=0&rev=219
2023-01-04 14:24:42 +00:00
Dominique Leuenberger
04c255ddf2 Accepting request 1045464 from Base:System
- mdadm.spec: create the following symbolic link in /sbin for
  compatibility,
  	/sbin/mdadm -> /usr/sbin/mdadm
  	/sbin/mdmon -> /usr/sbin/mdmon
  (jsc#PED-1009, jsc#PED-947) (forwarded request 1045353 from colyli)

OBS-URL: https://build.opensuse.org/request/show/1045464
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mdadm?expand=0&rev=139
2022-12-28 09:54:26 +00:00
b3a0e5f8fd Accepting request 1045353 from home:colyli:branches:openSUSE:Factory
- mdadm.spec: create the following symbolic link in /sbin for
  compatibility,
  	/sbin/mdadm -> /usr/sbin/mdadm
  	/sbin/mdmon -> /usr/sbin/mdmon
  (jsc#PED-1009, jsc#PED-947)

OBS-URL: https://build.opensuse.org/request/show/1045353
OBS-URL: https://build.opensuse.org/package/show/Base:System/mdadm?expand=0&rev=217
2022-12-27 09:31:26 +00:00
Dominique Leuenberger
61e6f4e362 Accepting request 1040907 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1040907
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mdadm?expand=0&rev=138
2022-12-08 15:50:14 +00:00
Coly Li
95abaf4325 Accepting request 1040880 from home:colyli:branches:openSUSE:Factory
- Drop the patch which is reported as regression by upstream developer
  (bsc#1206139)
  0045-Manage-Block-unsafe-member-failing.patch
- Add jsc#PED-947 together with jsc#PED-1009 in mdadm.changes, they
  are both the requirement to update mdadm to latest upstream state
  via different requestors.

  (jsc#PED-1009, jsc#PED-947)
- Update mdadm package to mdadm-4.2 (jsc#PED-1009, jsc#PED-947)

OBS-URL: https://build.opensuse.org/request/show/1040880
OBS-URL: https://build.opensuse.org/package/show/Base:System/mdadm?expand=0&rev=215
2022-12-07 09:53:46 +00:00
Dominique Leuenberger
e2580bf86b Accepting request 1039445 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1039445
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mdadm?expand=0&rev=137
2022-12-03 09:03:12 +00:00
Neil Brown
dfd3d1e3e7 Accepting request 1039443 from home:colyli:branches:openSUSE:Factory
- The patch (bsc#1111960) which fixed rpm check failure is replaced
  by the above patch,
  1004-Makefile-install-mdadm_env.sh-to-usr-lib-mdadm.patch.

OBS-URL: https://build.opensuse.org/request/show/1039443
OBS-URL: https://build.opensuse.org/package/show/Base:System/mdadm?expand=0&rev=213
2022-12-02 03:16:46 +00:00
Neil Brown
52d30d97b3 Accepting request 1039342 from home:colyli:branches:Base:System
- Call mdadm_env.sh from /usr/libexec/mdadm (bsc#1111960, bsc#1202090)
  1004-call-mdadm_env.sh-from-usr-libexec-mdadm.patch

- mdadm.spec: remove "PreReq: %{_sbindir}/mkinitrd" as it is
  unnecessary now. (bsc#1202352)

OBS-URL: https://build.opensuse.org/request/show/1039342
OBS-URL: https://build.opensuse.org/package/show/Base:System/mdadm?expand=0&rev=212
2022-12-01 22:04:51 +00:00
Dominique Leuenberger
ac485368ec Accepting request 1033420 from Base:System
Update mdadm package to latest mdadm since mdadm-4.2 (jsc#PED-1009) (forwarded request 1033139 from colyli)

OBS-URL: https://build.opensuse.org/request/show/1033420
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mdadm?expand=0&rev=136
2022-11-10 13:20:23 +00:00
Neil Brown
e802bd595e Accepting request 1033139 from home:colyli:branches:Base:System
Update mdadm package to latest mdadm since mdadm-4.2 (jsc#PED-1009)

OBS-URL: https://build.opensuse.org/request/show/1033139
OBS-URL: https://build.opensuse.org/package/show/Base:System/mdadm?expand=0&rev=210
2022-11-03 23:28:28 +00:00
Dominique Leuenberger
c38e3966a8 Accepting request 1004871 from Base:System
- mdadm.spec: add EXTRAVERSION string to make command line
  (jsc#SLE-24761, bsc#1193566) (forwarded request 1004742 from colyli)

OBS-URL: https://build.opensuse.org/request/show/1004871
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mdadm?expand=0&rev=135
2022-09-21 12:41:39 +00:00
Neil Brown
d2a044edd9 Accepting request 1004742 from home:colyli:branches:openSUSE:Factory
- mdadm.spec: add EXTRAVERSION string to make command line
  (jsc#SLE-24761, bsc#1193566)

OBS-URL: https://build.opensuse.org/request/show/1004742
OBS-URL: https://build.opensuse.org/package/show/Base:System/mdadm?expand=0&rev=208
2022-09-19 22:47:55 +00:00
Dominique Leuenberger
c391e9974d Accepting request 994643 from Base:System
- imsm: support for third Sata controller (bsc#1201297)
  0121-imsm-support-for-third-Sata-controller.patch
- mdadm: enable Intel Alderlake RSTe configuration (bsc#1201297)
  1005-mdadm-enable-Intel-Alderlake-RSTe-configuration.patch (forwarded request 994528 from colyli)

OBS-URL: https://build.opensuse.org/request/show/994643
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mdadm?expand=0&rev=134
2022-08-14 13:55:17 +00:00
Neil Brown
7e0a71b874 Accepting request 994528 from home:colyli:branches:openSUSE:Factory
- imsm: support for third Sata controller (bsc#1201297)
  0121-imsm-support-for-third-Sata-controller.patch
- mdadm: enable Intel Alderlake RSTe configuration (bsc#1201297)
  1005-mdadm-enable-Intel-Alderlake-RSTe-configuration.patch

OBS-URL: https://build.opensuse.org/request/show/994528
OBS-URL: https://build.opensuse.org/package/show/Base:System/mdadm?expand=0&rev=206
2022-08-11 22:41:10 +00:00
Dominique Leuenberger
60dc07364a Accepting request 979975 from Base:System
- resource RAID failed during cluster patch, Mdadm gets floating point error (bsc#1197158)
  1004-mdadm-super1-restore-commit-45a87c2f31335-to-fix-clu.patch (forwarded request 979803 from hmzhao)

OBS-URL: https://build.opensuse.org/request/show/979975
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mdadm?expand=0&rev=133
2022-06-01 15:33:46 +00:00
Neil Brown
33ad39a117 Accepting request 979803 from home:hmzhao:branches:openSUSE:Factory
- resource RAID failed during cluster patch, Mdadm gets floating point error (bsc#1197158)
  1004-mdadm-super1-restore-commit-45a87c2f31335-to-fix-clu.patch

OBS-URL: https://build.opensuse.org/request/show/979803
OBS-URL: https://build.opensuse.org/package/show/Base:System/mdadm?expand=0&rev=204
2022-05-30 22:40:07 +00:00
Dominique Leuenberger
768543287a Accepting request 963102 from Base:System
- skip RAID assembly if DM_UDEV_DISABLE_OTHER_RULES_FLAG (bsc#1196054)
  * Add 0120-udev-md-raid-assembly.rules-skip-if-DM_UDEV_DISABLE_.patch

OBS-URL: https://build.opensuse.org/request/show/963102
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mdadm?expand=0&rev=132
2022-03-22 18:36:12 +00:00
Neil Brown
a2b441a882 Accepting request 962961 from home:mwilck:branches:Base:System
- skip RAID assembly if DM_UDEV_DISABLE_OTHER_RULES_FLAG (bsc#1196054)
  * Add 0120-udev-md-raid-assembly.rules-skip-if-DM_UDEV_DISABLE_.patch

OBS-URL: https://build.opensuse.org/request/show/962961
OBS-URL: https://build.opensuse.org/package/show/Base:System/mdadm?expand=0&rev=202
2022-03-19 23:12:25 +00:00
Dominique Leuenberger
2799f609b0 Accepting request 933225 from Base:System
- Use %{_sbindir} for prerequisite of mkinitrd to work with
  usrmerge of dracut-mkinitrd-deprecated (forwarded request 933221 from suntorytimed)

OBS-URL: https://build.opensuse.org/request/show/933225
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mdadm?expand=0&rev=131
2021-11-24 22:54:20 +00:00
980be59b36 Accepting request 933221 from home:suntorytimed:branches:Base:System
- Use %{_sbindir} for prerequisite of mkinitrd to work with
  usrmerge of dracut-mkinitrd-deprecated

OBS-URL: https://build.opensuse.org/request/show/933221
OBS-URL: https://build.opensuse.org/package/show/Base:System/mdadm?expand=0&rev=201
2021-11-23 08:52:32 +00:00
Dominique Leuenberger
a9d36453cb Accepting request 923384 from Base:System
- Install mdadm in _sbindir rather than /sbin.  This is more
  appropriate now that we have a merged-/usr.
  (bsc#1191076)

OBS-URL: https://build.opensuse.org/request/show/923384
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mdadm?expand=0&rev=130
2021-10-11 13:30:19 +00:00
Neil Brown
6d00a3ce4b - Install mdadm in _sbindir rather than /sbin. This is more
appropriate now that we have a merged-/usr.
  (bsc#1191076)

OBS-URL: https://build.opensuse.org/package/show/Base:System/mdadm?expand=0&rev=200
2021-10-06 04:16:57 +00:00
Dominique Leuenberger
516dc2a316 Accepting request 916947 from Base:System
- Remove Spare drives line from details for external metadata
  (bsc#1180661, bsc#1182642)
  0118-Remove-Spare-drives-line-from-details-for-external-m.patch
- Don't associate spares with other arrays during RAID Examine
  (bsc#1180661, bsc#1182642)
  0119-Don-t-associate-spares-with-other-arrays-during-RAID.patch (forwarded request 915689 from colyli)

OBS-URL: https://build.opensuse.org/request/show/916947
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mdadm?expand=0&rev=129
2021-09-08 19:36:20 +00:00
Neil Brown
e82e6c7d1f Accepting request 915689 from home:colyli:branches:Base:System
- Remove Spare drives line from details for external metadata
  (bsc#1180661, bsc#1182642)
  0118-Remove-Spare-drives-line-from-details-for-external-m.patch
- Don't associate spares with other arrays during RAID Examine
  (bsc#1180661, bsc#1182642)
  0119-Don-t-associate-spares-with-other-arrays-during-RAID.patch

OBS-URL: https://build.opensuse.org/request/show/915689
OBS-URL: https://build.opensuse.org/package/show/Base:System/mdadm?expand=0&rev=199
2021-09-05 22:27:54 +00:00
Dominique Leuenberger
e5f612780f Accepting request 893458 from Base:System
OBS-URL: https://build.opensuse.org/request/show/893458
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mdadm?expand=0&rev=128
2021-05-20 17:23:16 +00:00
38bab7da8c Accepting request 893159 from home:colyli:branches:Base:System
- Grow: be careful of corrupt dev_roles list (bsc#1181619)
  0117-Grow-be-careful-of-corrupt-dev_roles-list.patch

- imsm: nvme multipath support (bsc#1175758)
  0116-imsm-nvme-multipath-support.patch

OBS-URL: https://build.opensuse.org/request/show/893159
OBS-URL: https://build.opensuse.org/package/show/Base:System/mdadm?expand=0&rev=197
2021-05-16 12:37:31 +00:00
Richard Brown
3f86a13088 Accepting request 880599 from Base:System
- cluster-md/mdadm : avoid useless re-sync (bsc#1181341)
  0114-super1-fix-Floating-point-exception.patch
  0115-super1.c-avoid-useless-sync-when-bitmap-switches-fro.patch (forwarded request 879542 from hmzhao)

OBS-URL: https://build.opensuse.org/request/show/880599
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mdadm?expand=0&rev=127
2021-03-29 16:21:03 +00:00
Neil Brown
ec91862c51 Accepting request 879542 from home:hmzhao:branches:openSUSE:Factory
- cluster-md/mdadm : avoid useless re-sync (bsc#1181341)
  0114-super1-fix-Floating-point-exception.patch
  0115-super1.c-avoid-useless-sync-when-bitmap-switches-fro.patch

OBS-URL: https://build.opensuse.org/request/show/879542
OBS-URL: https://build.opensuse.org/package/show/Base:System/mdadm?expand=0&rev=195
2021-03-22 21:05:28 +00:00
Dominique Leuenberger
54dc04e5e4 Accepting request 860545 from Base:System
- Incremental: Remove redundant spare movement logic
  (jsc#SLE-13700, bsc#1180220)
  0112-Incremental-Remove-redundant-spare-movement-logic.patch
- Dump: get stat from a wrong metadata file when restoring metadata
  (jsc#SLE-13700)
  0113-Dump-get-stat-from-a-wrong-metadata-file-when-restor.patch (forwarded request 860474 from colyli)

OBS-URL: https://build.opensuse.org/request/show/860545
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mdadm?expand=0&rev=126
2021-01-10 18:38:39 +00:00