Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932450AbbDQRic (ORCPT ); Fri, 17 Apr 2015 13:38:32 -0400 Received: from mx1.redhat.com ([209.132.183.28]:42446 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932835AbbDQRi3 (ORCPT ); Fri, 17 Apr 2015 13:38:29 -0400 Message-ID: <553144EB.9060701@redhat.com> Date: Fri, 17 Apr 2015 18:37:47 +0100 From: John Spray User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: Jan Kara CC: Austin S Hemmelgarn , Beata Michalska , linux-kernel@vger.kernel.org, tytso@mit.edu, adilger.kernel@dilger.ca, hughd@google.com, lczerner@redhat.com, hch@infradead.org, linux-ext4@vger.kernel.org, linux-mm@kvack.org, kyungmin.park@samsung.com, kmpark@infradead.org, Linux Filesystem Mailing List , linux-api@vger.kernel.org Subject: Re: [RFC 1/4] fs: Add generic file system event notifications References: <1429082147-4151-1-git-send-email-b.michalska@samsung.com> <1429082147-4151-2-git-send-email-b.michalska@samsung.com> <20150417113110.GD3116@quack.suse.cz> <553104E5.2040704@samsung.com> <55310957.3070101@gmail.com> <55311DE2.9000901@redhat.com> <20150417154351.GA26736@quack.suse.cz> <55312FEA.3030905@redhat.com> <20150417162247.GB27500@quack.suse.cz> In-Reply-To: <20150417162247.GB27500@quack.suse.cz> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2185 Lines: 48 On 17/04/2015 17:22, Jan Kara wrote: > On Fri 17-04-15 17:08:10, John Spray wrote: >> On 17/04/2015 16:43, Jan Kara wrote: >> In that case I'm confused -- why would ENOSPC be an appropriate use >> of this interface if the mount being entirely blocked would be >> inappropriate? Isn't being unable to service any I/O a more >> fundamental and severe thing than being up and healthy but full? >> >> Were you intending the interface to be exclusively for data >> integrity issues like checksum failures, rather than more general >> events about a mount that userspace would probably like to know >> about? > Well, I'm not saying we cannot have those events for fs availability / > inavailability. I'm just saying I'd like to see some use for that first. > I don't want events to be added just because it's possible... > > For ENOSPC we have thin provisioned storage and the userspace deamon > shuffling real storage underneath. So there I know the usecase. > Ah, OK. So I can think of a couple of use cases: * a cluster scheduling service (think MPI jobs or docker containers) might check for events like this. If it can see the cluster filesystem is unavailable, then it can avoid scheduling the job, so that the (multi-node) application does not get hung on one node with a bad mount. If it sees a mount go bad (unavailable, or client evicted) partway through a job, then it can kill -9 the process that was relying on the bad mount, and go run it somewhere else. * Boring but practical case: a nagios health check for checking if mounts are OK. We don't have to invent these event types now of course, but something to bear in mind. Hopefully if/when any of the distributed filesystems (Lustre/Ceph/etc) choose to implement this, we can look at making the event types common at that time though. BTW in any case an interface for filesystem events to userspace will be a useful addition, thank you! Cheers, John -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/