Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
zfs & gmirror == DIRTY mirror on reboot
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  4 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Slawa Olhovchenkov  
View profile  
 More options Apr 11 2012, 10:12 am
Newsgroups: mpc.lists.freebsd.fs, muc.lists.freebsd.fs
From: Slawa Olhovchenkov <s...@zxy.spb.ru>
Date: Wed, 11 Apr 2012 18:12:43 +0400
Local: Wed, Apr 11 2012 10:12 am
Subject: zfs & gmirror == DIRTY mirror on reboot
Can some one fixing kern/113957#replay4?
Creating ZFS over gmirror causing gmirror DIRTY on correct reboot.
_______________________________________________
freebsd...@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-fs
To unsubscribe, send any mail to "freebsd-fs-unsubscr...@freebsd.org"

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
krad  
View profile  
 More options Apr 12 2012, 4:34 am
Newsgroups: mpc.lists.freebsd.fs, muc.lists.freebsd.fs
From: krad <kra...@gmail.com>
Date: Thu, 12 Apr 2012 09:34:47 +0100
Local: Thurs, Apr 12 2012 4:34 am
Subject: Re: zfs & gmirror == DIRTY mirror on reboot
On 11 April 2012 15:12, Slawa Olhovchenkov <s...@zxy.spb.ru> wrote:

> Can some one fixing kern/113957#replay4?
> Creating ZFS over gmirror causing gmirror DIRTY on correct reboot.
> _______________________________________________
> freebsd...@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-fs
> To unsubscribe, send any mail to "freebsd-fs-unsubscr...@freebsd.org"

this seams like a bizarre configuration. Why not let zfs do the
mirroring as its more efficient in many ways?
_______________________________________________
freebsd...@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-fs
To unsubscribe, send any mail to "freebsd-fs-unsubscr...@freebsd.org"

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Slawa Olhovchenkov  
View profile  
 More options Apr 12 2012, 4:40 am
Newsgroups: mpc.lists.freebsd.fs, muc.lists.freebsd.fs
From: Slawa Olhovchenkov <s...@zxy.spb.ru>
Date: Thu, 12 Apr 2012 12:40:06 +0400
Local: Thurs, Apr 12 2012 4:40 am
Subject: Re: zfs & gmirror == DIRTY mirror on reboot

On Thu, Apr 12, 2012 at 09:34:47AM +0100, krad wrote:
> On 11 April 2012 15:12, Slawa Olhovchenkov <s...@zxy.spb.ru> wrote:
> > Can some one fixing kern/113957#replay4?
> > Creating ZFS over gmirror causing gmirror DIRTY on correct reboot.
> > _______________________________________________
> > freebsd...@freebsd.org mailing list
> > http://lists.freebsd.org/mailman/listinfo/freebsd-fs
> > To unsubscribe, send any mail to "freebsd-fs-unsubscr...@freebsd.org"

> this seams like a bizarre configuration. Why not let zfs do the
> mirroring as its more efficient in many ways?

I am need to reliable boot (toleranted to bad blocks in boot area, boot1/boot2).
reliable boot => mirror in bios.
PREC S100 don't have on-disk information about mirror => gmirror on OS
level.
_______________________________________________
freebsd...@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-fs
To unsubscribe, send any mail to "freebsd-fs-unsubscr...@freebsd.org"

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Peter Maloney  
View profile  
 More options Apr 12 2012, 4:58 am
Newsgroups: mpc.lists.freebsd.fs, muc.lists.freebsd.fs
From: Peter Maloney <peter.malo...@brockmann-consult.de>
Date: Thu, 12 Apr 2012 10:58:01 +0200
Local: Thurs, Apr 12 2012 4:58 am
Subject: Re: zfs & gmirror == DIRTY mirror on reboot
On 04/12/2012 10:40 AM, Slawa Olhovchenkov wrote:
> On Thu, Apr 12, 2012 at 09:34:47AM +0100, krad wrote:

>> On 11 April 2012 15:12, Slawa Olhovchenkov<s...@zxy.spb.ru>  wrote:
>>> Can some one fixing kern/113957#replay4?
>>> Creating ZFS over gmirror causing gmirror DIRTY on correct reboot.
>> this seams like a bizarre configuration. Why not let zfs do the
>> mirroring as its more efficient in many ways?
> I am need to reliable boot (toleranted to bad blocks in boot area, boot1/boot2).
> reliable boot =>  mirror in bios.
> PREC S100 don't have on-disk information about mirror =>  gmirror on OS
> level.

What's wrong with mirroring your / and /boot with zfs, and then if the
bootcode blocks get broken, just do the bootcode commands again:
gpart bootcode -b /boot/pmbr -p /boot/gptzfsboot -i 1 da0
gpart bootcode -b /boot/pmbr -p /boot/gptzfsboot -i 1 da1

gmirroring your bootcode won't do anything more than this would, since
it is static content. (Or are you not talking about bootcode?)

> _______________________________________________
> freebsd...@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-fs
> To unsubscribe, send any mail to "freebsd-fs-unsubscr...@freebsd.org"

_______________________________________________
freebsd...@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-fs
To unsubscribe, send any mail to "freebsd-fs-unsubscr...@freebsd.org"

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »