[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-users] How to list the drives a DomU is using, and their types -- with or without a parition -- from the Dom0?
El 15/2/16 a les 20:02, billb@xxxxxxx ha escrit: > Backing up Xen DomUs' LVM disks > > When I install a DomU from a OS install disk, I pass it an LV I created on > the Dom0. > > So the initial .cfg has > > disk = [ 'phy:/dev/VG0/GUEST01_OS,hda,w', > 'file:/home/isos/OS.iso,hdd:cdrom,r',] > > The installer process creates a partition on that LV. > > Later I'll often add another LV, created on the Dom0 host, for the guest to > use for data. > > So my run-time .cfg ends up with, for example > > disk = [ 'phy:/dev/VG0/GUEST01_OS,hda,w', > 'phy:/dev/VG0/GUEST01_DATA,hdb,w',] > > Now I want to make a backup of this Guest, using LV snapshots. > > /dev/VG0/GUEST01_DATA I can snapshot directly. > > But because 'hda' has a partition in it, you have to 1st > > kpartx -av /dev/VG0/GUEST01_OS > > then snapshot the mounted partition inside > > /dev/mapper/VG0-GUEST01_OS-part1 Why don't you just snapshot the whole volume, even if it has partitions inside? Roger. _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxx http://lists.xen.org/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |