![]() |
|
|
|
|
|||||||
| General General questions about the FreeBSD operating system. Ask here if your question does not fit elsewhere. |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Hi.
I use 8.0RC2 but have slow writing on disk: PHP Code:
PHP Code:
# cat /boot/loader.conf PHP Code:
PHP Code:
|
|
#2
|
|||
|
|||
|
Hm, dont know if this will help. On http://wiki.freebsd.org/ZFSTuningGuide they said:
Quote:
|
| The Following User Says Thank You to User23 For This Useful Post: | ||
freelsd (November 9th, 2009) | ||
|
#3
|
|||
|
|||
|
Yea I see, without tuning and with him I have this problem. And it is critical for me.
|
|
#4
|
|||
|
|||
|
Did you used the 8.0 RC1 before and got any trouble? Iam using the 8.0 RC1 (without FC) with ZFS filesystem version 13 and ZFS storage pool version 13 .I dont got any bad behaviour with it. The fact that the ZFS file and pool version does not change between the RC1 and the RC2 let me believe that we have to search the problem somewhere else.
First i would try to boot without ACPI (oh i hate it ^^). Second make a diff between RC1 and RC2 version of the drivers for your FC controller to find out if something change. |
|
#5
|
||||
|
||||
|
How is your pool configured? What kinds of vdevs are in use (mirror, raidz1, raidz2, etc)? How many disks are in each vdev?
For raidz vdevs, you will get the write performance of a single drive, per vdev. Thus, if your pool has 1 raidz1 vdev of 5 disks, you will get the write performance of 1 disk. If your pool has 2 raidz1 vdevs of 5 disks, you will get the write performance of 2 disks. And so on. If using raidz vdevs, do *NOT* use more than 9 disks per vdevs. You will get horrible write performance, and you will most likely be unable to replace any drive in it. Scrub and resilver operations will never finish due to disk thrashing. The sweet spot for raidz2 vdevs seems to be 6 disks. The sweet spot for raidz1 seems to be 4 disks. And, why are you limiting the ARC to 100 MB? Do you only have 1 GB of RAM? Depending on your workload, you should give up to 1/2 of your RAM to the ARC. |
| The Following User Says Thank You to phoenix For This Useful Post: | ||
freelsd (November 10th, 2009) | ||
|
#6
|
|||
|
|||
|
No any zraids, just 1 disk in Zpool
Code:
NAME STATE READ WRITE CKSUM
DSR ONLINE 0 0 0
da1 ONLINE 0 0 0
Last edited by DutchDaemon; November 10th, 2009 at 12:32. Reason: use [code] tags! |
|
#7
|
|||
|
|||
|
Quote:
|
|
#8
|
|||
|
|||
|
Uhm, let ask one stupid question...
How you figured out your write speeds are "low"? Code:
DSP 15.8T 488G 697 2 15.7M 244K DSP 15.8T 488G 499 33 9.91M 798K DSP 15.8T 488G 64 43 3.89M 646K DSP 15.8T 488G 85 1 2.86M 174K Code:
zpool iostat Code:
zpool iostat
capacity operations bandwidth
pool used avail read write read write
---------- ----- ----- ----- ----- ----- -----
backup 2.61T 2.83T 166 33 2.61M 2.09M
This output say nothing about max read/write performance! It just tell about the usage over a ? amount of time. Please use iozone or something like that to figure out your write speeds. And please post them
Last edited by DutchDaemon; November 10th, 2009 at 13:19. Reason: [code], not [quote] |
|
#9
|
|||
|
|||
|
I have 97% used ZFS.
Is it true for FreeBSD: Quote:
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| how to check how fast ZFS is read/writing? | wonslung | General | 11 | July 6th, 2009 11:59 |
| [Solved] ZFS on /usr - SLOW | eydaimon | General | 7 | June 11th, 2009 17:32 |
| very slow gnome startup in FreeBSD 6.4 RC2 | kantor | GNOME | 16 | May 16th, 2009 14:16 |
| why my OCZ ATV 8 GB is so slow in FreeBSD | mfaridi | Peripheral Hardware | 3 | April 5th, 2009 16:26 |
| Writing a new helper function | bsd_newbie | Porting New Software | 3 | February 11th, 2009 18:22 |