OpenZFS 5704 - libzfs can only handle 255 file descriptors
commit449705dbef3008f1cf69ea59276bd07720e4beb2
authorSimon Klinkert <simon.klinkert@gmail.com>
Wed, 11 Mar 2015 10:02:08 +0000 (11 11:02 +0100)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 10 Feb 2017 18:54:30 +0000 (10 10:54 -0800)
tree651d332e9ff65f06b32735b5069cf826300b45ae
parentd7958b4cda27b82bd24dd4d4b2a539e26c62a409
OpenZFS 5704 - libzfs can only handle 255 file descriptors

Authored by: Simon Klinkert <simon.klinkert@gmail.com>
Reviewed by: Josef 'Jeff' Sipek <josef.sipek@nexenta.com>
Reviewed by: John Kennedy <john.kennedy@delphix.com>
Approved by: Richard Lowe <richlowe@richlowe.net>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed by: Ned Bass <bass6@llnl.gov>
Reviewed-by: Chunwei Chen <david.chen@osnexus.com>
Ported-by: George Melikov <mail@gmelikov.ru>
OpenZFS-issue: https://www.illumos.org/issues/5704
OpenZFS-commit: https://github.com/openzfs/openzfs/commit/bde3d61
Closes #5767
configure.ac
tests/runfiles/linux.run
tests/zfs-tests/tests/functional/Makefile.am
tests/zfs-tests/tests/functional/libzfs/.gitignore [new file with mode: 0644]
tests/zfs-tests/tests/functional/libzfs/Makefile.am [new file with mode: 0644]
tests/zfs-tests/tests/functional/libzfs/cleanup.ksh [new file with mode: 0755]
tests/zfs-tests/tests/functional/libzfs/many_fds.c [new file with mode: 0644]
tests/zfs-tests/tests/functional/libzfs/setup.ksh [new file with mode: 0755]