diff options
author | Sage Weil <sage@redhat.com> | 2015-09-14 16:51:33 +0200 |
---|---|---|
committer | Sage Weil <sage@redhat.com> | 2015-09-14 18:04:50 +0200 |
commit | 8678a8acec1c0ee123f97021358ce26cdfe06c90 (patch) | |
tree | 33273a5b2b5da7d4d2d27618afbab355d052cf2b /etc | |
parent | Merge pull request #5901 from yuyuyu101/wip-13001 (diff) | |
download | ceph-8678a8acec1c0ee123f97021358ce26cdfe06c90.tar.xz ceph-8678a8acec1c0ee123f97021358ce26cdfe06c90.zip |
kill /etc/security/limits.d/ceph
This only affects login shells; not useful.
Signed-off-by: Sage Weil <sage@redhat.com>
Diffstat (limited to 'etc')
-rw-r--r-- | etc/ceph.limits.d | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/etc/ceph.limits.d b/etc/ceph.limits.d deleted file mode 100644 index 702aa0332ec..00000000000 --- a/etc/ceph.limits.d +++ /dev/null @@ -1,9 +0,0 @@ -# /etc/security/limits.d/ceph -# -#<domain> <type> <item> <value> -# - -# We want a very large value for nofile for the ceph user as the ceph -# clients and daemons consume lots and lots of file descriptors. - -ceph - nofile 4194304 |