From: Vandeir Eduardo <vanedu@inf.furb.br>
To: Alexander Graf <agraf@suse.de>
Cc: Kevin Wolf <kwolf@redhat.com>,
qemu-devel Developers <qemu-devel@nongnu.org>,
KVM list <kvm@vger.kernel.org>
Subject: [Qemu-devel] Re: Block device resize detection
Date: Mon, 6 Dec 2010 10:25:36 -0200 (BRST) [thread overview]
Message-ID: <Pine.LNX.4.64.1012061015250.4150@penha.inf.furb.br> (raw)
In-Reply-To: <AD418F28-565C-41F9-B156-078A37C84435@suse.de>
[-- Attachment #1: Type: TEXT/PLAIN, Size: 2066 bytes --]
Humm,
unfortunately I'm not a developer, only a sys admin, but this would
be a nice feature to avoid restarting vm guests.
I didn't want, but I think I will have to add another
software layer (LVM) inside the guest vm.
This way, when I need more space, I hot-add another device and
add it to the volume group of the guest vm.
Thanks.
On Mon, 6 Dec 2010, Alexander Graf wrote:
> Hi Vandeir,
>
>
> On 06.12.2010, at 11:49, Vandeir Eduardo wrote:
>
> > Hi guys,
> >
> > I have a KVM guest machine, lets name it VMTEST,
> > using an iSCSI LUN as a virtio device. Something like this:
> >
> > <disk type='block' device='disk'>
> > <driver name='qemu' type='raw' cache='none'/>
> > <source
> > dev='/dev/disk/by-path/ip-w.x.y.z:3260-iscsi-iqn.2010-10.br.furb.inf:disk0-lun-4'/>
> > <target dev='vda' bus='virtio'/>
> > </disk>
> >
> > On iSCSI server, if I resize this LUN, this resize is detected
> > on KVM host, but not on the VMTEST. The device resize is only
> > detected if I restart VMTEST. Is there a way to make VMTEST detect
> > the /dev/vda resize without restarting it?
> >
> > On VMTEST I already tried commands like partprobe /dev/vda,
> > hdparm -z /dev/vda and blockdev --rereadpt /dev/vda, but none of
> > was capable to detect the block device (/dev/vda) resize.
>
> The probing of an image is only done at initialization time of the block backend driver, which in your case is the bootup. The only chance you have of reevaluating it would be to hot-add another virtio device with the resized image.
>
> Alternatively, you could also try to write a patch for reevaluation plumbing, so that the hba emulation layer can trigger reevaluation in the disk layer.
>
>
> Alex
>
>
__________________________________________
Vandeir Eduardo
(CCNA, LPIC-2, MCSA 2003 Server)
Laboratório de Computação e Informática (LCI) - Campus III
Fundacao Universidade Regional de Blumenau (FURB)
Rua São Paulo, 2171 - Sala A009 - CEP: 89.030-000
Blumenau, SC, Brasil.
Fone: +55 47 3321-7342
next prev parent reply other threads:[~2010-12-06 12:26 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <Pine.LNX.4.64.1012060819300.4150@penha.inf.furb.br>
2010-12-06 11:29 ` [Qemu-devel] Re: Block device resize detection Alexander Graf
2010-12-06 12:25 ` Vandeir Eduardo [this message]
2010-12-06 13:12 ` Kevin Wolf
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=Pine.LNX.4.64.1012061015250.4150@penha.inf.furb.br \
--to=vanedu@inf.furb.br \
--cc=agraf@suse.de \
--cc=kvm@vger.kernel.org \
--cc=kwolf@redhat.com \
--cc=qemu-devel@nongnu.org \
/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).