devicemapper-rs icon indicating copy to clipboard operation
devicemapper-rs copied to clipboard

We should have a consistent plan or understanding for how we suspend and resume devices

Open mulkieran opened this issue 7 years ago • 0 comments

Currently, this really only happens in two places:

  1. We resume a device when we create it.
  2. When we reload a new table, we load the table into the inactive slot, we suspend the device, and then we resume the device which has the effect of loading the table into the active slot.

Do we need a more global approach? How can we be sure we're not losing data w/out a different kind of testing from what we are doing currently?

mulkieran avatar Jan 16 '18 22:01 mulkieran