mirror of
https://github.com/ceph/ceph
synced 2024-12-18 01:16:55 +00:00
36326dc710
when osd is more than 14 in one host,it report error that aio is not enough. As the default aio-max-nr is 65536, one OSD needs 4096 aios and other programs may use aios. This patch change aio-max-nr to 1048576 when install ceph-osd rpm package and debian package Signed-off-by: chenliuzhong <liuzhong.chen@easystack.cn>
25 lines
750 B
Plaintext
25 lines
750 B
Plaintext
lib/udev/rules.d/60-ceph-by-parttypeuuid.rules
|
|
lib/udev/rules.d/95-ceph-osd.rules
|
|
usr/bin/ceph-bluestore-tool
|
|
usr/bin/ceph-clsinfo
|
|
usr/bin/ceph-objectstore-tool
|
|
usr/bin/ceph-osdomap-tool
|
|
usr/bin/ceph-osd
|
|
usr/bin/ceph_objectstore_bench
|
|
usr/lib/ceph/ceph-osd-prestart.sh
|
|
usr/lib/libos_tp.so*
|
|
usr/lib/libosd_tp.so*
|
|
usr/lib/python*/dist-packages/ceph_disk*
|
|
usr/sbin/ceph-disk
|
|
usr/sbin/ceph-volume
|
|
usr/sbin/ceph-volume-systemd
|
|
usr/lib/python*/dist-packages/ceph_volume/*
|
|
usr/lib/python*/dist-packages/ceph_volume-*
|
|
usr/share/man/man8/ceph-clsinfo.8
|
|
usr/share/man/man8/ceph-disk.8
|
|
usr/share/man/man8/ceph-volume.8
|
|
usr/share/man/man8/ceph-volume-systemd.8
|
|
usr/share/man/man8/ceph-osd.8
|
|
usr/share/man/man8/ceph-bluestore-tool.8
|
|
etc/sysctl.d/30-ceph-osd.conf
|