tech-kern archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: RAIDframe nested autoconfiguration



der Mouse <mouse%Rodents-Montreal.ORG@localhost> writes:

> The remaining thing that I actually want is for teardown on shutdown
> to iterate, so as to tear down RAID-on-RAID setups from the top down,
> so the lower level RAIDs end up clean.

That looks like it was intended to work -- raidclose to rf_Shutdown to
rf_UnconfigureVnodes to rf_close_components to VOP_CLOSE -- but clearly
isn't quite all there.

-- 
(let ((C call-with-current-continuation)) (apply (lambda (x y) (x y)) (map
((lambda (r) ((C C) (lambda (s) (r (lambda l (apply (s s) l))))))  (lambda
(f) (lambda (l) (if (null? l) C (lambda (k) (display (car l)) ((f (cdr l))
(C k)))))))    '((#\J #\d #\D #\v #\s) (#\e #\space #\a #\i #\newline)))))



Home | Main Index | Thread Index | Old Index