Search results

  1. Y

    Backup issues

    Only me got this problem?
  2. Y

    Backup issues

    Got some serious questions about backuping. Imaging a Proxmox serwer with 4xVM and 8x small LXC I have - ZFS zpool and zfs volumes there: rpool/subvol-100-disk1 - 30GB rpool/subvol-100-disk2 - 1TB rpool/subvol-101-disk1 - 10GB rpool/subvol-102-disk1 - 2TB rpool/subvol-104-disk1 - 500GB For...
  3. Y

    task blocked for more than 120 seconds after upgrade to kernel 2.6.32.39

    Got the same problem: Oct 7 12:27:39 vps2 kernel: [76440.224347] systemd D ffff88012fc96a00 0 1 0 0x00000000 Oct 7 12:27:39 vps2 kernel: [76440.224357] ffff88012fc16a00 ffff88012abbc000 0000000000000001 7fffffffffffffff Oct 7 12:27:39 vps2 kernel: [76440.224364] Call...
  4. Y

    how to add and/or resize a LXC disk

    # pct resize 212 rootfs 15G Could not get zvol size at /usr/share/perl5/PVE/Storage/ZFSPoolPlugin.pm line 308. I resized that by hand: zfs set quota=15G subvol-212-disk-1 zfs set refquota=15G subvol-212-disk-1 and it works.
  5. Y

    Backup script

    1. Is it possible to add parameter to vzdump by GUI when doing backups? (bwlimit, ionice)Is it planned to place that in gui in next release? It would be very useful.2.How to set proxmox 3.3 to use lzop (2.03) or lzop with GNU parrel ? Regards
  6. Y

    Proxmox and slow backup

    Hehe, I hope! :-)
  7. Y

    Proxmox and slow backup

    I changed destination media, now it's much better - LZO take about 100% 1-core CPU power. LZO still uses only one core. On LZO homepage I've found something like GNU parrel tool. Do You think that parallelism of LZO will help me to do my backups faster? How can I check where is bottleneck...
  8. Y

    Proxmox and slow backup

    ...OK Just look on my top: 205788 root 20 0 6648 1128 376 S 81 0.0 72:34.43 lzop CPU is going from 70% to 99%. This machine also uses pbzip2 for packing big tcpdump logs. And the CPU usage for pbzip2 is going from 200% to 800%. So where is the problem? I got 4 VM's with...
  9. Y

    Proxmox and slow backup

    Using backup function with LZO packing is optymized for parrell but GZIP not. Is lzo better than gzip? Proxmox is offering both.
  10. Y

    Proxmox and slow backup

    Why does Proxmox use old gzip for backup? It's using only one-core when packing :( Does anyone tired to use pigz with proxmox? Would it be enough to do"ln -s /usr/bin/pigz gzip? :-) What are cons of doing that?