Recent content by Urbanovits

  1. U

    Unable to move LXC container disk(s) to another storage / rsync error:11 / quota exceeded

    HI fiveangle, Thanks a lot, great and deep research what you did for us.
  2. U

    [Tutorial] Windows VMs migrated from ESXi drop netlogon error at boot and unable to shutdown

    Hi Root cause of this issue vmware agent left on VM. Some circumstances required to left alone PE vmxnet driver requirement. Boot on error: szAppName : winlogon.exe szAppVer : 0.0.0.0 szModName : VMUpgradeAtShutdownWXP.dll szModVer : xxxx OR On Windows 2000 you have a memory corruption...
  3. U

    Unable to move LXC container disk(s) to another storage / rsync error:11 / quota exceeded

    That is what I have Move failed to relocate these ZFS volumes to an iSCSI LVM (8Tbyte). root@pve04:~# zfs get all /Data02/subvol-100-disk-0|egrep "refquota|referenced|refcompressratio" Data02/subvol-100-disk-0 referenced 4.50G - Data02/subvol-100-disk-0...
  4. U

    Unable to move LXC container disk(s) to another storage / rsync error:11 / quota exceeded

    I had no idea how to solve. It is a simple copy task on "large" sized volume. My guess it should be some timeout issue on debian hosted rsync services or rsync itself. Workaround would be CT poweroff, then backup and restore on different location OR rsync cmd line with --partial and -n(normal...
  5. U

    HP StorageWorks P2000 Slow performance on iSCSI

    Hi, I got a HP StorageWorks P2000 G3 and AW595B controller. Tested out on a single 10G link (Jumbo enabled), and have ~1Gbit only In storage I have 24*600G 10K SAS disks (HP) ant two vdisks are configured to store virtual harddisks. fio test show it has 1.59Gbit/s, instead of 10G fio...
  6. U

    Unable to move LXC container disk(s) to another storage / rsync error:11 / quota exceeded

    I don't think so root@pve04:~# df -h /var/lib/lxc/ Filesystem Size Used Avail Use% Mounted on rpool/ROOT/pve-1 450G 20G 430G 5% /
  7. U

    Unable to move LXC container disk(s) to another storage / rsync error:11 / quota exceeded

    Hello i'm stucked with this issue Guessing... it could be a ZFS quota issue, but no quota were set, and inode usage on 1% LXC container volumes need to be relocated to another (iSCSI) storage. Problem with source? Log say: Wiping dos signature on /dev/vg02/vm-100-disk-0. Logical volume...
  8. U

    [SOLVED] Unable to delete migrated disk, auto delete does not have effect

    Before mark as "solved" I have an LXC with same problem, "qm disk rescan" does not work on that, because command look after VM at qemu-server instead of lxc folder What is the command version for LXCs? Thanks.
  9. U

    [SOLVED] Unable to delete migrated disk, auto delete does not have effect

    During a storage move i found a bug. A VM disk placed on iSCSI (ZFS), then migrated to another (local) ZFS volume original disk NOT DELETED on iSCSI. (delete source were selected during disk move) Then i try to remove from storage, but unable to do that. Error say: "You can delete the image...
  10. U

    ESXi to Proxmox - Network issue - ProxMox Bridge prohibit communication

    Ok. Thanks Casulo all of your efforts helping me out of this. I'm sure I have no willingness to buy an USB<->LAN adapter to fix that. Still wait for ProxMox provide solution to fix this. Good to know I'm not alone with this issue.
  11. U

    Extreme high memory utilization.

    Thank you so much! Meanwhile I found ZFS eating up half of host memory, as usual. That is the root cause. Last question (not found in guide): What would be a proper number ( "X"*1024*1024*1024) or calculation method to limit min/max memory usage of ZFS? Is it per VM or which way? options zfs...