on architecture of dumping

Andriy Gapon avg at freebsd.org
Tue Aug 18 11:55:09 UTC 2009


on 18/08/2009 13:59 Poul-Henning Kamp said the following:
> In message <4A8A85ED.4090404 at freebsd.org>, Andriy Gapon writes:
>> I think that the following is quite obvious, but it needs to be said anyway.
>>
>> I think that we should switch from current approach of hierarchically
>> configuring dumper to having a hierarchy of dumpers.
> 
> I think this is utterly wolly thinking.

'wolly'? Please improve my English.

> The amount of complexity this will impose is staggering, and the potential
> benefit is no where close to justifying it.

I can't see the staggering complexity in the proposal, could you please expand?
Example of what I had in mind (pseudo-code):

static int
gmirror_dump(this, void *data, off_t offset, size_t size)
{
	LIST_FOREACH(pp, ...) {
		DUMP(pp, data, offset, size);
	}
}

> Add a cheap ATA disk for your dumps or make an USB stick work for dumps
> and use that.

Say, I do want mirrored dumps and/or I do want encrypted dumps - wouldn't it be
logical to re-use GEOM capabilities here.

-- 
Andriy Gapon


More information about the freebsd-arch mailing list