- Joined
- Feb 8, 2005
- Messages
- 13,322
I've got 24x Seagate 2TB SAS drives (Model ST32000444SS) in the ZFS equivalent of a RAID 6+0 under Solaris 11.1 in a ESXi VM. They're in a SuperMicro SC846 chassis, connected to an X10SL7-F motherboard via a fanout cable. Bonnie++ shows that this array is capable of 555 MB/s sequential writes and 834 MB/s sequential reads. More than enough for a gigabit network. However, even with sync=disabled, I'm not getting more than about 25MB/s during an rsync (primarily 200-300MB files). I'd love to know why. Any advice?
Code:
root@backup:~# zpool status backup
pool: backup
state: ONLINE
status: The pool is formatted using an older on-disk format. The pool can
still be used, but some features are unavailable.
action: Upgrade the pool using 'zpool upgrade'. Once this is done, the
pool will no longer be accessible on older software versions.
scan: none requested
config:
NAME STATE READ WRITE CKSUM
backup ONLINE 0 0 0
raidz2-0 ONLINE 0 0 0
c0t5000C50034F447C7d0 ONLINE 0 0 0
c0t5000C50034D58277d0 ONLINE 0 0 0
c0t5000C50034E7A243d0 ONLINE 0 0 0
c0t5000C50034F37E2Fd0 ONLINE 0 0 0
c0t5000C50034E7B3AFd0 ONLINE 0 0 0
c0t5000C50034F435C7d0 ONLINE 0 0 0
c0t5000C50034FF4993d0 ONLINE 0 0 0
c0t5000C50034F41723d0 ONLINE 0 0 0
c0t5000C50034FF2B87d0 ONLINE 0 0 0
c0t5000C50034F76637d0 ONLINE 0 0 0
c0t5000C50034E9A92Bd0 ONLINE 0 0 0
c0t5000C50034FBC2D7d0 ONLINE 0 0 0
raidz2-1 ONLINE 0 0 0
c0t5000C50034EDB303d0 ONLINE 0 0 0
c0t5000C50034EC07EBd0 ONLINE 0 0 0
c0t5000C50034F3718Bd0 ONLINE 0 0 0
c0t5000C50034F4426Bd0 ONLINE 0 0 0
c0t5000C50034F38ADFd0 ONLINE 0 0 0
c0t5000C50034FF5EB3d0 ONLINE 0 0 0
c0t5000C50034F4467Bd0 ONLINE 0 0 0
c0t5000C50034EB7D9Fd0 ONLINE 0 0 0
c0t5000C50034F3DD6Bd0 ONLINE 0 0 0
c0t5000C50034F3DF0Bd0 ONLINE 0 0 0
c0t5000C50034F43AEBd0 ONLINE 0 0 0
c0t5000C50034F39007d0 ONLINE 0 0 0
errors: No known data errors
root@backup:~# nfsstat -rc
Client rpc:
Connection oriented:
calls badcalls badxids timeouts newcreds badverfs timers
125460052 2 2 0 0 0 0
cantconn nomem interrupts
0 0 2
Connectionless:
calls badcalls retrans badxids timeouts newcreds badverfs
0 0 0 0 0 0 0
timers nomem cantsend
0 0 0
root@backup:~# zfs get all backup
NAME PROPERTY VALUE SOURCE
backup aclinherit restricted default
backup aclmode discard default
backup atime on default
backup available 32.6T -
backup canmount on default
backup casesensitivity mixed -
backup checksum on default
backup compression off default
backup compressratio 1.00x -
backup copies 1 default
backup creation Fri Sep 5 12:21 2014 -
backup dedup off default
backup devices on default
backup encryption off -
backup exec on default
backup keychangedate - default
backup keysource none default
backup keystatus none -
backup logbias latency default
backup mlslabel none -
backup mounted yes -
backup mountpoint /backup default
backup multilevel off -
backup nbmand off default
backup normalization none -
backup primarycache all default
backup quota none default
backup readonly off default
backup recordsize 128K default
backup referenced 2.89T -
backup refquota none default
backup refreservation none default
backup rekeydate - default
backup reservation none default
backup rstchown on default
backup secondarycache all default
backup setuid on default
backup shadow none -
backup sharenfs off default
backup sharesmb off default
backup snapdir hidden default
backup sync disabled local
backup type filesystem -
backup used 2.89T -
backup usedbychildren 14.2M -
backup usedbydataset 2.89T -
backup usedbyrefreservation 0 -
backup usedbysnapshots 354M -
backup utf8only off -
backup version 5 -
backup vscan off default
backup xattr on default
backup zoned off default
root@backup:~# zpool iostat backup 1
capacity operations bandwidth
pool alloc free read write read write
---------- ----- ----- ----- ----- ----- -----
backup 3.50T 40.0T 14 208 536K 16.3M
backup 3.50T 40.0T 5 495 7.00K 39.8M
backup 3.50T 40.0T 5 427 4.50K 32.0M
backup 3.50T 40.0T 0 0 0 0
backup 3.50T 40.0T 5 340 7.50K 31.8M
backup 3.50T 40.0T 0 0 0 0
backup 3.50T 40.0T 8 621 9.49K 34.0M
backup 3.50T 40.0T 0 0 0 0
backup 3.50T 40.0T 6 375 41.5K 32.9M
backup 3.50T 40.0T 0 166 0 1.17M
root@backup:~# cat /backup/Bonnie.log
Version 1.03e ------Sequential Output------ --Sequential Input- --Random-
-Per Chr- --Block-- -Rewrite- -Per Chr- --Block-- --Seeks--
Machine Size K/sec %CP K/sec %CP K/sec %CP K/sec %CP K/sec %CP /sec %CP
2014.09.07 16G 194584 44 555004 69 385313 41 301472 80 834162 32 547.8 1
------Sequential Create------ --------Random Create--------
-Create-- --Read--- -Delete-- -Create-- --Read--- -Delete--
files /sec %CP /sec %CP /sec %CP /sec %CP /sec %CP /sec %CP
16 8614 88 +++++ +++ 7204 29 29918 86 +++++ +++ +++++ +++
2014.09.07,16G,194584,44,555004,69,385313,41,301472,80,834162,32,547.8,1,16,8614,88,+++++,+++,7204,29,29918,86,+++++,+++,+++++,+++
Last edited: