dm dot show shows dirty data globally and refulles to pull, even if the dirty data exists on a different branch rather than the active one.
This causes error messages like
dm pull dothub
Pulling admin/moby_counter from dothub:elias/moby_counter
Response '{"jsonrpc":"2.0","error":{"code":-32000,"message":"Aborting because there are 0.01 MiB of uncommitted changes on volume where data would be written. Use 'dm reset' to roll back.","data":null},"id":8674665223082153551}
' yields error Aborting because there are 0.01 MiB of uncommitted changes on volume where data would be written. Use 'dm reset' to roll back.
Surfaced during Kubecon hackathon:
dm dot show shows dirty data globally and refulles to pull, even if the dirty data exists on a different branch rather than the active one.
This causes error messages like
See also attached screenshot