PROXMOX及CEPH笔记2
1、关于物理磁盘
服务器有硬件阵列卡并且卡上有电池和缓存,一定要为每个VirtralDisk打开Write Back和Read ahead,如有有Cache也打开
2、提高CEPH修复的速度,这个我觉得也挺重要的,保证资料完整性
https://www.modb.pro/db/220671
在任一节点上运行:
ceph tell osd.* injectargs --osd_max_backfills=128 ceph tell osd.* injectargs --osd_recovery_op_priority=0 ceph tell osd.* injectargs --osd_recovery_max_active=64 ceph tell osd.* injectargs --osd_recovery_max_single_start=64 ceph tell osd.* injectargs --osd_recovery_sleep_hdd=0
3、关于网络
因为没钱买万兆网卡,只能几个千兆口做BOND合并,经过测试,用Balance-alb模式最好,稳定
4、待补充