From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jens Axboe Subject: Re: [PATCH] virtio-blk: Call revalidate_disk() upon online disk resize Date: Thu, 29 Mar 2012 10:10:00 +0200 Message-ID: <4F7418D8.40900@kernel.dk> References: <20120328203200.GE3376@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: linux kernel mailing list , kvm@vger.kernel.org, Christoph Hellwig , Rusty Russell , Amit Shah , Moyer Jeff Moyer To: Vivek Goyal Return-path: In-Reply-To: <20120328203200.GE3376@redhat.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org On 03/28/2012 10:32 PM, Vivek Goyal wrote: > If a virtio disk is open in guest and a disk resize operation is done, > (virsh blockresize), new size is not visible to tools like "fdisk -l". > This seems to be happening as we update only part->nr_sects and not > bdev->bd_inode size. > > Call revalidate_disk() which should take care of it. I tested growing disk > size of already open disk and it works for me. Thanks, obviously right. Applied. -- Jens Axboe