]> sourceware.org Git - lvm2.git/commit
raid_manip: 'vgreduce --removemissing --force ...' segfaults on raid0 LV
authorHeinz Mauelshagen <heinzm@redhat.com>
Tue, 12 Jul 2016 15:55:01 +0000 (17:55 +0200)
committerHeinz Mauelshagen <heinzm@redhat.com>
Tue, 12 Jul 2016 15:55:01 +0000 (17:55 +0200)
commit9c2757349370cb0b098fb3a3d137107543818fd7
treebba543b9a89639e4bee3fc6b01e53d7ad3f29955
parentc77c59f3d9a97b43cd2bd9be1c5892aea384f857
raid_manip: 'vgreduce --removemissing --force ...' segfaults on raid0 LV

An unconditional access to the non-existing MetaLV of a raid0 LV in
lv_raid_remove_missing() was causing the segfault.

Only call log_debug() on replacements of existing MetaLVs.

- resolves rhbz1354646
lib/metadata/raid_manip.c
This page took 0.037454 seconds and 5 git commands to generate.