From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33688) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WTSSI-0000RG-SX for qemu-devel@nongnu.org; Fri, 28 Mar 2014 04:48:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WTSS9-00077i-Ku for qemu-devel@nongnu.org; Fri, 28 Mar 2014 04:48:02 -0400 Received: from mail-wi0-x231.google.com ([2a00:1450:400c:c05::231]:56911) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WTSS9-00077V-CK for qemu-devel@nongnu.org; Fri, 28 Mar 2014 04:47:53 -0400 Received: by mail-wi0-f177.google.com with SMTP id cc10so491737wib.4 for ; Fri, 28 Mar 2014 01:47:52 -0700 (PDT) Date: Fri, 28 Mar 2014 09:47:49 +0100 From: Stefan Hajnoczi Message-ID: <20140328084749.GA11688@stefanha-thinkpad.redhat.com> References: <20140327064158.GA17563@redhat.com> <87y4zwt7mu.fsf@blackfin.pond.sub.org> <20140327081040.GA21756@redhat.com> <20140327085347.GB9580@stefanha-thinkpad.redhat.com> <53351E2C.3070508@msgid.tls.msk.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <53351E2C.3070508@msgid.tls.msk.ru> Subject: Re: [Qemu-devel] Massive read only kvm guests when backing file was missing List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Michael Tokarev Cc: kvm@vger.kernel.org, "Michael S. Tsirkin" , ghammer@redhat.com, Markus Armbruster , Jason Wang , qemu-devel@nongnu.org, linux-kernel@vger.kernel.org, Alejandro Comisario On Fri, Mar 28, 2014 at 11:01:00AM +0400, Michael Tokarev wrote: > 27.03.2014 20:14, Alejandro Comisario wrote: > > Seems like virtio (kvm 1.0) doesnt expose timeout on the guest side > > (ubuntu 12.04 on host and guest). > > So, how can i adjust the tinmeout on the guest ? > > After a bit more talks on IRC yesterday, it turned out that the situation > is _much_ more "interesting" than originally described. The OP claims to > have 10500 guests running off an NFS server, and that after NFS server > downtime, the "backing files" were disappeared (whatever it means), so > they had to restore those files. More, the OP didn't even bother to look > at the guest's dmesg, being busy rebooting all 10500 guests. > > > This solution is the most logical one, but i cannot apply it! > > thanks for all the responses! > > I suggested the OP to actually describe the _real_ situation, instead of > giving random half-pictures, and actually take a look at the actual problem > as reported in various places (most importantly the guest kernel log), and > reoirt _those_ hints to the list. I also mentioned that, at least for some > NFS servers, if a client has a file open on the server, and this file is > deleted, the server will report error to the client when client tries to > access that file, and this has nothing at all to do with timeouts of any > kind. Thanks for the update and for taking time to help on IRC. I feel you're being harsh on Alejandro though. Improving the quality of bug reports is important but it shouldn't be at the expense of quality of communication. We can't assume that everyone is an expert in troubleshooting KVM or Linux. Therefore we can't blame them, which will only drive people away and detract from the community. TL;DR post logs and error messages +1, berate him -1 Stefan