Recent content by Darkhunter

  1. D

    Ability to set ZFS volsize of zvol

    Awesome, thanks! Didn't know that even though I googled a lot.
  2. D

    Ability to set ZFS volsize of zvol

    Sure. I created disk in proxmox. Then I did zfs destroy $disk; zfs create -o volsize=128K $disk;
  3. D

    Ability to set ZFS volsize of zvol

    Hi, I currently have issue with changing volsize. Now when I want to create disk it has default volsize, which is really not good for RAIDZ zpools(it wastes like 50% of space). I would really like to have ability to set it when creating disk. Now I have to create it and then delete it from...
  4. D

    Editing vm config file

    Hello, I was trying to edit config file for vm100 /etc/pve/qemu-server/100.conf, but I am not able to write (running nano as root). How can I fix this? I am able to do it on another Proxmoxes...
  5. D

    Proxmox differential backup and Windows servers

    Okay,I'm running virtuals on ZFS right now. Is there any way to send snapshot directly to storage server? I don't have space on proxmox for snapshotting all the VMs, so is there any way to make snapshot directly on storage server?
  6. D

    Virtuals in LVM ata errors

    No, two of these proxmoxes are Debian 7 and one is Debian 8. I install plain debian and then install proxmox on it. VM OSes are too Debian 7 or 8's.
  7. D

    Virtuals in LVM ata errors

    Hello, I have three proxmoxes and some virtuals in them are making some errors about ata: Oct 19 22:54:07 hsotname kernel: [3699830.334837] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x6 frozen Oct 19 22:54:07 hsotname kernel: [3699830.417547] ata1.00: failed command: WRITE DMA Oct 19...
  8. D

    Proxmox differential backup and Windows servers

    https://pve.proxmox.com/wiki/ZFS#Hardware " f you are experimenting with an installation of Proxmox inside a VM (Nested_Virtualization), don't use Virtio for disks of that VM, since are not supported by ZFS, use IDE or SCSI instead." Ah, I didn't read it all. It is just for Proxmox inside VM...
  9. D

    Proxmox differential backup and Windows servers

    Hi, thanks for your reply, but I don't think we can use it, because we use Virtio on Windows servers (it should be faster than IDE).
  10. D

    Migrated physical Windows 7 to proxmox 3.4 crashes at startup

    Hello, no I didn't. What's that? I was using https://pve.proxmox.com/wiki/Migration_of_servers_to_Proxmox_VE article. I will try to do it another time with sysprep then and then will let you know.
  11. D

    Proxmox differential backup and Windows servers

    Hello, I know, that u don't support differential backups, but I don't know better forum, where can I get an advice. We have many proxmox servers and many VMs in them, so we are not able to handle more than three full backups for VMs. I found a way to spare some place by using differential...