Search results

  1. F

    Possible bug after upgrading to 7.2: VM freeze if backing up large disks

    Thank You Fabian, sadly i can test the older pve-qemu-kvm coming weekend at earliest (service time window), since all vms need to be rebooted and i lose dirty map again. If i understand it correctly, todays updates contain a regression patch for the "bdrv_co_block_status" issue, i will try this...
  2. F

    Possible bug after upgrading to 7.2: VM freeze if backing up large disks

    Hello, KRBD doesn't help here, it was already enabled. pve+ceph 13 nodes cluster alls ssd. pbs all ssd. separate 10gbit networks for ceph and public+backup. just now updated and rebooted whole cluster. backups always maxed out the 10gbit network (900MBs for all nodes together), since update last...
  3. F

    Can't boot MacOS with GPU Passthrough

    1. MacOS does not support Proxmox(Qemu) or any other virtualization, where the host is not a Mac. 2. Big Sur does not support Nvidia GPUs, last support was in Catalina for some selected Nvidia GPUs (IIRC). AMD RX 580x/5800(xt)/6900xt are a good choice, but since Apple is going with own silicon...
  4. F

    Transfer Backups from PVE to PBS

    this is on roadmap https://pbs.proxmox.com/wiki/index.php/Roadmap
  5. F

    Disaster recovery

    yes, don't just copy&paste the device path. mount ->/dev/sda1 /<- media/RESCUE/boot change that to the actual device path of your ssd with your broken proxmox installation. run "lsblk" to find out which device path you need (and show me the result too) mount /dev/sdyX /media/RESCUE/boot <-...
  6. F

    Disaster recovery

    did you already tried to reinstall grub? update-grub grub-install /dev/sda (your ssd path here)
  7. F

    Disaster recovery

    don't just copy&paste, dev path might be different for you
  8. F

    Disaster recovery

    when you chroot into the volume, your rescue system acts as if pve-root is its own boot volume but running from rescue kernel. so you can issue commands "like" you booted from the offline system (not everything works ofc., but yet it helps).
  9. F

    Disaster recovery

    not only mount pve-root, but chroot into it as described here https://pve.proxmox.com/wiki/Recover_From_Grub_Failure then apt update && apt install proxmox-ve
  10. F

    Disaster recovery

    time zones... i will come back here in 4-5 hours, afternoon at work currently.
  11. F

    Disaster recovery

    if that does not work and pve kernel is also gone, you could mount pve-root again, chroot into it and "apt install proxmox-ve"
  12. F

    Disaster recovery

    i think we only need to fix grub entries then. https://pve.proxmox.com/wiki/Recover_From_Grub_Failure
  13. F

    Disaster recovery

    sounds good so far. missing boot-uuids means actually, that you are booting in legacy mode (grub), not uefi. if i remember correctly, proxmox-boot-tool is for uefi boot. did you eventually changed something in the boot options in bios/eufi?
  14. F

    Disaster recovery

    did you already booted into a rescue disk and had a look into your ssd, if all the data is still there? especially /etc/pve still contains all the configs
  15. F

    Disaster recovery

    i need to know more about your setup. how did you originally installed proxmox? zfs-boot or default lvm? are your vms on a local/local-lvm/local-zfs storage (same disk as OS) or is there a dedicated storage as separate zfs, ceph cluster or something... the more info you can tell, the better we...
  16. F

    Disaster recovery

    Hi, show us your "cleaning" script. i would guess it removed the active pve kernel. you could reinstall it by booting from a debian rescue mode, mount the proxmox disk, add proxmox repositories and install with apt. Your questions: 1. no, if you can't boot into that ssd and use apt. another way...
  17. F

    Decrease size on VM disk, and question about RAW format

    Totally your own risk (i am not responsible for anything)! Create a fresh backup, before do any resizes! You already shrinked the partition in the vm-disk to 200G so you can "cut" the raw disk the hard way (never shrink disk to exact or smaller size, than your partition!!). zfs set volsize=499G...
  18. F

    Tape Library: No usable media found

    Hi, yes, the LTO generation is also in the code. The barcode content is exactly the same, what is human readable above. edit: yepp, tried with an qr/bar code app on my phone.
  19. F

    Tape Library: No usable media found

    you can print on any paper and glue them with any glue that fix paper on plastic. the environmental specs are optional. i bought avery zweckform (common in europe) DIN A4 sized sticker a pack of 100pc., printed on them and just cut with scissors to size. but yes, you need barcodes on your tapes...
  20. F

    VM Name in Comment

    There is a ticket here https://bugzilla.proxmox.com/show_bug.cgi?id=3207 and a forum discussion here https://forum.proxmox.com/threads/feature-request-show-vm-name-in-content-view-instead-of-only-the-number.87628/ so maybe sooner or later it will be implemented