Skip to content

Commit

Permalink
Merge pull request #5040: systemd: Increase max files open limit for …
Browse files Browse the repository at this point in the history
…OSD daemon

Reviewed-by: Loic Dachary <ldachary@redhat.com>
  • Loading branch information
ldachary committed Jul 15, 2015
2 parents 898e8bf + e149916 commit ccc6bf7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions systemd/ceph-osd@.service
Expand Up @@ -9,6 +9,7 @@ EnvironmentFile=-/etc/sysconfig/ceph
Environment=CLUSTER=ceph
ExecStart=/usr/bin/ceph-osd -f --cluster ${CLUSTER} --id %i
ExecStartPre=/usr/libexec/ceph/ceph-osd-prestart.sh --cluster ${CLUSTER} --id %i
LimitNOFILE=131072

[Install]
WantedBy=ceph.target

0 comments on commit ccc6bf7

Please sign in to comment.