linux-lvm.redhat.com archive mirror
 help / color / mirror / Atom feed
From: Mauricio Tavares <raubvogel@gmail.com>
To: Zdenek Kabelac <zkabelac@redhat.com>
Cc: LVM general discussion and development <linux-lvm@redhat.com>
Subject: Re: [linux-lvm] Failed merge, still running?
Date: Wed, 22 Jan 2020 08:44:35 -0500	[thread overview]
Message-ID: <CAHEKYV7TdR152_tarSrWGbBjGv3RZMb-AiHBBqF=kTavF_wi8g@mail.gmail.com> (raw)
In-Reply-To: <a65afa5a-4081-4c48-5da3-47ffe661bb00@redhat.com>

On Wed, Jan 22, 2020 at 8:12 AM Zdenek Kabelac <zkabelac@redhat.com> wrote:
>
> Dne 22. 01. 20 v 11:58 Mauricio Tavares napsal(a):
> > So after a botched package update I decided to revert to the snapshot
> > I took just before doing the update. After shutting guest down, I
> > started
> >
> > lvconvert --merge vmhost_vg0/desktop_snap_20200121
> >
> > and instead of seeing the usual percentage of how far it has
> > completed, I got nothing. lvs -a -o +devices shows
> >
> >    LV                      VG         Attr       LSize  Pool Origin
> > Data%  Meta%  Move Log Cpy%Sync Convert Devices
> >    desktop                 vmhost_vg0 Owi-a-s--- 20.00g
> >                                       /dev/sdb3(14848)
> >    [desktop_snap_20200121] vmhost_vg0 Swi-a-s--- 10.00g      desktop 100.00
> >
> > I see nothing when I do lsof against both the lv (lsof
> > /dev/vmhost_vg0/desktop) and its snapshot. dmsetup tells me:
> >
> > [root@vmhost ~]# dmsetup info /dev/vmhost_vg0/desktop
> > Name:              vmhost_vg0-desktop
> > State:             ACTIVE
> > Read Ahead:        256
> > Tables present:    LIVE
> > Open count:        0
> > Event number:      0
> > Major, minor:      253, 5
> > Number of targets: 1
> > UUID: LVM-qa4WnlE7w8V7pasHwdNH6bnpz2ajYY1F2ZXwTWzpUE2r6eE2DftMGLHdeATE8XAq
> >
> > [root@vmhost ~]# dmsetup info /dev/vmhost_vg0/desktop_snap_20200121
> > Name:              vmhost_vg0-desktop_snap_20200121
> > State:             ACTIVE
> > Read Ahead:        256
> > Tables present:    LIVE
> > Open count:        0
> > Event number:      0
> > Major, minor:      253, 15
> > Number of targets: 1
> > UUID: LVM-qa4WnlE7w8V7pasHwdNH6bnpz2ajYY1FkyXcvv8ai1Sc0q5zlsXeenYOqCPUXs3M
> >
> > [root@vmhost ~]#
> >
> > Before I blow that lv up, what else should I be checking?
>
>
> Hi
>
>
> Merging can ONLY start when devices are not in-use - so if you've issued merge
> command while devices were still opened - the 'merge' operation has
> been just committed into lvm2 metadata and the actual merge would normally
> happen/start with next activation of the merged LV.
>
      Interesting. I guess when I told guest to shutdown I did not
wait for it to be completely shutdown as far as kvm was concerned; it
might have been doing some housekeeping when I unleashed lvconvert.

> You can invoke it also by issuing 'lvchange --refresh' which may start to
> merging (if the conditions do allow the operation to start).
>
      Thanks! As soon as I ran

lvchange --refresh vmhost_vg0/desktop

I was able to see progress:

[root@vmhost ~]# lvs -a -o +devices
[desktop_snap_20200121] vmhost_vg0 Swi-a-s--- 10.00g      desktop 30.78
[desktop_snap_20200121] vmhost_vg0 Swi-a-s--- 10.00g      desktop 30.76
[...]

After a few more minutes, the vm gues was "rewinded." Now I can run it again.

Thanks again!

> Regard
>
> Zdenek
>
>

      reply	other threads:[~2020-01-22 13:44 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-22 10:58 [linux-lvm] Failed merge, still running? Mauricio Tavares
2020-01-22 13:06 ` Stuart D. Gathman
2020-01-22 13:56   ` Mauricio Tavares
2020-01-22 13:12 ` Zdenek Kabelac
2020-01-22 13:44   ` Mauricio Tavares [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='CAHEKYV7TdR152_tarSrWGbBjGv3RZMb-AiHBBqF=kTavF_wi8g@mail.gmail.com' \
    --to=raubvogel@gmail.com \
    --cc=linux-lvm@redhat.com \
    --cc=zkabelac@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).