]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: cleanup: wordsmith a comment in run-make-check.sh
authorNathan Cutler <ncutler@suse.com>
Thu, 5 Jul 2018 08:18:45 +0000 (10:18 +0200)
committerVictor Denisov <denisovenator@gmail.com>
Sun, 21 Oct 2018 21:20:04 +0000 (14:20 -0700)
Signed-off-by: Nathan Cutler <ncutler@suse.com>
(cherry picked from commit 43fe00e90cafdf2c05c3b152a1b57438e16f318e)

run-make-check.sh

index 57e30dd3aad03fc7cc833e04a76ab244737a4448..b2fb45f82fb306f932e6dad7aa89339b927968b6 100755 (executable)
@@ -126,7 +126,7 @@ EOM
 
     ccache -s # print the ccache statistics to evaluate the efficiency
 
-    # prevent OSD EMFILE death on tests, make sure large than 1024
+    # to prevent OSD EMFILE death on tests, make sure ulimit >= 1024
     $DRY_RUN ulimit -n $(ulimit -Hn)
     if [ $(ulimit -n) -lt 1024 ];then
         echo "***ulimit -n too small, better bigger than 1024 for test***"