Persisting a Snapshot

You can make a snapshot persistent by forcing the snapshot data into PMEM. This is called flushing the snapshot.

Procedure

To persist a snapshot:
# mvmcli snapshot flush -l|--label snapshot_label -t|--threads_num threads
where:
snapshot_label
is the label of the snapshot to persist
threads
is the number of processor threads to dedicate to the task of flushing the snapshot. If this option is not given, one thread is used.