how is multipath information stored

Dan Naumov dan.naumov at gmail.com
Wed Jun 10 08:16:50 UTC 2009


This is a really wild guess (so correct me if I am wrong), but I would
guess this information is stored as metadata inside the geom provider
after you have initialized it, so on boot, GEOM searches for any
providers attached, reads their metadata and loads them accordingly.
What has me curious though is what happens if you, for example, swap a
few disks around so your (for example) /dev/ad1 "this boot" isn't the
same as the /dev/ad1 the previous time. Are GEOM labels unique? If
they are, it is obviously possible for GEOM to transparently restore
your configuration after you have changed your disk configuration. But
if they aren't, it could be quite a pain in certain situations...

- Dan Naumov



2009/6/10 cooper <bo.coopci at i-waihui.com>:
> Hi, folks.
> I wander where FreeBSD saves the information about the geom, for
> instance which underlying devices are used to construct a multipath
> label and what's the name of the label. In another word, how does the
> system restore the multipathes which I configured before the last reboot
> during the start up phase.
> _______________________________________________
> freebsd-geom at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-geom
> To unsubscribe, send any mail to "freebsd-geom-unsubscribe at freebsd.org"
>


More information about the freebsd-geom mailing list