Meeting notes from today's meeting.

a) Should one checkpoint be allowed to call into
   another checkpoint outside of the engine?

   For example, should the boot_archive_archive
   DC checkpoint be allowed to call TransferCPIO.execute.

   The main objection was to not allow one checkpoint
   call into another checkpoint using it's checkpoint
   interfaces. That is, it shouldn't call the execute()
   method for another checkpoint.

   It would be just fine for, say, TransferCPIO to
   provide another method (perhaps called do_transfer?)
   that can be called by boot_archive_archive instead.

b) DC currently does sizing computations for the ramdisk
   creation itself. Does it make sense to push this to
   the target instantiation for ramdisk targets?

   It seems to make sense to have the target instantiation
   code for ramdisk targets to additionally do sizing
   computations prior to creating the target.

Thanks,
Alok
_______________________________________________
caiman-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/caiman-discuss

Reply via email to