Files
apfstests/tests/generic
Zorro Lang 1d295771ad generic/084: use src/multi_open_unlink to replace tail command
generic/084 try to run 'tail' command, tail will use inotify.
There're some limit about the number of inotify. For example
fs.inotify.max_user_instances specifies an upper limit on
the number of inotify instances that can be created per real
user ID.

When I test on a machine with 154 cpu cores, this case run
failed, and hit many warning likes:

    +tail: inotify cannot be used, reverting to polling: Too many open files

Because the fs.inotify.max_user_instances is 128, so if we
try to tail 154 files, it will be failed.

So use src/multi_open_unlink to instead of tail will avoid
this problem.

Signed-off-by: Zorro Lang <zlang@redhat.com>
Reviewed-by: Eryu Guan <eguan@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
2015-09-21 13:06:15 +10:00
..
2014-11-10 18:06:23 +11:00
2013-04-04 06:55:21 -05:00
2014-04-11 10:18:20 +10:00
2014-04-14 10:35:27 +10:00
2014-04-14 11:19:23 +10:00
2014-04-14 10:37:32 +10:00
2014-04-28 10:55:12 +10:00
2015-03-18 14:57:49 +11:00
2014-05-27 12:07:17 +10:00
2014-06-18 09:31:38 +10:00
2014-12-12 11:26:15 +11:00
2014-12-12 11:26:15 +11:00
2014-12-12 11:26:15 +11:00
2014-09-29 12:58:24 +10:00
2014-12-12 11:26:15 +11:00
2014-12-12 11:26:15 +11:00
2014-09-29 13:26:32 +10:00
2014-10-14 17:40:34 +11:00
2014-10-14 17:40:34 +11:00
2015-09-21 11:03:22 +10:00
2015-01-21 15:58:23 +11:00
2013-04-04 06:55:21 -05:00
2015-02-25 15:32:47 +11:00
2015-02-25 15:32:47 +11:00
2015-02-25 15:33:06 +11:00
2015-02-25 15:33:19 +11:00
2015-02-25 15:33:19 +11:00
2013-04-04 06:55:21 -05:00
2015-02-25 15:33:55 +11:00
2013-04-04 06:55:21 -05:00
2015-03-18 14:58:51 +11:00
2015-03-18 14:58:51 +11:00
2015-04-01 11:29:16 +11:00
2013-04-04 06:55:21 -05:00
2015-04-02 09:41:15 +11:00
2015-05-26 12:51:57 +10:00
2015-08-04 14:10:49 +10:00
2015-08-04 14:10:49 +10:00
2015-08-04 14:10:49 +10:00
2015-08-04 14:10:49 +10:00
2013-04-04 06:55:21 -05:00
2015-09-21 11:04:25 +10:00
2013-04-04 06:55:21 -05:00
2013-12-03 10:29:26 +11:00
2013-12-03 10:29:26 +11:00
2013-12-03 10:29:26 +11:00
2015-05-26 12:51:57 +10:00
2013-12-03 10:29:26 +11:00
2014-11-10 18:06:23 +11:00
2014-09-29 13:07:26 +10:00
2013-04-04 06:55:21 -05:00
2014-08-13 11:20:59 +10:00
2014-04-22 10:46:49 +10:00
2013-04-04 06:55:21 -05:00
2014-10-14 17:07:52 +11:00
2014-12-16 10:53:57 +11:00
2014-12-16 10:53:57 +11:00
2014-10-14 17:07:52 +11:00
2014-12-16 10:53:57 +11:00
2014-11-10 18:06:23 +11:00
2014-09-29 13:07:26 +10:00
2014-10-14 17:07:52 +11:00
2014-12-12 10:55:24 +11:00
2014-01-20 12:47:56 +11:00
2014-12-12 11:26:15 +11:00
2014-12-16 10:53:57 +11:00
2014-08-13 11:19:33 +10:00
2015-09-21 11:04:25 +10:00