358 Commits

Author SHA256 Message Date
5c0648d2b0 Accepting request 1269754 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1269754
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lvm2?expand=0&rev=176
2025-04-16 18:38:09 +00:00
d80930bdeb - LVM filter behaves unexpectedly for MPIO devices in SLES15SP5 (bsc#1216938)
* set lvm.conf devices.multipath_wwids_file=""

OBS-URL: https://build.opensuse.org/package/show/Base:System/lvm2?expand=0&rev=364
2025-04-16 05:27:03 +00:00
14653e7a64 Accepting request 1251211 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1251211
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lvm2?expand=0&rev=175
2025-03-08 16:51:27 +00:00
a57bef77e5 - Fixes the lvm2-testsuite case fsadm-btrfs.sh (bsc#1238857)
* Update SUSE special patch
    + fate-31841-03_tests-new-test-suite-of-fsadm-for-btrfs.patch

OBS-URL: https://build.opensuse.org/package/show/Base:System/lvm2?expand=0&rev=362
2025-03-07 13:59:34 +00:00
2b1b13d1d2 Accepting request 1248830 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1248830
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lvm2?expand=0&rev=174
2025-02-28 16:38:16 +00:00
006797eb89 sync between SLFO and openSUSE. This SR only add missing changelog and comment for openSUSE, no code changes.
OBS-URL: https://build.opensuse.org/package/show/Base:System/lvm2?expand=0&rev=360
2025-02-27 03:47:58 +00:00
8060b32212 - fixing HA16.0 Product building issues for packages: lvm2-lockd, cluster-md, dlm, drbd (bsc#1237701)
* update lvm2.spec

OBS-URL: https://build.opensuse.org/package/show/Base:System/lvm2?expand=0&rev=359
2025-02-27 02:57:55 +00:00
53a83a572c Accepting request 1247582 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1247582
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lvm2?expand=0&rev=173
2025-02-21 20:35:25 +00:00
595ee3e8df - system with LVM on iSCSI hangs on shutdown because blk-availability.service is not enabled (bsc#1236788)
* update lvm2.spec
    - remove blk-availability.service from %postun
    - add new Provides 'dont_stop_blk_availability_service'

OBS-URL: https://build.opensuse.org/package/show/Base:System/lvm2?expand=0&rev=357
2025-02-21 08:58:31 +00:00
496fcd60e1 Accepting request 1244935 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1244935
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lvm2?expand=0&rev=172
2025-02-11 20:21:56 +00:00
f1ec972208 - thin-provisioning-tools 1.1.0 requires device-mapper-devel, this creates a cycle (boo#1236749)
* update lvm2.spec
    - remove build require dependency thin-provisioning-tools from devicemapper
    - remove thin-provisioning-tools related configure options from devicemapper
    - remove a trivial empty line in extra_opts if default_use_devices_file=1

OBS-URL: https://build.opensuse.org/package/show/Base:System/lvm2?expand=0&rev=355
2025-02-11 05:22:52 +00:00
bbd1d27423 Accepting request 1239681 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1239681
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lvm2?expand=0&rev=171
2025-01-24 12:38:11 +00:00
11b262c357 - Drop rcFOO symlinks for CODE16 (PED-266).
OBS-URL: https://build.opensuse.org/package/show/Base:System/lvm2?expand=0&rev=353
2025-01-23 00:27:31 +00:00
c6dfdbfc63 Accepting request 1231309 from Base:System
- Update lvm2 from LVM2.2.03.24 to LVM2.2.03.29
  *** WHATS_NEW from 2.03.24 to 2.03.29 ***
  Version 2.03.29 - 09th December 2024
  ====================================
    Configure --enable/disable-sd-notify to control lvmlockd build with sd-notify.
    Allow test mode when lvmlockd is built without dlm support.
    Add a note about RAID + integrity synchronization to lvmraid(7) man page.
    Add a function for running lvconvert --repair on RAID LVs to lvmdbusd.
    Improve option section of man pages for listing commands ({pv,lv,vg}{s,display}).
    Fix renaming of raid sub LVs when converting a volume to raid (2.03.28).
    Fix segfault/VG write error for raid LV lvextend -i|--stripes -I|--stripesize.
    Revert ignore -i|--stripes, -I|--stripesize for lvextend on raid0 LV (2.03.27).
  Version 2.03.28 - 04th November 2024
  ====================================
    Use radix_tree to lookup for UUID within committed metadata.
    Use radix_tree to lookup LV list entry within VG struct.
    Introduce setting config/validate_metadata = full | none.
    Restore fs resize call for lvresize -r on the same size LV (2.03.17).
    Correct off-by-one devicesfile backup counting.
    Replace use of dm_hash with radix_tree for lv names and uuids.
    Refactor vg_validate with uniq_insert and better use of CPU caches.
    Add radix_tree_uniq_insert.
    Update DM cache when taking next VG lock instead of dropping it.
    Generate json string id only for json reporting.
    For vgsummary use new API call dm_config_parse_only_section().
    Use radix_tree for PV names mapping.
    Split check_lv_segment into separate _in/complete_vg variant.
    Use find_lv instead of find_lv_in_vg when possible.
    Do a mirror fixup only when mirrors with logs are imported.
    Add faster crc32 calculation from zlib code for x86_64.
    Fall back to direct zeroing if BLKZEROOUT fails during new LV initialization.
  Version 2.03.27 - 02nd October 2024
  ===================================
    Fix swap device size detection using blkid for lvresize/lvreduce/lvextend.
    Detect GPT partition table and pass partition filter if no partitions defined.
    Add global/sanlock_align_size option to configure sanlock lease size.
    Disable mem locking when activation/reserved_stack or reserved_memory is 0.
    Fix locking issues in lvmlockd leaving thin pool locked.
    Deprecate vdo settings vdo_write_policy and vdo_write_policy.
    Lots of typo fixes across lvm2 code base (codespell).
    Corrected integrity parameter interleave_sectors for DM table line.
    Ignore -i|--stripes, -I|--stripesize for lvextend on raid0 LV, like raid10.
    Do not accept duplicate device names for pvcreate.
  Version 2.03.26 - 23rd August 2024
  ==================================
    Fix internal error reported by pvmove on a VG with single PV.
    Also accept --mknodes --refresh for vgscan.
    Fix vgmknodes --refresh to wait for udev before checking /dev content.
    Use log/report_command_log=1 config setting by default for JSON output format.
    Fix unreleased memory pools on RAID lvextend.
    Add --integritysettings option to manipulate dm-integrity settings.
  Version 2.03.25 - 12nd July 2024
  ================================
    Utilize more radix_tree instead of dm_hash and btree.
    Refactor DM uuid caching from device_mapper directory.
    Enhance checking for DM uuid device.
    Fix lvm shell command completion on tab key (2.03.24).
    Avoid lockd_vg call to lvmlockd for local VGs.
    Allow forced change of locktype from none.
    Handle OPTIONS defined in /etc/sysconfig/lvmlockd.
  *** WHATS_NEW_DM from 1.02.198 to 1.02.203 ***
  Version 1.02.203 - 09th December 2024
  =====================================
  Version 1.02.202 - 04th November 2024
  =====================================
    Introduce dm_config_parse_only_section to stop parsing after section.
    For shorter string use on stack buffers when generating sections.
    Enhance dm_config tokenizer.
  Version 1.02.201 - 02nd October 2024
  ====================================
    Cleanup udev sync semaphore if dm_{udev_create,task_set}_cookie fails.
    Improve error messages on failed udev cookie create/inc/dec operation.
  Version 1.02.200 - 23rd August 2024
  ===================================
  Version 1.02.199 - 12nd July 2024
  =================================
- update lvm2.spec
  - change lvm2_version to 2.03.29
  - change upstream_device_mapper_version and device_mapper_version to 1.02.203
  - include new systemed files lvm-devices-import.path and lvm-devices-import.service in lvm2 package
  - add build dependency 'pkgconfig(systemd)' and configure option '--enable-sd-notify' for lvmlockd
  - remove unrecognized (since 2.03.01) configure parameter '--with-cluster' from lvmlockd

OBS-URL: https://build.opensuse.org/request/show/1231309
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lvm2?expand=0&rev=170
2024-12-17 18:22:11 +00:00
794ebf2447 Accepting request 1231308 from home:gsu:branches:Base:System
Update last changelog entry time

OBS-URL: https://build.opensuse.org/request/show/1231308
OBS-URL: https://build.opensuse.org/package/show/Base:System/lvm2?expand=0&rev=351
2024-12-16 06:06:32 +00:00
5cab5da260 Accepting request 1231293 from home:gsu:branches:Base:System
Update lvm2 from LVM2.2.03.24 to LVM2.2.03.29

OBS-URL: https://build.opensuse.org/request/show/1231293
OBS-URL: https://build.opensuse.org/package/show/Base:System/lvm2?expand=0&rev=350
2024-12-16 05:41:13 +00:00
2e68436f3a Accepting request 1194106 from Base:System
- lvm2-monitor.service fails to start (boo#1228854)
  + bug-1228854_lvm2-monitor-service-start-after-system-fully-booted.patch

OBS-URL: https://build.opensuse.org/request/show/1194106
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lvm2?expand=0&rev=169
2024-08-16 10:22:58 +00:00
9df76d5283 update lvm2.changes
OBS-URL: https://build.opensuse.org/package/show/Base:System/lvm2?expand=0&rev=348
2024-08-15 12:40:34 +00:00
8358cf276a - lvm2-monitor.service fails to start (boo#1228854)
+ bug-1228854_lvm2-monitor-service-start-after-systemd-remount-fs.patch

OBS-URL: https://build.opensuse.org/package/show/Base:System/lvm2?expand=0&rev=347
2024-08-15 08:26:49 +00:00
98d70502aa Accepting request 1188923 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1188923
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lvm2?expand=0&rev=168
2024-07-24 13:32:45 +00:00
a63769f5a9 Accepting request 1188922 from home:gsu:branches:Base:System
- enable devices file feature by default - see lvmdevices(8)
  * enable '--with-default-use-devices-file=1' in lvm2.spec
  * update commented default value of 'use_devicesfile' in lvm2.conf

OBS-URL: https://build.opensuse.org/request/show/1188922
OBS-URL: https://build.opensuse.org/package/show/Base:System/lvm2?expand=0&rev=345
2024-07-22 02:40:56 +00:00
d13c66dd3a Accepting request 1183261 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1183261
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lvm2?expand=0&rev=167
2024-06-27 13:57:49 +00:00
bdd78bb17b - add rpm dependency in spec file for aligning new DM udev rules (bsc#1225783)
* update lvm2.spec for multipath-tools

OBS-URL: https://build.opensuse.org/package/show/Base:System/lvm2?expand=0&rev=343
2024-06-25 23:36:09 +00:00
3a23fdf19f Accepting request 1181382 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1181382
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lvm2?expand=0&rev=166
2024-06-19 14:36:25 +00:00
00b92a8328 - change BuildRequires due to corosync devel package rename
* update lvm2.spec, use pkgconfig(corosync)

OBS-URL: https://build.opensuse.org/package/show/Base:System/lvm2?expand=0&rev=341
2024-06-18 05:34:38 +00:00
bb2c4332f0 Accepting request 1178006 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1178006
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lvm2?expand=0&rev=165
2024-06-03 15:40:31 +00:00
97d3764c49 Accepting request 1178005 from home:hmzhao:branches:Base:System
- add rpm dependency in spec file for aligning new DM udev rules (bsc#1225783)
  * update lvm2.spec

OBS-URL: https://build.opensuse.org/request/show/1178005
OBS-URL: https://build.opensuse.org/package/show/Base:System/lvm2?expand=0&rev=339
2024-06-01 01:58:05 +00:00
0adbef3a9d Accepting request 1176955 from home:hmzhao:branches:Base:System
Update lvm2 from LVM2.2.03.22 to LVM2.2.03.24

OBS-URL: https://build.opensuse.org/request/show/1176955
OBS-URL: https://build.opensuse.org/package/show/Base:System/lvm2?expand=0&rev=338
2024-05-26 14:49:54 +00:00
473724cee5 Accepting request 1175738 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1175738
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lvm2?expand=0&rev=164
2024-05-23 13:34:39 +00:00
a10d3f5673 Accepting request 1175537 from home:dimstar:Factory
- Use %patch -P N instead of deprecated %patchN syntax.

OBS-URL: https://build.opensuse.org/request/show/1175537
OBS-URL: https://build.opensuse.org/package/show/Base:System/lvm2?expand=0&rev=336
2024-05-22 10:09:52 +00:00
a573e6c0c4 Accepting request 1161490 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1161490
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lvm2?expand=0&rev=163
2024-03-26 18:25:04 +00:00
3e4c75645f Accepting request 1160681 from home:pgajdos
- remove dependency on /usr/bin/python3 using
  %python3_fix_shebang_path macro, [bsc#1212476]

OBS-URL: https://build.opensuse.org/request/show/1160681
OBS-URL: https://build.opensuse.org/package/show/Base:System/lvm2?expand=0&rev=334
2024-03-25 15:33:53 +00:00
440b3c0884 Accepting request 1112146 from Base:System
Update lvm2 from LVM2.2.03.16 to LVM2.2.03.22 (jsc#PED-6339)

OBS-URL: https://build.opensuse.org/request/show/1112146
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lvm2?expand=0&rev=162
2023-09-21 20:13:04 +00:00
bde51e3862 Accepting request 1112038 from home:gsu
- Update lvm2 from LVM2.2.03.16 to LVM2.2.03.22 (jsc#PED-6339)
  *** WHATS_NEW from 2.03.17 to 2.03.22 ***
  
  version 2.03.22 - 02nd August 2023
  ==================================
    Fix pv_major/pv_minor report field types so they are integers, not strings.
    Add lvmdevices --delnotfound to delete entries for missing devices.
    Always use cachepool name for metadata backup LV for lvconvert --repair.
    Make metadata backup LVs read-only after pool's lvconvert --repair.
    Improve VDO and Thin support with lvmlockd.
    Handle 'lvextend --usepolicies' for pools for all activation variants.
    Fix memleak in vgchange autoactivation setup.
    Update py-compile building script.
    Support conversion from thick to fully provisioned thin LV.
    Cache/Thin-pool can use error and zero volumes for testing.
    Individual thin volume can be cached, but cannot take snapshot.
    Better internal support for handling error and zero target (for testing).
    Resize COW above trimmed maximal size is does not return error.
    Support parsing of vdo geometry format version 4.
    Add lvm.conf thin_restore and cache_restore settings.
    Handle multiple mounts while resizing volume with a FS.
    Handle leading/trailing spaces in sys_wwid and sys_serial used by deivce_id.
    Enhance lvm_import_vdo and use snapshot when converting VDO volume.
    Fix parsing of VDO metadata.
    Fix failing -S|--select for non-reporting cmds if using LV info/status fields.
    Allow snapshots of raid+integrity LV.
    Fix multisegment RAID1 allocator to prevent using single disk for more legs.
  version 2.03.21 - 21st April 2023
  =================================
    Fix activation of vdo-pool for with 0 length headers (converted pools).
    Avoid printing internal init messages when creation integration devices.
    Allow (write)cache over raid+integrity LV.
  version 2.03.20 - 21st March 2023
  =================================
    Fix segfault if using -S|--select with log/report_command_log=1 setting.
    Configure now fails when requested lvmlockd dependencies are missing.
    Add some configure Gentoo enhancements for static builds.
  version 2.03.19 - 21st February 2023
  ====================================
    Configure supports --with-systemd-run executed from udev rules.
    Enhancement for build with MuslC systemd and non-bash system shells (dash).
    Do not reset SYSTEMD_READY variable in udev for PVs on MD and loop devices.
    Ensure udev is processing origin LV before its thick snapshots LVs.
    Fix and improve runtime memory size detection for VDO volumes.
  version 2.03.18 - 22nd December 2022
  ====================================
    Fix issues reported by coverity scan.
    Fix warning for thin pool overprovisioning on lvextend (2.03.17).
    Add support for writecache metadata_only and pause_writeback settings.
    Fix missing error messages in lvmdbusd.
  Version 2.03.17 - 10th November 2022
  ====================================
    Add new options (--fs, --fsmode) for FS handling when resizing LVs.
    Fix 'lvremove -S|--select LV' to not also remove its historical LV right away.
    Fix lv_active field type to binary so --select and --binary applies properly.
    Switch to use mallinfo2 and use it only with glibc.
    Error out in lvm shell if using a cmd argument not supported in the shell.
    Fix lvm shell's lastlog command to report previous pre-command failures.
    Extend VDO and VDOPOOL without flushing and locking fs.
    Add --valuesonly option to lvmconfig to print only values without keys.
    Updates configure with recent autoconf tooling.
    Fix lvconvert --test --type vdo-pool execution.
    Add json_std output format for more JSON standard compliant version of output.
    Fix vdo_slab_size_mb value for converted VDO volume.
    Fix many corner cases in device_id, including handling of S/N duplicates.
    Fix various issues in lvmdbusd.
- Drop patches that have been merged into upstream
  - 0001-devices-file-move-clean-up-after-command-is-run.patch
  - 0002-devices-file-fail-if-devicesfile-filename-doesn-t-ex.patch
  - 0003-filter-mpath-handle-other-wwid-types-in-blacklist.patch
  - 0004-filter-mpath-get-wwids-from-sysfs-vpd_pg83.patch
  - 0005-pvdisplay-restore-reportformat-option.patch
  - 0006-exit-with-error-when-devicesfile-name-doesn-t-exist.patch
  - 0007-report-fix-pe_start-column-type-from-NUM-to-SIZ.patch
  - 0008-_vg_read_raw_area-fix-segfault-caused-by-using-null-.patch
  - 0009-mm-remove-libaio-from-being-skipped.patch
  - 0010-dmsetup-check-also-for-ouf-of-range-value.patch
  - 0011-devices-drop-double-from-sysfs-path.patch
  - 0012-devices-file-fix-pvcreate-uuid-matching-pvid-entry-w.patch
  - 0013-vgimportdevices-change-result-when-devices-are-not-a.patch
  - 0014-vgimportdevices-fix-locking-when-creating-devices-fi.patch
  - bug-1203216_lvmlockd-purge-the-lock-resources-left-in-previous-l.patch
  - bug-1212613_apply-multipath_component_detection-0-to-duplicate-P.patch
- Add upstream patch
  + 0001-lvconvert-swapmetadata-fix-lvmlockd-locking.patch
  + 0002-lvconvert-fix-ret-values-fro-integrity-remove.patch
  + 0003-lvconvert-fix-regresion-from-integrity-check.patch
  + 0004-gcc-cleanup-warnings.patch
  + 0005-lvmlockd-fix-thick-to-thin-lv-conversion.patch
  + 0006-lvmlockd-let-lockd_init_lv_args-set-lock_args.patch
  + 0007-lvmlockd-fix-lvconvert-to-thin-pool.patch
  + 0008-lvconvert-run-error-path-code-only-for-shared-VG.patch
  + 0009-vgchange-acquire-an-exclusive-VG-lock-for-refresh.patch
  + 0010-lvmlockd-client-mutex-ordering.patch
  + 0011-filesystem-move-stat-after-open-check.patch
  + 0012-tests-check-for-writecache.patch
  + 0013-lvresize-fix-32-bit-overflow-in-size-calculation.patch
  + 0014-gcc-fix-warnings-for-x32-architecture.patch
  + 0015-gcc-warning-missing-braces-around-initializer.patch
  + 0016-test-improve-aux-teardown.patch
  + 0017-tests-aux-try-with-extra-sleep.patch
  + 0018-tests-aux-using-singl-lvmconf-call.patch
  + 0019-tests-missing-to-check-for-writecache-support.patch
  + 0020-tests-pvmove-large-disk-area.patch
  + 0021-tests-enforce-full-fs-check.patch
  + 0022-tests-update-for-work-in-fake-dev-environment.patch
  + 0023-tests-skip-test-when-lvmdbusd-runs-on-the-system.patch
  + 0024-tests-better-slowdown.patch
- Update patch
  - bug-1037309_Makefile-skip-compliling-daemons-lvmlockd-directory.patch
  - bug-1184124-link-tests-as-PIE.patch
  - bug-1184687_Add-nolvm-for-kernel-cmdline.patch
  - fate-31841-03_tests-new-test-suite-of-fsadm-for-btrfs.patch
  
- Rename & Update patch
  - bug-1012973_simplify-special-case-for-md-in-69-dm-lvm-metadata.patch
  + bug-1012973_simplify-special-case-for-md-in-69-dm-lvm-rules.patch
  
- update lvm2.spec
  - change upstream_device_mapper_version to 1.02.196
  - change device_mapper_version to %{lvm2_version}_1.02.196
  - add config item "-with-libexecdir=%{_libexecdir}" to fix libexec path since commit a2d33cdf
  - add new binary "%{_libexecdir}/lvresize_fs_helper" to lvm2 package

OBS-URL: https://build.opensuse.org/request/show/1112038
OBS-URL: https://build.opensuse.org/package/show/Base:System/lvm2?expand=0&rev=332
2023-09-19 00:36:45 +00:00
384e01b6be Accepting request 1104870 from Base:System
- blkdeactivate calls wrong mountpoint cmd (bsc#1214071)
  + bug-1214071-blkdeactivate_calls_wrong_mountpoint.patch

OBS-URL: https://build.opensuse.org/request/show/1104870
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lvm2?expand=0&rev=161
2023-08-21 09:42:48 +00:00
fbdfb470ca Accepting request 1104868 from home:hmzhao:branches:Base:System
- blkdeactivate calls wrong mountpoint cmd (bsc#1214071)
  + bug-1214071-blkdeactivate_calls_wrong_mountpoint.patch

OBS-URL: https://build.opensuse.org/request/show/1104868
OBS-URL: https://build.opensuse.org/package/show/Base:System/lvm2?expand=0&rev=330
2023-08-20 09:20:35 +00:00
a78128ce06 Accepting request 1095569 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1095569
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lvm2?expand=0&rev=160
2023-06-27 21:16:12 +00:00
0dcdd6eca7 Accepting request 1095568 from home:hmzhao:branches:Base:System
fix bsc#1212613

OBS-URL: https://build.opensuse.org/request/show/1095568
OBS-URL: https://build.opensuse.org/package/show/Base:System/lvm2?expand=0&rev=328
2023-06-27 09:57:25 +00:00
5f3e8bb016 Accepting request 1095377 from home:hmzhao:branches:Base:System
fix bsc#1212613

OBS-URL: https://build.opensuse.org/request/show/1095377
OBS-URL: https://build.opensuse.org/package/show/Base:System/lvm2?expand=0&rev=327
2023-06-26 09:51:06 +00:00
9f29ca469f Accepting request 1094778 from home:hmzhao:branches:Base:System
- multipath_component_detection = 0 in lvm.conf does not have any effect (bsc#1212613)
  - bug-1212613_apply-multipath_component_detection-0-to-duplicate-P.patch

OBS-URL: https://build.opensuse.org/request/show/1094778
OBS-URL: https://build.opensuse.org/package/show/Base:System/lvm2?expand=0&rev=326
2023-06-23 09:00:10 +00:00
c19087829c Accepting request 1056301 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1056301
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lvm2?expand=0&rev=159
2023-01-07 16:16:00 +00:00
8ae1e2ac5f Accepting request 1055707 from home:lnussel:usrmerge
Replace transitional %usrmerged macro with regular version check (boo#1206798)

OBS-URL: https://build.opensuse.org/request/show/1055707
OBS-URL: https://build.opensuse.org/package/show/Base:System/lvm2?expand=0&rev=324
2023-01-05 23:43:09 +00:00
158f49763d Accepting request 1034122 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1034122
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lvm2?expand=0&rev=158
2022-11-08 09:53:14 +00:00
db0542d73a Accepting request 1034113 from home:achaudhary:branches:Base:System
- killed lvmlockd doesn't clear/adopt locks leading to inability to start volume group (bsc#1203216)
  - bug-1203216_lvmlockd-purge-the-lock-resources-left-in-previous-l.patch

OBS-URL: https://build.opensuse.org/request/show/1034113
OBS-URL: https://build.opensuse.org/package/show/Base:System/lvm2?expand=0&rev=322
2022-11-07 09:57:22 +00:00
92b2380bb1 Accepting request 1032589 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1032589
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lvm2?expand=0&rev=157
2022-11-02 11:46:34 +00:00
23fec85f6d Accepting request 1032588 from home:hmzhao:branches:Base:System
- dracut-initqueue timeouts with 5.3.18-150300.59.63 kernel on ppc64le (bsc#1199074)
  - in lvm2.spec, change device_mapper_version from 1.02.185 to %{lvm2_version}_1.02.185

OBS-URL: https://build.opensuse.org/request/show/1032588
OBS-URL: https://build.opensuse.org/package/show/Base:System/lvm2?expand=0&rev=320
2022-11-01 02:04:50 +00:00
c9010bea94 Accepting request 1009983 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1009983
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lvm2?expand=0&rev=156
2022-10-14 13:40:04 +00:00
d02d9399ca Accepting request 1009982 from home:hmzhao:branches:Base:System
- lvm.conf should re-enable commented out option use_lvmlockd (bsc#1204219)
  - re-enable "use_lvmlockd = 0" in lvm.conf

OBS-URL: https://build.opensuse.org/request/show/1009982
OBS-URL: https://build.opensuse.org/package/show/Base:System/lvm2?expand=0&rev=318
2022-10-12 03:20:22 +00:00
0a26d1042e Accepting request 1005078 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1005078
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lvm2?expand=0&rev=155
2022-09-22 12:49:11 +00:00
68008c6150 Accepting request 1005077 from home:hmzhao:branches:Base:System
this request will enable sanlock feature, there is no new binary, only another lock type support from lvmlockd.

OBS-URL: https://build.opensuse.org/request/show/1005077
OBS-URL: https://build.opensuse.org/package/show/Base:System/lvm2?expand=0&rev=316
2022-09-21 01:11:50 +00:00