Skip to content
Mathieu Parent edited this page Aug 28, 2013 · 6 revisions

Gathering information

RozoFS daemons write to syslog. Read your main syslog first.

If you use the manager CLI, you can see daemons status with:

# rozo status --exportd <ip addr of exportd node>

Performance

Disk performance

Raw FS can be tuned by changing the IP scheduler:

Install sysfsutils:

apt-get install sysfsutils

Configure :

# /etc/sysfs.conf - Configuration file for setting sysfs attributes.
block/sda/queue/scheduler = deadline
block/sda/queue/iosched/front_merges = 0
block/sda/queue/iosched/read_expire = 150
block/sda/queue/iosched/write_expire = 1500

Network performance

RozoFS is network intensive. It can produce congestion on ethernet switches. This can be seen with dropped packets on the path.

Possible ways to fix congestion (none are mandatory):

Clone this wiki locally