Re: Would ZFS and gmirror work well together in a two-node failover cluster?

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Jonathan Hogg
Date: Friday, July 18, 2008 - 1:09 pm

On 18 Jul 2008, at 19:16, Maurice Volaski wrote:


As I understand it (although I've not attempted this myself) there's  
no reason not to take snapshots at minute intervals or less -  
snapshots are pretty low cost. How far behind it gets depends on how  
much data you write to the main system and how fast you can sync it to  
the backup.

The rough principal is that you take an initial snapshot and send/ 
receive that to the backup system. Then you take a second snapshot and  
send a "diff" stream to the backup. Then you can drop the initial  
snapshot and take a third and do the same. You drop the second, take a  
fourth, etc., etc. You have to avoid there being too many existent  
snapshots as the utilities become very slow when you have a lot.

If you have a couple of spare machines, I'd give it a whirl and get  
some feeling for how well it works.


The ZFS filesystem(s) on the backup machine would be live at all  
times. You can even immediately start writing to them - though at that  
point you can't receive any more snapshots to the backup obviously.  
Failover of whatever systems were on top of these would be another  
question. Presumably this is a file server or something? Are you going  
to failover the IP address(es)?

Jonathan

_______________________________________________
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: Would ZFS and gmirror work well together in a two-node ..., Jonathan Hogg, (Fri Jul 18, 1:09 pm)
Re: Would ZFS and gmirror work well together in a two-node ..., Sven Willenberger, (Thu Jul 24, 11:52 am)