Re: Bigger boot block size?

From: Scott Long (scottl_at_samsco.org)
Date: 09/11/05

  • Next message: Poul-Henning Kamp: "Re: Bigger boot block size?"
    Date: Sun, 11 Sep 2005 10:50:46 -0600
    To: Poul-Henning Kamp <phk@phk.freebsd.dk>
    
    

    Poul-Henning Kamp wrote:
    > In message <86y863k70q.fsf@xps.des.no>, =?iso-8859-1?q?Dag-Erling_Sm=F8rgrav?=
    > writes:
    >
    >
    >>We also need to fix gstripe, gmirror etc. so they place their metadata
    >>at the start of the provider instead of at the end.
    >
    >
    > There are perfectly good arguments for metadata at front and metadata
    > at the end and none of the arguments is definitive.
    >
    > In GEOM it is a private matter for the classes in question, and as
    > long as they handle it properly, I have no issues with any placement
    > of metadata.
    >

    There are actually very good arguments for putting the metadata at the
    end of the components. Consider that it means that you can boot a
    gmirror array without system BIOS support.

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


  • Next message: Poul-Henning Kamp: "Re: Bigger boot block size?"

    Relevant Pages

    • Re: gmirror oddities
      ... >> I've been using gmirror for a while to safeguard my system disks. ... >> some old provider metadata was stored there. ... > Gmirror saves it's metadata on the last sector of its disk space. ...
      (freebsd-stable)
    • Re: Hardcoding gmirror provider
      ... +> by teaching the boot loader to recognize gmirror metadata). ... +> not justify the similar breakage in gstripe and graid3. ... I also don't think that teaching boot loader about gmirror is reasonable ...
      (freebsd-stable)
    • RE: gmirror clearing configuration
      ... > so i can start again, i load gmirror then issue a gmirror ... > it can't clear the metadata. ... The metadata is stored in the last sector of the logical disk. ... need to rebuild the mirror. ...
      (freebsd-questions)
    • Re: geom_mirror silently upgrading metadata
      ... that when I was working on gmirror (starting from the simplest ... Skip disks which have version lower then what we have in the kernel. ... Upgrade the on-disk metadata automatically. ...
      (freebsd-current)
    • Re: geom_mirror silently upgrading metadata [Was: cvs commit: src UPDATING]
      ... format and loading it will make your gmirror unusable with an older ... any geom changes changes that prevent reversion ... add 'gmirror upgrade' command, so one can upgrade on-disk metadata. ...
      (freebsd-current)