Re: Replacing disks in a ZFS pool

2010-01-06 Thread Wes Morgan
On Wed, 6 Jan 2010, Steve Bertrand wrote:

> Hi everyone,
>
> I've got a 7.2 system with four 500GB drives, originally built thusly:
>
> # zpool history
> History for 'storage':
> 2008-07-11.23:15:40 zpool create storage raidz ad4 ad5 ad6 ad7
>
> I just bought four 1.5TB drives, in which I want to use to replace the
> 500GBs.
>
> Also, I've been loosely following some of the GPT threads, and I like
> the idea of using this type of label instead of the disk names themselves.

I personally haven't run into any bad problems using the full device, but
I suppose it could be a problem. (Side note - geom should learn how to
parse zfs labels so it could create something like /dev/zfs/ for
device nodes instead of using other trickery)

> How should I proceed? I'm assuming something like this:
>
> - add the new 1.5TB drives into the existing, running system
> - GPT label them
> - use 'zpool replace' to replace one drive at a time, allowing the pool
> to rebuild after each drive is replaced
> - once all four drives are complete, shut down the system, remove the
> four original drives, and connect the four new ones where the old ones were

If you have enough ports to bring all eight drives online at once, I would
recommend using 'zfs send' rather than the replacement. That way you'll
get something like a "burn-in" on your new drives, and I believe it will
probably be faster than the replacement process. Even on an active system,
you can use a couple of incremental snapshots and reduce the downtime to a
bare minimum.

>
> My understanding is, is that once the new labels are in place, I don't
> have to worry about the fact that the device name has been changed (eg
> ad8 to ad4), the system doesn't care anymore about that. Is this correct?
>
> Any other advice/tips that those experienced can share with me?
>
> Steve
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"
>
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: sound configuration for pidgin

2009-04-10 Thread Wes Morgan

On Fri, 10 Apr 2009, kyanh wrote:


Hello all,

I'd like to hear some notification from Pidgin. When configuring Pidgin, I use
mplayer %s
to make Pidgin play stuff. But it's hard to hear the sound as pidgin's volume 
is small (while the system mixer is almost 100:100). Is there anyway to have a 
bigger sound in Pidgin?

Thank you!


I would recommend installing the audio/normalize port, and using 
that to increase the volume of the sound files. If you don't want to alter 
the audio files, try using this as your sound command:


mplayer -af volume=20 %s
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"