geom 'taste' vs. manual creation ?

Poul-Henning Kamp phk at phk.freebsd.dk
Tue Jan 13 06:41:32 PST 2009


In message <20090113122111.GA89189 at onelab2.iet.unipi.it>, Luigi Rizzo writes:
>geom(4) says:
>
>   A geom which came into being as a result of a normal taste operation
>   should self-destruct...
>
>Now I wonder:
>does the GEOM infrastructure record whether a geom has been created
>by a 'taste' call, or manually through a 'geom xxx create ..', or
>this info should be managed directly by the individual implementation ?

No, there is no difference on how a geom is created.  The above
statement indicates a level of magic that is not really there, all
the geoms get orphaned the same way.

-- 
Poul-Henning Kamp       | UNIX since Zilog Zeus 3.20
phk at FreeBSD.ORG         | TCP/IP since RFC 956
FreeBSD committer       | BSD since 4.3-tahoe    
Never attribute to malice what can adequately be explained by incompetence.


More information about the freebsd-geom mailing list