Advertisement
nerdtron

Untitled

Sep 3rd, 2013
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. 3 nodes each with:
  2. first gen i3 cpu, 4GB RAM
  3. Ubuntu 12.04 Os is installed in a 8GB flash drive
  4. all gigabit interfaces
  5. eth0: 10.2.0.0/24 network for cluster
  6. eht1: 10.1.0.0/24 network for public
  7.  
  8. Each node has 3 OSD:
  9. 3x1TB Drives, I tested their raw write speed of a little over 100MB/sec
  10. Journals is on the same drive as the OSD. NO SSDs are used.
  11.  
  12. Here is the test i have done for ceph:
  13. Mounting a RBD and perfoming copy inside the RBD folder
  14. Command will write a 1GB file:
  15. dd if=/dev/zero of=here bs=1G count=1 oflag=direct
  16. 1+0 records in
  17. 1+0 records out
  18. 1073741824 bytes (1.1 GB) copied, 33.4544 s, 32.1 MB/s
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement