Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CA: integrate BasicSnapshotStore with drasnapshot.Snapshot
Store the DRA snapshot inside the current internal data in SetClusterState(). Retrieve the DRA snapshot from the current internal data in DraSnapshot(). Clone the DRA snapshot whenever the internal data is cloned during Fork(). This matches the forking logic that BasicSnapshotStore uses, ensuring that the DRA object state is correctly forked/commited/reverted during the corresponding ClusterSnapshot operations. This should be a no-op, as DraSnapshot() isn't called anywhere yet, adn no DRA snapshot is passed to SetClusterState() yet.
- Loading branch information