Hi all,
I have 3 nodes CEPH Cluster with version 4.4.49-1-pve. All vm are very slow. Can you help me find the cause?
Network:
- Switch 10GB
- Interface 10GB Port
For every Server:
- OS System: 2 x 500GB raid 1
- OSD: 2 x 2TB HDD 7200rpm
CEPH Config:
This is my benchmark
If i test with dd on vm, the speed is much slower.
With these hardware, can i get bandwidth around 200MB/s per VM ?
Thank you very much !
I have 3 nodes CEPH Cluster with version 4.4.49-1-pve. All vm are very slow. Can you help me find the cause?
Network:
- Switch 10GB
- Interface 10GB Port
For every Server:
- OS System: 2 x 500GB raid 1
- OSD: 2 x 2TB HDD 7200rpm
CEPH Config:
Code:
[global]
auth client required = cephx
auth cluster required = cephx
auth service required = cephx
cluster network = 192.168.2.0/24
filestore xattr use omap = true
fsid = ece68812-200f-4b8e-9338-5ae8097f75e2
keyring = /etc/pve/priv/$cluster.$name.keyring
osd journal size = 5120
osd pool default min size = 1
public network = 192.168.2.0/24
[osd]
keyring = /var/lib/ceph/osd/ceph-$id/keyring
[mon.1]
host = host002
mon addr = 192.168.2.123:6789
[mon.0]
host = host001
mon addr = 192.168.2.121:6789
[mon.2]
host = host003
mon addr = 192.168.2.124:6789
This is my benchmark
Code:
root@host001:~# rados -p test3 bench 10 write --no-cleanup
Maintaining 16 concurrent writes of 4194304 bytes to objects of size 4194304 for up to 10 seconds or 0 objects
Object prefix: benchmark_data_host001_10988
sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s)
0 0 0 0 0 0 - 0
1 16 61 45 179.993 180 0.169214 0.303209
2 16 102 86 171.98 164 0.240787 0.312535
3 16 118 102 135.985 64 1.2364 0.380896
4 16 126 110 109.988 32 0.977343 0.43432
5 16 139 123 98.3891 52 0.257909 0.498998
6 16 152 136 90.6566 52 0.944754 0.606939
7 16 162 146 83.4194 40 1.48069 0.661344
8 16 183 167 83.4906 84 0.390088 0.746517
9 16 195 179 79.5466 48 0.601118 0.722079
10 16 212 196 78.3912 68 0.114451 0.757158
Total time run: 10.649462
Total writes made: 213
Write size: 4194304
Object size: 4194304
Bandwidth (MB/sec): 80.004
Stddev Bandwidth: 51.5778
Max bandwidth (MB/sec): 180
Min bandwidth (MB/sec): 32
Average IOPS: 20
Stddev IOPS: 12
Max IOPS: 45
Min IOPS: 8
Average Latency(s): 0.789955
Stddev Latency(s): 0.62297
Max latency(s): 2.58016
Min latency(s): 0.084889
If i test with dd on vm, the speed is much slower.
Code:
[root@vm ~]# dd if=/dev/zero of=here bs=1G count=1 oflag=direct
1+0 records in
1+0 records out
1073741824 bytes (1.1 GB) copied, 91.7209 s, 11.7 MB/s
With these hardware, can i get bandwidth around 200MB/s per VM ?
Thank you very much !
Last edited: