Page MenuHomePhabricator

Qemu
Updated 2,522 Days AgoPublic

Version 1 of 16: You are viewing an older version of this document, as it appeared on Jun 21 2017, 11:02 AM.

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
Last Author
scheung
Last Edited
Jun 21 2017, 11:02 AM

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