Search results

  1. F

    Are my hardware components listed here compatible with running proxmox?

    That strategy is perfectly fine, just means more downtime as all. I assume its a personal setup so you'll be fine. Don't forget to monitor yours disks with smartctl or something, so you get alerted hopefully before they fail. EDIT: if you setup your install using ZFS with a single drive, I...
  2. F

    I/O errors since upgrading to PVE 7.1

    May want to refer to this thread where other people are reporting issues on 7.1 VM disks. https://forum.proxmox.com/threads/proxmox-ve-7-1-released.99847/page-4 Not sure if the topic for this should be moved other to that one or not.
  3. F

    Are my hardware components listed here compatible with running proxmox?

    That'll run Proxmox for sure, just make sure you turn on AMD's virtualisation feature in the bios/uefi, I've had a few systems where its off by default. I recommend you try get dual NVMe drives and then you can mirror them for boot, so if your SSD dies you hopefully won't loose any data...
  4. F

    Proxmox VE 7.1 released!

    I'm now having VM Disk issues since upgrading to 7.1, tried loading up kernel 5.11.22-7-pve, but the issues still remain. I've now tried using SCSI over virtio and the issue seems to go away, at least for now. I also tried using "threads" on the Async for VirtIO Block, but didn't help. I can...
  5. F

    I/O errors since upgrading to PVE 7.1

    Stayed on PVE 5.11 but I've changed some of the VMs over to using SCSI instead of VirtIO Block. When I download large files off the internet, the VM will error for those using VirtIO and the ones using SCSI do not. So I think its issue with VirtIO Block @jeannotp can you test this on your side...
  6. F

    I/O errors since upgrading to PVE 7.1

    Update, still seems to error with Linux 5.11.22-7-pve
  7. F

    I/O errors since upgrading to PVE 7.1

    I've just installed kernel 5.11 again and reboot back in to that kernel. To see if the older kernel helps.
  8. F

    I/O errors since upgrading to PVE 7.1

    Set my 'Async IO' to "threads", downloaded a large package and it still gets 'Input/output error', so maybe its not apart of that regression.
  9. F

    Sporadic Buffer I/O error on device vda1 inside guest,RAW on LVM on top of DRBD

    I too am getting similar issues, I've created my own topic as it maybe different issue but maybe its the same one. https://forum.proxmox.com/threads/i-o-errors-since-upgrading-to-pve-7-1.100079/ Edit: Done some testing with SCSI instead of virtio, and it seems like it no longer happens of SCSI
  10. F

    I/O errors since upgrading to PVE 7.1

    I think my issue maybe related to this 5.13 potential kernel regression. https://forum.proxmox.com/threads/sporadic-buffer-i-o-error-on-device-vda1-inside-guest-raw-on-lvm-on-top-of-drbd.21051/post-431567 # pveversion -v proxmox-ve: 7.1-1 (running kernel: 5.13.19-1-pve) pve-manager: 7.1-5...
  11. F

    I/O errors since upgrading to PVE 7.1

    Hey, I've recently updated from PVE 7.0 to PVE 7.1, since then I've been getting IO issues in my VMs, docker images getting downloaded and then being corrupt or deb files being corrupted when trying to upgrade packages in VMs. I thought the issue was my two NVMe disks dying so I've had them...
  12. F

    Firewall Alias with Domainname

    Used the the script on my Proxmox server, as it sits on the edge in a OVH DC. It error'd the first few times with the following error, but I'm sure its because the IPset didn't contain any IPs with the comment of a passed domain. ./setdynfw.sh: line 9: [: argument expected Many thanks for the...
  13. F

    [SOLVED] OPNsense/PFsense IPv6 and VIPs - VIPs not routable - OVH network

    I've found how to resolve the issue! I've been looking at this the wrong way, I think due to how the Linux Bridge works and OVH's network, you have to set the VM's (OPNsense's) gateway to the host's (bridge's IPv6 address). Firstly we'll need to set that up. First add a IPv6 Address to your...
  14. F

    [SOLVED] OPNsense/PFsense IPv6 and VIPs - VIPs not routable - OVH network

    So I've created a PFsense and a OPNsense VM on the same OVS bridge. Checking NDP table on both sides, the VIPs aren't there. So something is going on with NDP. From the looks of it NDP, isn't crossing the bridge on Proxmox. Added the following in to sysctl, no luck...
  15. F

    [SOLVED] OPNsense/PFsense IPv6 and VIPs - VIPs not routable - OVH network

    *Note* See post #3 for how I solve the issue Hi Guys, I've got this really strange problem. When add my IPv6 address to my WAN interface on OPNsense (basically the same thing as PFsense). The IPv6 address works I can ping to the internet, all is good. If I add a VIP to it, that VIP is unable...
  16. F

    virtfs / virtio 9p plans to incorporate?

    Would be nice if that got proper support, would also solve some of my issues. Would be able to fully move to Proxmox on my file server. If it supports ACLs (setfacl) then that would be great. I use ACLs alot on my file server.