Re: [zfs-discuss] Enabling load balance with zfs

2008-10-31 Thread Marcelo Leal
I think the better solution is to have two pools, and write a script to change the recording destination time to time, or move the files after it. Like the prototype by Hartz. ps.: Is this a reality show? ;-) -- This message posted from opensolaris.org _

Re: [zfs-discuss] Enabling load balance with zfs

2008-10-31 Thread Johan Hartzenberg
On Thu, Oct 30, 2008 at 4:42 PM, Brian Hechinger <[EMAIL PROTECTED]> wrote: > > If what the OP is looking for is redundant but not nessesarily exact copies > (he > only wants the last X days on the backup disk, for example) he may want to > consider > looking into SAM. > The OP described a soluti

Re: [zfs-discuss] Enabling load balance with zfs

2008-10-30 Thread Miles Nordin
> "jh" == Johan Hartzenberg <[EMAIL PROTECTED]> writes: jh> What fuse file system allows you to spread a single directory jh> (file system) across two disks in a non-redundant manner but jh> not loose access to the file system if one of the disks fail? I think GlusterFS does thing

Re: [zfs-discuss] Enabling load balance with zfs

2008-10-30 Thread Brian Hechinger
On Thu, Oct 30, 2008 at 02:18:34PM +0200, Johan Hartzenberg wrote: > On Thu, Oct 30, 2008 at 12:13 PM, Sergio Arroutbi <[EMAIL PROTECTED]>wrote: > > This is interesting to me! What fuse file system allows you to spread a > single directory (file system) across two disks in a non-redundant manner

Re: [zfs-discuss] Enabling load balance with zfs

2008-10-30 Thread Johan Hartzenberg
On Thu, Oct 30, 2008 at 12:13 PM, Sergio Arroutbi <[EMAIL PROTECTED]>wrote: > My point is that I want to use the same directory in the recorder program. > > I get the streaming, and start writing the file in /mnt/streamingDirectory > > So I would like to record in the same way, just configuring (v

Re: [zfs-discuss] Enabling load balance with zfs

2008-10-30 Thread Darren J Moffat
Sergio Arroutbi wrote: > My point is that I want to use the same directory in the recorder program. > > I get the streaming, and start writing the file in /mnt/streamingDirectory They it has to be a single dataset in a single pool. > So I would like to record in the same way, just configuring (v

Re: [zfs-discuss] Enabling load balance with zfs

2008-10-30 Thread Sergio Arroutbi
t; > Asunto: Re: [zfs-discuss] Enabling load balance with zfs > Para: zfs-discuss@opensolaris.org > Fecha: jueves, 30 octubre, 2008 11:01 > On 30 October, 2008 - Sergio Arroutbi sent me these 0,7K > bytes: > > > Is it possible to implement file balancing with zfs ? >

Re: [zfs-discuss] Enabling load balance with zfs

2008-10-30 Thread Tomas Ă–gren
On 30 October, 2008 - Sergio Arroutbi sent me these 0,7K bytes: > Is it possible to implement file balancing with zfs ? > > I am using a pair of disk to record video streaming at home, 24 hours > a day, 365 days a year. I am recording video from 2 cameras in files > of 1 minute, > > I would lik