GNU bug report logs - #17770
Please disable inotify for Veritas FS (vxfs switch to remote)

Previous Next

Package: coreutils;

Reported by: ovasik <at> redhat.com

Date: Fri, 13 Jun 2014 07:47:02 UTC

Severity: normal

Done: Pádraig Brady <P <at> draigBrady.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 17770 in the body.
You can then email your comments to 17770 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-coreutils <at> gnu.org:
bug#17770; Package coreutils. (Fri, 13 Jun 2014 07:47:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to ovasik <at> redhat.com:
New bug report received and forwarded. Copy sent to bug-coreutils <at> gnu.org. (Fri, 13 Jun 2014 07:47:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Ondrej Vasik <ovasik <at> redhat.com>
To: CoreutilsBugs <bug-coreutils <at> gnu.org>
Subject: Please disable inotify for Veritas FS (vxfs switch to remote)
Date: Fri, 13 Jun 2014 09:46:19 +0200
Hi,
as reported in https://bugzilla.redhat.com/show_bug.cgi?id=1104244 ,
Veritas Clustered Filesystem ( vxfs ) has issues with inotify support -
thus tail --follow doesn't work properly. Can you please add this
filesystem to the list of remote filesystem?

TIA.

Greetings,
         Ondrej Vasik





Reply sent to Pádraig Brady <P <at> draigBrady.com>:
You have taken responsibility. (Fri, 13 Jun 2014 08:32:02 GMT) Full text and rfc822 format available.

Notification sent to ovasik <at> redhat.com:
bug acknowledged by developer. (Fri, 13 Jun 2014 08:32:03 GMT) Full text and rfc822 format available.

Message #10 received at 17770-done <at> debbugs.gnu.org (full text, mbox):

From: Pádraig Brady <P <at> draigBrady.com>
To: ovasik <at> redhat.com
Cc: 17770-done <at> debbugs.gnu.org
Subject: Re: bug#17770: Please disable inotify for Veritas FS (vxfs switch
 to remote)
Date: Fri, 13 Jun 2014 09:31:00 +0100
[Message part 1 (text/plain, inline)]
On 06/13/2014 08:46 AM, Ondrej Vasik wrote:
> Hi,
> as reported in https://bugzilla.redhat.com/show_bug.cgi?id=1104244 ,
> Veritas Clustered Filesystem ( vxfs ) has issues with inotify support -
> thus tail --follow doesn't work properly. Can you please add this
> filesystem to the list of remote filesystem?

The attached should fix it up.

thanks,
Pádraig.

[coreutils-tail-vxfs.patch (text/x-patch, attachment)]

Information forwarded to bug-coreutils <at> gnu.org:
bug#17770; Package coreutils. (Fri, 13 Jun 2014 08:59:02 GMT) Full text and rfc822 format available.

Message #13 received at 17770 <at> debbugs.gnu.org (full text, mbox):

From: Bernhard Voelker <mail <at> bernhard-voelker.de>
To: 17770 <at> debbugs.gnu.org, P <at> draigBrady.com, ovasik <at> redhat.com
Subject: Re: bug#17770: Please disable inotify for Veritas FS (vxfs switch
 to remote)
Date: Fri, 13 Jun 2014 10:58:16 +0200
On 06/13/2014 10:31 AM, Pádraig Brady wrote:
> From f60aab9103499c48c055eb3678a4c5b0893312d9 Mon Sep 17 00:00:00 2001
> From: =?UTF-8?q?P=C3=A1draig=20Brady?=<P <at> draigBrady.com>
> Date: Fri, 13 Jun 2014 09:16:31 +0100
> Subject: [PATCH] tail: fix to use polling mode for VXFS
> MIME-Version: 1.0
> Content-Type: text/plain; charset=UTF-8
> Content-Transfer-Encoding: 8bit
>
> Veritas File System can run in single instance or clustered mode,
> so mark as remote to avoid using inotify for the latter case.
>
> * src/stat.c (human_fstype): Tag VXFS as remote to use polling
> for the VXCFS variant.

Minor note: "VXCFS" looks like a typo at first glance.
What about:
  s/VXCFS variant/clustered variant (VXCFS)/
?

Otherwise +1.

Thanks & have a nice day,
Berny




Information forwarded to bug-coreutils <at> gnu.org:
bug#17770; Package coreutils. (Fri, 13 Jun 2014 09:15:03 GMT) Full text and rfc822 format available.

Message #16 received at 17770 <at> debbugs.gnu.org (full text, mbox):

From: Pádraig Brady <P <at> draigBrady.com>
To: Bernhard Voelker <mail <at> bernhard-voelker.de>
Cc: 17770 <at> debbugs.gnu.org, ovasik <at> redhat.com
Subject: Re: bug#17770: Please disable inotify for Veritas FS (vxfs switch
 to remote)
Date: Fri, 13 Jun 2014 10:14:06 +0100
On 06/13/2014 09:58 AM, Bernhard Voelker wrote:
> On 06/13/2014 10:31 AM, Pádraig Brady wrote:
>> From f60aab9103499c48c055eb3678a4c5b0893312d9 Mon Sep 17 00:00:00 2001
>> From: =?UTF-8?q?P=C3=A1draig=20Brady?=<P <at> draigBrady.com>
>> Date: Fri, 13 Jun 2014 09:16:31 +0100
>> Subject: [PATCH] tail: fix to use polling mode for VXFS
>> MIME-Version: 1.0
>> Content-Type: text/plain; charset=UTF-8
>> Content-Transfer-Encoding: 8bit
>>
>> Veritas File System can run in single instance or clustered mode,
>> so mark as remote to avoid using inotify for the latter case.
>>
>> * src/stat.c (human_fstype): Tag VXFS as remote to use polling
>> for the VXCFS variant.
> 
> Minor note: "VXCFS" looks like a typo at first glance.
> What about:
>   s/VXCFS variant/clustered variant (VXCFS)/
> ?

Done and pushed.

thanks for the review,
Pádraig.





bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 11 Jul 2014 11:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 10 years and 348 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.