Page MenuHomePhabricator

Qemu
Updated 2,507 Days AgoPublic

Version 5 of 16: You are viewing an older version of this document, as it appeared on Jul 6 2017, 2:13 PM.

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

Required Packages

sudo apt install nano \
util-linux  linux-tools-common cpufrequtils lm-sensors libusb-dev \
git libglib2.0-dev libfdt-dev libpixman-1-dev zlib1g-dev git-email \
libcap-dev libcap-ng-dev libcurl4-gnutls-dev libgtk-3-dev valgrind \
xfslibs-dev -y git-email libnfs-dev libiscsi-dev libsdl2-dev libncurses5-dev \
libaio-dev libjemalloc-dev libjemalloc* libusb-1.0-0-dev
Last Author
lkramer
Last Edited
Jul 6 2017, 2:13 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