Recent content by emoxam

  1. E

    resize failed: got timeout

    Something with TRIM on my raid 1 ssd array ? If i wait for a some time - i can create VMs and resize goes ok, but if i try to create right after destroy i've got proxmox_vm_qemu.vm[2]: Creation complete after 2m34s [id=Node-5/qemu/258] ╷ │ Error: command '/usr/bin/qemu-img resize -f qcow2...
  2. E

    resize failed: got timeout

    Got the error when trying to create VM via terraform. pveversion pve-manager/8.2.4/faa83925c9641325 (running kernel: 6.8.8-1-pve) Plan: 1 to add, 0 to change, 0 to destroy. proxmox_vm_qemu.vm[0]: Creating... proxmox_vm_qemu.vm[0]: Still creating... [10s elapsed] proxmox_vm_qemu.vm[0]: Still...
  3. E

    You are attempting to remove the meta-package 'proxmox-ve'

    i ran apt remove linux-image-amd64 i mentioned it at my first post Sorry, i migrate VMs and reinstall OS on all the nodes.
  4. E

    [SOLVED] Timed out waiting for device /dev/pve/data on freshly installed PVE

    Seems like that's the way lvremove pve/data lvcreate -l100%FREE pve -n data mkfs.ext4 /dev/pve/data Why PVE installation creates a thin volume ? Why not to do thick from the start ?
  5. E

    [SOLVED] Timed out waiting for device /dev/pve/data on freshly installed PVE

    I didn't understand what exactly can i do ? I deleted thin LVM but i don't have any /dev/sda4 to use. And i have /dev/sda3 with the size near size of my hdd.
  6. E

    You are attempting to remove the meta-package 'proxmox-ve'

    apt update Hit:1 http://ftp.ru.debian.org/debian bullseye InRelease Hit:2 http://ftp.ru.debian.org/debian bullseye-updates InRelease Hit:3 http://security.debian.org bullseye-security InRelease Hit:4...
  7. E

    [SOLVED] Timed out waiting for device /dev/pve/data on freshly installed PVE

    pardon, one zero was a mistake while pasting to the forum. Sure there are two zeroes. I already fixed it. Image was about the "cmap_initialize failed" it's i guess corosync and i don't think corosync could be usefull here..
  8. E

    [SOLVED] Timed out waiting for device /dev/pve/data on freshly installed PVE

    I've installed PVE from proxmox-ve_7.4-1.iso setted up 25.0 to maxroot did mkfs.ext4 /dev/pve/data and added /dev/pve/data /opt/st ext4 errors=remount-ro 0 0 to my /etc/fstab now when i restart my server i got an error Timed out waiting for device /dev/pve/data And i must enter password, run...
  9. E

    You are attempting to remove the meta-package 'proxmox-ve'

    apt -f install Reading package lists... Done Building dependency tree... Done Reading state information... Done The following packages were automatically installed and are no longer required: bsdmainutils pve-kernel-5.4.106-1-pve pve-kernel-5.4.114-1-pve pve-kernel-5.4.119-1-pve...
  10. E

    You are attempting to remove the meta-package 'proxmox-ve'

    cat /etc/apt/sources.list deb http://ftp.ru.debian.org/debian bullseye main contrib deb http://ftp.ru.debian.org/debian bullseye-updates main contrib # security updates deb http://security.debian.org bullseye-security main contrib deb http://hwraid.le-vert.net/debian bullseye main cat...
  11. E

    You are attempting to remove the meta-package 'proxmox-ve'

    After this operation, 84.6 MB disk space will be freed. Do you want to continue? [Y/n] W: (pve-apt-hook) !! WARNING !! W: (pve-apt-hook) You are attempting to remove the meta-package 'proxmox-ve'! W: (pve-apt-hook) W: (pve-apt-hook) If you really want to permanently remove 'proxmox-ve' from your...
  12. E

    can 6.4-14 and 8.1-2 be in one cluster ?

    Hello! I'm going to add a few servers to my PVE 6.4-14 cluster, can i install 8.1-2 and add it to cluster to move some VMs to 8.1-2 and then upgrade 6.4-14 .. thanks
  13. E

    How make Copy/Paste on VNC kvm in proxmox

    We have 3 console plugins novnc, spice, xterm.ks - does any of them supports copy/paste ?