Search results

  1. I

    [SOLVED] Serial port passthrough issue on big transfers

    Hi, We have a proxmox 7 with a workstation setup which run one (and only one) Windows 2000 (yeah I know) guest. I do not have access to the proxmox but, should be similar to this : This guest use a serial port to communicate with a CNC. The transfer works properly when the file to transfer...
  2. I

    Proxmox 7 - Monitor said Out of range

    Hi, seems similar to one of my post : https://forum.proxmox.com/threads/proxmox-7-linux-5-11-no-display.93203/#post-405815 Try this solution : https://forum.proxmox.com/threads/proxmox-7-linux-5-11-no-display.93203/#post-406571
  3. I

    Change host disks, how resize partition ?

    Sorry to up this tread but another answer/point of view is welcome
  4. I

    [SOLVED] Proxmox 7, Linux 5.11 no display

    nomodeset seems to fix the issue. Thanks @villain666
  5. I

    [SOLVED] Proxmox 7, Linux 5.11 no display

    Hi, I just update from proxmox 6 to 7 on a test server. I notice after the reboot, I don't have display after proxmox full boot. I see the bios, grub, lvm2 detection and then nothing. The display displays "resolution out of range". (I test 3 different screens) If I go back to 5.4 everything...
  6. I

    Change host disks, how resize partition ?

    Simply install cloud-utils then growpart /dev/sda 3, pvresize /dev/sda3 and lvextend -l +100%FREE pve/data is ok? Can someone confirm or not that this will work fine?
  7. I

    Change host disks, how resize partition ?

    Hi, We have a proxmox with RAID1. We are almost full (95%) on our proxmox host disk. We plan to replace our 450GB drive to bigger size (1To). Our partitions are actually like this. Device Start End Sectors Size Type /dev/sda1 34 2047 2014 1007K BIOS boot...
  8. I

    [SOLVED] VM disk bigger than local-lvm

    Hi @Fabian_E, Thanks for your answer. Since I use virtio, I enabled the "discard" option to gain some space. I will defrag the VM disk and reduce the guest partition to be sure to never full the virtual disk (and local-lvm partition). This will allow to wait and prepare for 1) as you described.
  9. I

    [SOLVED] VM disk bigger than local-lvm

    Hi, I notice on a proxmox a potential issue with disk size. I have the following : root@proxmox:~# lvs LV VG Attr LSize Pool Origin Data% Meta% Move Log Cpy%Sync Convert data pve twi-aotz-- 384.28g 90.19 4.74 root...
  10. I

    [SOLVED] Proxmox cluster slow to shutdown.

    Hi, Seems to be fix since 6.2.6 or 6.2.10. Don't need to swapoff and everything shutdown normally.
  11. I

    [SOLVED] Proxmox cluster slow to shutdown.

    Hi, swapoff -a before the reboot avoid the issue. swapoff -a takes 3 minutes to complete. Don't know if a lot of time or not. @t.lamprecht Did you check the log sent by email ?
  12. I

    [SOLVED] Proxmox cluster slow to shutdown.

    @t.lamprecht I send you a full log. Yes on a PERC 6/i MegaRAID SAS 1078.
  13. I

    [SOLVED] Proxmox cluster slow to shutdown.

    Hi, @ozdjh, sorry I didn't notice. @t.lamprecht , I will try swapoff -a next time (next month). What should I can do to properly identify the issue for a potential future fix ?
  14. I

    [SOLVED] Proxmox cluster slow to shutdown.

    Do you have any news about the issue ? I still have the issue. @ozdjh what about you ? and what about the support case ?
  15. I

    [SOLVED] Proxmox cluster slow to shutdown.

    Do you have any news about the issue ?
  16. I

    [SOLVED] Proxmox cluster slow to shutdown.

    The issue is still present. Here is an end of journalctl log : Mar 02 09:34:47 node systemd[1]: networking.service: Succeeded. Mar 02 09:34:47 node systemd[1]: Stopped Raise network interfaces. Mar 02 09:34:47 node systemd[1]: systemd-sysctl.service: Succeeded. Mar 02 09:34:47 node systemd[1]...
  17. I

    [SOLVED] VMs and 3D software

    Hi, thanks @dcsapak for the details.
  18. I

    [SOLVED] VMs and 3D software

    Hi, Il would like to have windows VM(s ?) to use a 3d software (CAD/CAM software). To work properly it needs GPU computing. If I understand well I need PCI passthrought, right ? However, I don't understand why there are two different wiki : https://pve.proxmox.com/wiki/PCI(e)_Passthrough ...
  19. I

    proxmox with synology HA

    Hi, Thank you for the details @chchang.
  20. I

    [SOLVED] Proxmox cluster slow to shutdown.

    Hi, Storage used are NFS for images and CIFS for backup. The host as the default ext4 root partition. Unfortunately, If I reboot now, I can't reproduce the issue and persistent systemd journal was not enabled. Here is the syslog file. I reboot at approximately 11:30. The last entry in the log...