Search results

  1. RolandK

    Poor GC/Verify performance on PBS

    @triggad , do you use the latest version of PBS ? there has been at least this enhancement which can increase gc speed a lot https://git.proxmox.com/?p=proxmox-backup.git;a=commit;h=03143eee0a59cf319be0052e139f7e20e124d572 Total GC runtime shows significatn reduction (average of 3 runs)...
  2. RolandK

    weird fileserver issues after upgrading to proxmox 9

    could you post your lxc container configuration, your samba configuration from inside container and your storage.cfg from /etc/pve and the output of the "mount" command ?
  3. RolandK

    New Windows VM Startup Recovery

    @nalysarbur , can you please post the contents of your both virtual machine configuration files from /etc/pve/qemu-server , your storage.cfg and the output of pvs/vgs/lvs commands ?
  4. RolandK

    New Windows VM Startup Recovery

    how can efi storage on lvm have disk format qemu2 ? when i select efi storage on lvm, it automatically switches to raw and is greyed in your video it looks like this
  5. RolandK

    KVM on top of DRBD and out of sync: long term investigation results

    does somebody know if this is still an issue with DRBD ? https://github.com/LINBIT/drbd/issues/125
  6. RolandK

    proxmox bugzilla open tickets reduction effort - how to start/proceed?

    hi, for a long time, i'm a little bit annoyed that there is quite a reasonable number (2724) of open , unresolved tickets in proxmox bugzilla at https://bugzilla.proxmox.com i don't want to blame proxmox team here, but my question is , how we can put some systematic work into this to better...
  7. RolandK

    WARNING: database "postgres" has a collation version mismatch

    damn, i must have overseen that. thanks for the pointer
  8. RolandK

    WARNING: database "postgres" has a collation version mismatch

    we upgraded from 8 to 9 a while ago, this time i did just apt update/upgrade and got this message. don't know if this is new or did exist since the upgrade from 8 to 9 reboot does not fix it - still get this message on entering psql tool root@pmg:~# su - postgres postgres@pmg:~$ psql WARNING...
  9. RolandK

    WARNING: database "postgres" has a collation version mismatch

    Hello, on latest updates i get WARNING: database "postgres" has a collation version mismatch DETAIL: The database was created using collation version 2.36, but the operating system provides version 2.41. HINT: Rebuild all objects in this database that use the default collation and run...
  10. RolandK

    proxmox rescue boot no such device pool after upgrading to proxmox 9

    > proxmox rescue boot no such device pool @corianito , do you mean rescue boot menu entry from pve9 installation iso?
  11. RolandK

    [SOLVED] Invalid argument when making bootable during UEFI installing on Dell R720xd

    @whc2001 Try NVRAM Reset with onboard switch, this helped for me with R620 Server
  12. RolandK

    VM CPU issues: watchdog: BUG: soft lockup - CPU#7 stuck for 22s!

    >running Proxmox 9.0.1 so, why are you running proxmox 9.0.1 instead of 9.0.11 ?
  13. RolandK

    MDRAID & O_DIRECT

    apparently, the linux community and maintainers don't care for this issue. this indeed underpins that proxmox considers mdraid "unsupported" and i would also like to say: stay away from linux mdraid! not only because it's broken for O_DIRECT or difficult to handle in error situations -...
  14. RolandK

    VM CPU issues: watchdog: BUG: soft lockup - CPU#7 stuck for 22s!

    please install all updates first before reporting issues, as things may have already been fixed.
  15. RolandK

    Data corruption when backup jobs enters timeout/communication issue with PBS

    that's a good idea, shouldn't we file a RFE in bugzilla for that?
  16. RolandK

    [SOLVED] proxmox-boot-tool init ... has wrong partition type

    @Stoiko Ivanov , as i also have struggled hours with this, too - could we perhaps make lsblk perhaps make more "robust" against failure like the above, if the param which defines the access order for lsblk is changed and blkid is being used first ? --properties-by blkid,udev,file from the...
  17. RolandK

    uefi boot default max resolution ?

    mh. came across this one. but for me , it doesn't even work after using "reset" in efi bios https://bugzilla.proxmox.com/show_bug.cgi?id=2599 i'm out of ideas. setting in grub cmdline to kern.vt.fb.default_mode=1024x786 or efi_max_resolution="1024x768" doesn't have any effect, too. i...
  18. RolandK

    MDRAID & O_DIRECT

    @t.lamprecht @giner , i have created a reproducer for the issue to make this happen without O_DIRECT write by user - but just by accessing memory and make system swap/thrash i have done so because there wer some complaints that "you aren't allow to submit direct_io this way" , for example on...
  19. RolandK

    uefi boot default max resolution ?

    Hello, i use proxmox from macbook retina, which has very high display resolution. i setup uefi vm to check some details of XCP-ng hypervisor, but though i set display resolution to 1024x768 in uefi bios settings of VM (Device Manager -> OVMF Platform Configuration), the linux of XCP-ng boots...