From: Milan Broz <mbroz@redhat.com>
To: lvm-devel@redhat.com
Subject: [PATCH] Also clean up MISSING devices in --removemissing --force
Date: Thu, 17 Dec 2009 14:49:06 +0100 [thread overview]
Message-ID: <4B2A36D2.9090002@redhat.com> (raw)
In-Reply-To: <87iqc5g8vw.fsf@twilight.int.mornfall.net.>
On 12/17/2009 12:03 PM, Petr Rockai wrote:
> this is a simple patch that makes --removemissing --force treat
> MISSING_PV devices the same way as --removemissing (without --force)
> does. This should fix the last bit of RHBZ 537954.
> - if (pvl->pv->dev)
> + if (pvl->pv->dev && !(pvl->pv->status & MISSING_PV))
> continue;
> if (!_remove_pv(vg, pvl, 0))
> return_0;
ack.
Milan
prev parent reply other threads:[~2009-12-17 13:49 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-12-17 11:03 [PATCH] Also clean up MISSING devices in --removemissing --force Petr Rockai
2009-12-17 13:49 ` Milan Broz [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4B2A36D2.9090002@redhat.com \
--to=mbroz@redhat.com \
--cc=lvm-devel@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.