Search results

  1. L

    [SOLVED] Restore snapshot on other VM

    Good morning, is it possible to restore snapshot taken from a VM to other VM? This is my situation: zfs list -t snapshot NAME USED AVAIL REFER MOUNTPOINT rpool/data/vm-170-disk-0@SNAP_OK 1.64G - 19.6G -...
  2. L

    Full clone feature is not supported for drive 'efidisk0' (500)?

    Thank you very much, this is a great idea. Unfortunately I'm not a zfs expert, and after cloning without errors: # zfs send -nP rpool/data/vm-151-disk-0@SNAP_OK full rpool/data/vm-151-disk-0@SNAP_OK 8342019192 size 8342019192 # zfs send rpool/data/vm-151-disk-0@SNAP_OK | pv...
  3. L

    [SOLVED] vzdump vm excluding disks

    Glad to be helpful, however you can exclude disk from backup job also from GUI. Go to VM, under "hardware" section, double click on disk you have to exclude. Now deselect BACKUP and the disk will be excluded from backup job.
  4. L

    grub-install: error: cannot find EFI directory.

    Hello, I'm trying to replace fauty Proxmox ZFS boot disk (they are in RAID1 so proxmox boot without problem from other disk). The commands I did are the following (after replace the disk): # sgdisk --replicate=/dev/sdb /dev/sda # sgdisk --randomize-guids /dev/sdb # grub-install /dev/sdb But...
  5. L

    Cannot add disk to VM

    Hello community, is there any reason because I cannot add a disk to VM due to out of space (while I have enough space on device)? I created a ZFS pool and it's healthy: pool: tankone state: ONLINE scan: none requested config: NAME STATE...
  6. L

    [SOLVED] vzdump vm excluding disks

    Damn! Find it myself, just added backup=0 into VM configuration: /etc/pve/qemu-server/100.conf Like: scsi1: /dev/disk/by-id/ata-ST4000VX000-XXXXXX_SXXXXXX,backup=0,size=3953514584K Sorry for wasting forum space! :)
  7. L

    [SOLVED] vzdump vm excluding disks

    Hello community, I'm a new Proxmox user and I'm experimenting in a test environment (an old PC :) ), all is fine till now but I have a problem with VM vzdump backup. I installed FreeNAS/TrueNAS and directly attached 4 4TB disks for the storage. When I try to make backup, it dumps all the disks...