Page MenuHomePhabricator

Qemu
Updated 2,517 Days AgoPublic

Version 2 of 16: You are viewing an older version of this document, as it appeared on Jun 26 2017, 1:09 PM.

How to make snapshots:

To Create snapshots:

		lvcreate (Volumn) -s -n (name of the snapshot) 	(location to store the snapshot)
		
		e.g.	lvcreate -L300G -s  -n ecc-b-01v.snap /dev/vm/ecc-b-01v

To Remove snapshots:

		lvremove (name of snapshot @ stored location)

		e.g.	lvremove /dev/vm/ecc-b-01v.snap

To Restore snapshots:

		lvconvert --merge (Logical Volume Path)

		e.g. lvconvert --merge /dev/vg0/win10.snap
Last Author
scheung
Last Edited
Jun 26 2017, 1:09 PM

Event Timeline

scheung edited the content of this document. (Show Details)
scheung edited the content of this document. (Show Details)
scheung edited the content of this document. (Show Details)
scheung changed the visibility from "Restricted Project (Project)" to "Public (No Login Required)".Aug 18 2017, 2:10 PM