> From: Darren J Moffat [mailto:darr...@opensolaris.org]
>
> It basically says that 'zfs send' gets a new '-b' option so "send back
> properties", and 'zfs recv' gets a '-o' and '-x' option to allow
> explicit set/ignore of properties in the stream. It also adds a '-r'
> option for 'zfs set'.
>
On 28/07/2010 14:53, Edward Ned Harvey wrote:
From: Richard Elling [mailto:richard.ell...@gmail.com]
http://arc.opensolaris.org/caselog/PSARC/2010/193/mail
Agree. This is a better solution because some configurable parameters
are hidden from "zfs get all"
Forgive me for not seeing it ... T
> From: Richard Elling [mailto:richard.ell...@gmail.com]
>
> > http://arc.opensolaris.org/caselog/PSARC/2010/193/mail
>
> Agree. This is a better solution because some configurable parameters
> are hidden from "zfs get all"
Forgive me for not seeing it ... That link is extremely dense, and 34 p
On Jul 27, 2010, at 7:13 AM, Darren J Moffat wrote:
> On 27/07/2010 13:28, Edward Ned Harvey wrote:
>> The opposite is also true. If you have any special properties set on your
>> main pool, they won't automatically be set on your receiving pool. So I
>> personally recommend saving "zpool get al
On 27/07/2010 13:28, Edward Ned Harvey wrote:
The opposite is also true. If you have any special properties set on your
main pool, they won't automatically be set on your receiving pool. So I
personally recommend saving "zpool get all" and "zfs get all" into a txt
file, and store it along with
> From: zfs-discuss-boun...@opensolaris.org [mailto:zfs-discuss-
> boun...@opensolaris.org] On Behalf Of Dav Banks
This message:
> How's that working for you? Seems like it would be as straightforward
> as I was thinking - only possible.
And this message:
> Yeah, that's starting to sound like a f
True! I don't need the same level of redundancy on the backup as the primary.
--
This message posted from opensolaris.org
___
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss
Yeah, that's starting to sound like a fairly simple but equally robust
solution. That may be the final solution. Thanks!
--
This message posted from opensolaris.org
___
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mai
Thanks Cindy - I've been looking for an admin guide!
I'll play with the split command - sounds interesting.
--
This message posted from opensolaris.org
___
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/
How's that working for you? Seems like it would be as straightforward as I was
thinking - only possible.
--
This message posted from opensolaris.org
___
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zf
The reason for wanting raidz was to have some redundancy in the backup without
the big hit on space that duplicating the data would have.
The other issue is the switching process. More likely to have screwups if every
week I, or someone else when I'm out, have to break and reset 24 mirrors
inste
> From: zfs-discuss-boun...@opensolaris.org [mailto:zfs-discuss-
> boun...@opensolaris.org] On Behalf Of Ross Walker
>
> If that's the case why not create a second pool called 'backup' and
> 'zfs send' periodically to the backup pool?
+1
This is what I do.
__
It should be possible to do
though if you are really serious about it. You can create two zfs
zvols (volumes) which are hopefully in two different raidz-based zfs
pools, and then create a new zfs pool using those two devices. The
end result would be three zfs pools. It is probably not a wise i
On Mon, Jul 26 at 11:51, Dav Banks wrote:
I wanted to test it as a backup solution. Maybe that's crazy in
itself but I want to try it.
Basically, once a week detach the 'backup' pool from the mirror,
replace the drives, add the new raidz to the mirror and let it
resilver and sit for a week.
Si
On Mon, July 26, 2010 14:51, Dav Banks wrote:
> I wanted to test it as a backup solution. Maybe that's crazy in itself but
> I want to try it.
>
> Basically, once a week detach the 'backup' pool from the mirror, replace
> the drives, add the new raidz to the mirror and let it resilver and sit
> for
On Jul 26, 2010, at 2:51 PM, Dav Banks wrote:
> I wanted to test it as a backup solution. Maybe that's crazy in itself but I
> want to try it.
>
> Basically, once a week detach the 'backup' pool from the mirror, replace the
> drives, add the new raidz to the mirror and let it resilver and sit
You might look at the zpool split feature, where you can
split off the disks from a mirrored pool to create an identical
pool, described here:
http://hub.opensolaris.org/bin/view/Community+Group+zfs/docs
ZFS Admin Guide, p. 87
Thanks,
Cindy
On 07/26/10 12:51, Dav Banks wrote:
I wanted to tes
On 26 Jul 2010, at 19:51, Dav Banks wrote:
> I wanted to test it as a backup solution. Maybe that's crazy in itself but I
> want to try it.
>
> Basically, once a week detach the 'backup' pool from the mirror, replace the
> drives, add the new raidz to the mirror and let it resilver and sit for
I wanted to test it as a backup solution. Maybe that's crazy in itself but I
want to try it.
Basically, once a week detach the 'backup' pool from the mirror, replace the
drives, add the new raidz to the mirror and let it resilver and sit for a week.
--
This message posted from opensolaris.org
_
...@opensolaris.org] On Behalf Of Dav Banks
Sent: Monday, July 26, 2010 2:02 PM
To: zfs-discuss@opensolaris.org
Subject: [zfs-discuss] Mirrored raidz
This may have been covered somewhere but I couldn't find it.
Is it possible to mirror two raidz vdevs? Like a RAID50 basically.
RAID50 is not a mirr
On Mon, July 26, 2010 14:17, Dav Banks wrote:
> Ah. Thanks! I should have said RAID51 - a mirror of RAID5 elements.
>
> Thanks for the info. Bummer that it can't be done.
Out of curiosity, any particular reason why you want to do this?
___
zfs-discuss
> -Original Message-
> From: zfs-discuss-boun...@opensolaris.org
> [mailto:zfs-discuss-boun...@opensolaris.org] On Behalf Of Dav Banks
> Sent: Monday, July 26, 2010 2:02 PM
> To: zfs-discuss@opensolaris.org
> Subject: [zfs-discuss] Mirrored raidz
>
> This may hav
Ah. Thanks! I should have said RAID51 - a mirror of RAID5 elements.
Thanks for the info. Bummer that it can't be done.
--
This message posted from opensolaris.org
___
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailm
On Mon, 26 Jul 2010, Dav Banks wrote:
This may have been covered somewhere but I couldn't find it.
Is it possible to mirror two raidz vdevs? Like a RAID50 basically.
This config is not supported by zfs. It should be possible to do
though if you are really serious about it. You can create t
Hi,
> Is it possible to mirror two raidz vdevs? Like a RAID50 basically.
Raid 50 is striped...
basically:
zpool create tank raidz c0t0d0 c0t0d1 c0t0d2 raidz c1t0d0 c1t0d1 c0t0d2
Other than that, I believe it is not possible to create a mirrored
pool from raidz vdevs
Regards,
Serge Fonville
-
This may have been covered somewhere but I couldn't find it.
Is it possible to mirror two raidz vdevs? Like a RAID50 basically.
--
This message posted from opensolaris.org
___
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.
On Oct 24, 2006, at 04:19, Roch wrote:
Michel Kintz writes:
Matthew Ahrens a écrit :
Richard Elling - PAE wrote:
Anthony Miller wrote:
Hi,
I've search the forums and not found any answer to the following.
I have 2 JBOD arrays each with 4 disks.
I want to create create a raidz on one
On Oct 24, 2006, at 4:56 AM, Michel Kintz wrote:
It is not always a matter of more redundancy.
In my customer's case, they have storage in 2 different rooms of
their datacenter and want to mirror from one storage unit in one
room to the other.
So having in this case a combination of RAID-Z +
Michel Kintz writes:
> Matthew Ahrens a écrit :
>
> > Richard Elling - PAE wrote:
> >
> >> Anthony Miller wrote:
> >>
> >>> Hi,
> >>>
> >>> I've search the forums and not found any answer to the following.
> >>>
> >>> I have 2 JBOD arrays each with 4 disks.
> >>>
> >>> I want to crea
Matthew Ahrens a écrit :
Richard Elling - PAE wrote:
Anthony Miller wrote:
Hi,
I've search the forums and not found any answer to the following.
I have 2 JBOD arrays each with 4 disks.
I want to create create a raidz on one array and have it mirrored to
the other array.
Today, the top
Richard Elling - PAE wrote:
Anthony Miller wrote:
Hi,
I've search the forums and not found any answer to the following.
I have 2 JBOD arrays each with 4 disks.
I want to create create a raidz on one array and have it mirrored to
the other array.
Today, the top level raid sets are assembled
Frank Cusack wrote:
On October 20, 2006 8:43:03 AM -0700 Ed Gould <[EMAIL PROTECTED]> wrote:
On Oct 20, 2006, at 0:48, Torrey McMahon wrote:
Anthony Miller wrote:
I want to create create a raidz on one array and have it mirrored to
the other array.
Do you think this will get you more availab
On October 20, 2006 8:43:03 AM -0700 Ed Gould <[EMAIL PROTECTED]> wrote:
On Oct 20, 2006, at 0:48, Torrey McMahon wrote:
Anthony Miller wrote:
I want to create create a raidz on one array and have it mirrored to
the other array.
Do you think this will get you more availability compared to a s
Anthony Miller wrote:
Hi,
I've search the forums and not found any answer to the following.
I have 2 JBOD arrays each with 4 disks.
I want to create create a raidz on one array and have it mirrored to the other
array.
Today, the top level raid sets are assembled using dynamic striping. The
On Oct 20, 2006, at 0:48, Torrey McMahon wrote:
Anthony Miller wrote:
I want to create create a raidz on one array and have it mirrored to
the other array.
Do you think this will get you more availability compared to a simple
mirror? I'm curious as to why you would want to do this.
This con
Anthony Miller wrote:
Hi,
I've search the forums and not found any answer to the following.
I have 2 JBOD arrays each with 4 disks.
I want to create create a raidz on one array and have it mirrored to the other
array.
Do you think this will get you more availability compared to a simple
mi
On October 19, 2006 9:02:47 PM -0700 Anthony Miller
<[EMAIL PROTECTED]> wrote:
Hi,
I've search the forums and not found any answer to the following.
I have 2 JBOD arrays each with 4 disks.
I want to create create a raidz on one array and have it mirrored to the
other array.
huh, why would yo
Hi,
I've search the forums and not found any answer to the following.
I have 2 JBOD arrays each with 4 disks.
I want to create create a raidz on one array and have it mirrored to the other
array.
I've tried various command variations, but none seem to create what I want.
e.g.
zpool create -f
38 matches
Mail list logo