[zfs-macos] Renaming a pool?

2014-10-14 Thread Anders Wallén
Is there any way to change the name of an existing pool? -- --- You received this message because you are subscribed to the Google Groups "zfs-macos" group. To unsubscribe from this group and stop receiving emails from it, send an email to zfs-macos+unsubscr...@googlegroups.com. For more opti

Re: [zfs-macos] Renaming a pool?

2014-10-14 Thread Dave Cottlehuber
> Is there any way to change the name of an existing pool? Welcome Anders, zpool export zpool import   https://forums.freebsd.org/viewtopic.php?f=48&t=46300 BTW 99% of zfs related questions are well covered with googling, the alignment between solaris, freebsd, OSX, & zfs on linux these days

Re: [zfs-macos] Renaming a pool?

2014-10-14 Thread Jason Belec
ROFL -- Jason Belec Sent from my iPad On Oct 14, 2014, at 12:35 PM, Dave Cottlehuber wrote: >> Is there any way to change the name of an existing pool? > > Welcome Anders, > > zpool export > zpool import > > https://forums.freebsd.org/viewtopic.php?f=48&t=46300 > > BTW 99% of zfs relat

Re: [zfs-macos] Overload? Frequent kernel panic with new, bigger array

2014-10-14 Thread Anders Wallén
Interesting. I will try to examine the parts. I was sure it was a software problem, since it only happens when the new, bigger pool has been mounted for a few hours. -- --- You received this message because you are subscribed to the Google Groups "zfs-macos" group. To unsubscribe from this

Re: [zfs-macos] Overload? Frequent kernel panic with new, bigger array

2014-10-14 Thread Simon Casady
Did the sector size change ? On Tue, Oct 14, 2014 at 1:10 PM, Anders Wallén wrote: > Interesting. I will try to examine the parts. > > > I was sure it was a software problem, since it only happens when the new, > bigger pool has been mounted for a few hours. > > -- > > --- > You received this me

Re: [zfs-macos] Overload? Frequent kernel panic with new, bigger array

2014-10-14 Thread Jason Belec
Nope, betcha it is not software. Come on, daddy needs a new sportscar! Went through something similar about a month ago, 2 bad sata cables, 2 bad esata cables and that led to 2 bad drives. An honestly, pretty much every single issue I encounter is due to hardware. This is not the first time so

Re: [zfs-macos] Overload? Frequent kernel panic with new, bigger array

2014-10-14 Thread Jason Belec
That is also a good question -- Jason Belec Sent from my iPad > On Oct 14, 2014, at 2:38 PM, Simon Casady wrote: > > Did the sector size change ? > >> On Tue, Oct 14, 2014 at 1:10 PM, Anders Wallén wrote: >> Interesting. I will try to examine the parts. >> >> >> I was sure it was a so

Re: [zfs-macos] Renaming a pool?

2014-10-14 Thread Bjoern Kahl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dear Anders, Am 14.10.14 um 18:23 schrieb Anders Wallén: > Is there any way to change the name of an existing pool? yes, quite simple. You can change the name while importing the pool: zpool import oldname newname Of course, it has to be expo