Displaying 1 result from an estimated 1 matches for "otherfilesystem".
2010 Nov 07
0
zfs under medium load causes SMB to delay writes
...uced
> a new backup script that puts medium I/O load. This
> script simply tars up a few filesystems and md5sums
> the tarball, to copy to another system for off
> OpenSolaris backup. The simple commands are:
>
> tar -c /tank/[filesystem]/.zfs/snapshot/[snapshot] >
> /tank/[otherfilesystem]/file.tar
> md5sum -b /tank/[otherfilesystem]/file.tar >
> file.md5sum
>
> These 2 commands obviously cause high read/write I/O
> because the 8 drives are directly reading and writing
> a large amount of data as fast as the system can go.
> This is OK and OpenSolaris functi...