Recent content by miha.adzic

  1. M

    Setup space for backups

    Hi! Just figured it out -v does the trick. :)
  2. M

    Setup space for backups

    Hi! Happy New Year! Sory for the late reply. Can anyone please help? lvcreate --name backup --size 2T pve Volume group "pve" has insufficient free space (4051 extents): 524288 required The local-lvm (pve) shows 2.70TiB of Available space and local (pve) shows 87.60GiB if Available space. So...
  3. M

    Setup space for backups

    Hi! Yes thats it. But if I make a directory on the root like in your case /backup - there is only 95GB of space there. The server was setup fresh using the default setting and I have 6TB of disk space. So most of the disk space is set for LVM but I cannot add VZDump in that space. The question...
  4. M

    Setup space for backups

    Hi! Great work on 4.3! :) Question is how do I setup more space for dump? df -h show only 95G on /dev/dm-0 that is local (pve) The rest of the disks space is not showing at all and I have 6TB in RAID10 local-lvm (pve) has more than enough space but I cannot use it for VZDump Is there a...
  5. M

    Bug in Syslog?

    Hi Dominik! Thank you for you reply. Is there a way to change the VM ID if youre using ZFS? I'm trying to change the VM ID from 233 to 243. Also another question I posted here: https://forum.proxmox.com/threads/raidz-1-replacing-a-dead-drive.27889/ As for the "overheating" I guess I should...
  6. M

    RAIDZ-1 replacing a dead drive

    Hi! So this what happens - a drive goes missing - go went gone. ;) Don't ask why. I'm trying to replace the missing drive in a zpool. zpool status returns: NAME STATE READ WRITE CKSUM rpool DEGRADED 0 0 1 _raidz1-0 DEGRADED 0 0 2 __15057891285146563222 OFFLINE 0 0 0 was...
  7. M

    Bug in Syslog?

    Hi! I recently installed Proxmox 4.2 version, setup the disks into RAIDZ-1 on install and went ahead to setup some VMs. Now I tried to change the VM ID but the folder /var/lib/vz/images is empty. 1. Where are the image files located in the case of RAIDZ, or even better, how can I change the...
  8. M

    ZRAID10

    Hi! When trying to setup Proxmox on using ZRAID10 on 4 1TB disks i get this error: Warning: mirrored disks must have the same size. Please fix ZFS setup first. So I installed the Proxmox on an extra 500GB hdd and then added the 4x1TB using this: zpool create -f -o ashift=12 <pool-name>...
  9. M

    Win2003 and VirtiO

    Oh! Hey! After final add of the disk and boot it didn't ask me for the drivers again. So i checked the Device Manager and it's right there. Maybe I missed something about Cache? Had it on Write Back. Leaving it on Default now, the system boots. Need to try with the F6 drivers and No cache...
  10. M

    Win2003 and VirtiO

    Hi! Thanx for the help. But It's not working. Now it hangs at installing the driver. Maybe I don't have the correct drivers? Clicking around I ended on the download page here: https://fedoraproject.org/wiki/Windows_Virtio_Drivers#Direct_download Used the first driver iso in the list. Later also...
  11. M

    Win2003 and VirtiO

    Hi! I'm new to proxmox and linux in commandline, so I am quite lost sometimes. So I'm trying to migrate a Windows 2003 SBS. However there are many errors on the current running system so I figured I should do a fresh install and then just restore the Domain, DNS, DHCP and SQL in the Windows...