Search results

  1. A

    Fail with inetwork interface naming

    Im using Proxmox 6.2 What else did I find out that the rename2 interfaces in eno change MAC addresses
  2. A

    Fail with inetwork interface naming

    I was just create new bridge vmbr1 with eno0, after reboot this bridge was in state UNKNOWN and was appeared rename2 root@pve04:~# ip a 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet...
  3. A

    New LVM-thin pool creation

    pvesm add lvmthin pve03_thin1 --thinpool nvme0 --vgname nvme --server pve03
  4. A

    New LVM-thin pool creation

    Good time for all. I was removed lv pve/data But now I need to create new thin pool for disk images on other device called in the system as /dev/nvme0n1 root@pve03:~# pvdisplay --- Physical volume --- PV Name /dev/sda3 VG Name pve PV Size...
  5. A

    Performance Issues Comparing VMware

    tburger and everybody thanks I was change cpu type to host and got time of archiving less than 1 hour, 15 minutes better
  6. A

    Performance Issues Comparing VMware

    >Are you using virtio storage controller? yes >Are you using cpu-type "host" for your VMs? kvm-64 >The default kvm-64 is most compatible but not the fastest - not all instruction sets are available What cpu do you recommend for AMD Opteron(tm) Processor 6376 ?
  7. A

    Performance Issues Comparing VMware

    >What cache settings? VM was created with settings by defaults, no cache
  8. A

    Performance Issues Comparing VMware

    Disk images in RAW format, disks transferred without conversion and changes. Archiving goes to a network resource (in both cases). The archiving script is applied, in which the following line plays the main role: nice -n 19 ionice -c3 pg_dump -d $DBNAME -h ${SERVERNAME} -p $PORT -U ${USERNAME}...
  9. A

    Performance Issues Comparing VMware

    We have migrated the PostgreSQL server from VMware to PVE 6.2. The backup time for all databases in the cluster has increased from 1 hour 15 minutes to 1 hour 50 minutes. Both hosts run on the same processor, have the same amount of RAM and the same SSD disks. What could be the problem? I am...
  10. A

    Live migration of VMs finishing with error

    root@pve01:~# qm config 100 bootdisk: scsi0 cores: 4 ide2: none,media=cdrom memory: 8192 name: ivross.ru net0: virtio=EA:49:87:FA:B0:D3,bridge=vmbr0,firewall=1 numa: 0 ostype: l26 scsi0: SSD-DIR:100/vm-100-disk-0.raw,size=60G scsihw: virtio-scsi-pci smbios1...
  11. A

    Live migration of VMs finishing with error

    I'm tring to migrate vm through cli and got this error root@pve01:~# qm migrate 100 pve02 --online --targetstorage raid1 --with-local-disks 2020-08-31 18:49:34 starting migration of VM 100 to node 'pve02' (172.16.17.11) 2020-08-31 18:49:34 starting VM 100 on remote node 'pve02' 2020-08-31...