thanks for new backup feature. One small question, do you plan to make it possible to browse backup files? So we would not need to restore it to take certain files only.
no, this is not possible (by design).
thanks for new backup feature. One small question, do you plan to make it possible to browse backup files? So we would not need to restore it to take certain files only.
no, this is not possible (by design).
Am I taking wrong or possible with command line you mean?
Button "Take snapshot" is not working
"snapshot feature is not available at /usr/share/perl5/PVE/QemuServer.pm line 4107."
pveversion -v
pve-manager: 2.3-13 (pve-manager/2.3/7946f1f1)
running kernel: 2.6.32-18-pve
proxmox-ve-2.6.32: 2.3-88
pve-kernel-2.6.32-14-pve: 2.6.32-74
pve-kernel-2.6.32-17-pve: 2.6.32-83
pve-kernel-2.6.32-11-pve: 2.6.32-66
pve-kernel-2.6.32-16-pve: 2.6.32-82
pve-kernel-2.6.32-18-pve: 2.6.32-88
lvm2: 2.02.95-1pve2
clvm: 2.02.95-1pve2
corosync-pve: 1.4.4-4
openais-pve: 1.1.4-2
libqb: 0.10.1-2
redhat-cluster-pve: 3.1.93-2
resource-agents-pve: 3.9.2-3
fence-agents-pve: 3.1.9-1
pve-cluster: 1.0-36
qemu-server: 2.3-17
pve-firmware: 1.0-21
libpve-common-perl: 1.0-48
libpve-access-control: 1.0-26
libpve-storage-perl: 2.3-6
vncterm: 1.0-3
vzctl: 4.0-1pve2
vzprocps: 2.0.11-2
vzquota: 3.1-1
pve-qemu-kvm: 1.4-6
ksm-control-daemon: 1.1-1
Just did an upgrade last night. I first tested memory Ballooning in windows 2008r2 and got it working! Thanks for this. I will be building several Win7 virtual dev workstations with 8gigs ram for each vm. Having ballooning will help to make better use of host ram.
I did notice a couple of small issues. (1) the release notes say qcow2 is now the defaut disk type but when I go to create a new vm, its still defaulting to raw (not a big deal).
are you sure - recheck and tell how to re-produce the issue.(2) I tested a live backup of a vm that has a qcow2 disk but when I restored it, it came back as a .raw disk!??? I was able to convert it back to qcow2 but this is clearly a bug.
Tom,
As per your request I did a quick test. Here is what I found.
----------------------------------------------------------------------
Backup of a simple install of Ubuntu using a single 128G qcow2 disk.
Using the VM's backup tab I selected: Backup Now, [Local, Snapshot, LZO (fast)].
Here is the output:
----------------------------------------------------------------------
INFO: starting new backup job: vzdump 200 --remove 0 --mode snapshot --compress lzo --storage local --node pm1
INFO: Starting Backup of VM 200 (qemu)
INFO: status = running
INFO: backup mode: snapshot
INFO: ionice priority: 7
INFO: creating archive '/var/lib/vz/dump/vzdump-qemu-200-2013_03_15-09_00_47.vma.lzo'
INFO: started backup task '10547002-2e8b-4074-a19a-0974d887e6e0'
INFO: status: 0% (475463680/137438953472), sparse 0% (149598208), duration 3, 158/108 MB/s
INFO: status: 1% (1750466560/137438953472), sparse 0% (1011449856), duration 8, 255/82 MB/s
...
INFO: status: 100% (137438953472/137438953472), sparse 97% (134683037696), duration 105, 623/0 MB/s
INFO: transferred 137438 MB in 105 seconds (1308 MB/s)
INFO: archive file size: 1.22GB
INFO: Finished Backup of VM 200 (00:01:49)
INFO: Backup job finished successfully
TASK OK
----------------------------------------------------------------------
Now for the restore...
Note: there are no options other then shuting down the vm and selecting the restore image.
Here is the output:
----------------------------------------------------------------------
restore vma archive: lzop -d -c /var/lib/vz/dump/vzdump-qemu-200-2013_03_15-09_00_47.vma.lzo|vma extract -v -r /var/tmp/vzdumptmp30265.fifo - /var/tmp/vzdumptmp30265
CFG: size: 243 name: qemu-server.conf
DEV: dev_id=1 size: 137438953472 devname: drive-virtio0
CTIME: Fri Mar 15 09:00:49 2013
Formatting '/var/lib/vz/images/200/vm-200-disk-1.raw', fmt=raw size=137438953472
new volume ID is 'local:200/vm-200-disk-1.raw'
map 'drive-virtio0' to '/var/lib/vz/images/200/vm-200-disk-1.raw' (write zeros = 0)
----------------------------------------------------------------------
As you can see it restored it to raw... It did start and run fine though.
Please look a little closer to my msg. There are two parts, the backup which shows its backing up a qcow2 file.
... On the downside, I discovered that I had some corrupted .qcow2 images, and the backup breaks if the image is corrupt. I had always through that qemu-img check would detect all problems in a qcow2 image - not so. These files passed qemu-img check, but qemu-img convert fails when it hits the bad blocks, and backup fails. ...
What determines which RBDs show up in storage? I want to import existing images that I have for use within proxmox. When I do "rbd ls" I see my original images + those created by proxmox, side-by-side. However, in proxmox, I only see images created by proxmox.