Search results

  1. S

    OUT of memory

    Can you post the VM config? cat /etc/pve/qemu-server/<VM ID>.conf
  2. S

    [SOLVED] Can't Access Web Gui Only SSH

    Did you check if all services are running?
  3. S

    ZFS attach existing raidz2 pool

    I have tested this feature already with self compiling ZFS on a PVE VM - worked perfect.
  4. S

    ZFS attach existing raidz2 pool

    No, with a current stable release this is not possible - neither the Proxmox ZFS version nor the "official" one. Only at the master branch at Github you can enable this new feature and add a new disk to an existing raidz pool. Hopefully this will be launched at the near future.
  5. S

    ZFS attach existing raidz2 pool

    My current pool layout would be: pool: Media state: ONLINE scan: resilvered 54.4G in 00:03:03 with 0 errors on Wed Mar 13 07:37:47 2024 config: NAME STATE READ WRITE CKSUM Media...
  6. S

    ZFS attach existing raidz2 pool

    Currently the most interesting thing is to expand any raidz pool with adding new drives instead of destroy and rebuilding it.
  7. S

    ZFS attach existing raidz2 pool

    Thanks for the advise. I have already decided not to use the master branch as this causes to much headaches in a production environment. Unfortunately it seems that the only possibility currently is to destroy the existing pool and create a new one with the additional drives.
  8. S

    ZFS attach existing raidz2 pool

    Good point which I have done so far - kernel panic at the end. Just wanted to know if someone has any good input. In general I was able to compile ZFS from the current master branch and install it. My Proxmox VM also worked with it but I was no longer able to use the PVE ZFS version and with...
  9. S

    ZFS attach existing raidz2 pool

    Okay seems my mistake as this only works for master branch and not 2.2.2. Is there any possiblitiy to get this feature working on a current Proxmox e.g. self compiling?
  10. S

    ZFS attach existing raidz2 pool

    Hello everyone, I wanted to try the zfs-attach feature which allows to attach a disk to an existing raidz config: If the existing device is a RAID-Z device (e.g. specified as "raidz2-0"), the new device will become part of that RAID-Z group. A "raidz expansion" will be initiated, and once the...
  11. S

    Linux bridge + VLAN routing

    Yes, my bridge is VLAN aware and also connected to a VLAN capable switch.
  12. S

    Basics : best practice to directly connect Proxmox to ISP - 1 interface - DHCP

    Depends on your personal requirements/knowledge. Anything from a regular OS like Debian with iptables up to a virtual firewall like Pf-/OPNsense can do the job.
  13. S

    Basics : best practice to directly connect Proxmox to ISP - 1 interface - DHCP

    You could run a virtual router which gets the ISP IP address and then have a private LAN after that virtual router with its own DHCP server.
  14. S

    Linux bridge + VLAN routing

    Hello there, just a short question regarding VLAN routing. I host several VMs with several VLAN subnets including a virtual router for intervlan routing on one Proxmox server. If a VM from VLAN10 would send data over to a VM on VLAN20 would those connection leave Proxmox to get to a switch or...
  15. S

    Proxmox Network Help

    You could use different VLANs. VLAN 100 for public IPs and VLAN 200 for private IPs.
  16. S

    Empfehlung gesucht für 10 GBit Netzwerkkarte für Proxmox 8.1

    Falls es Kupfer sein darf: Intel X550-T2. Mit dem habe ich recht gute Erfahrungen gemacht und läuft soweit stabil.
  17. S

    Welcher PC für Beginn mit Proxmox

    Alternativ könntest du auch einen alten Gaming PC heranziehen und den eventuell nach Bedarf nachrüsten.
  18. S

    Issues with 1050 ti passthrough

    Have you enable PCIe passthrough on PVE?