Latest activity

  • UdoB
    Mein heutiger Test war erfolgreich. Es klemmt an einigen Stellen, wie bei "Audio" - aber das schiebe ich auf meinen spezifischen Unterbau mit Qubes-OS als Client und/oder auf die Quell-VM mit Fragmenten eines xfce4-Desktops. XPra "fühlt" sich...
  • B
    Hi, I'm running a 3-node PVE cluster (all on version 9.1.1, except one node on 9.1.4) and I'm facing an issue where the hookscript for vzdump is not being triggered at all on one specific node, while the exact same setup works perfectly on the...
  • gurubert
    gurubert reacted to VictorSTS's post in the thread DHCP in Proxmox with Like Like.
    Wouldn't it be more precise to say that PVE on DHCP isn't supported without other tweaks even on single node setups? Some services require to resolve the host name to an IP that is currently assigned to the host to work properly.
  • gurubert
    gurubert reacted to cheiss's post in the thread DHCP in Proxmox with Like Like.
    Hi, first off - using DHCP with Proxmox VE (and physical servers in general, IMO) isn't really recommended. In any case - this is totally expected, as nic0 is attached to the vmbr0 bridge. In such network scenarios, the bridge should have the...
  • UdoB
    Die Wayland-vs-X11-Diskussion hier dreht sich eigentlich um einen anderen Fall, nämlich das X-Forwarding bzw. waypipe von @UdoB übers WAN. Für dich mit SPICE/virt-viewer ist das völlig wurscht: SPICE zieht den Framebuffer der VM ab, ob darunter...
  • gurubert
    Sind die OSDs mit Version 19 erstellt worden? https://docs.clyso.com/docs/kb/known-bugs/squid/ Wobei in der Fehlerbeschreibung kein Hängen sondern ein Crash erwähnt wird.
  • VictorSTS
    VictorSTS replied to the thread DHCP in Proxmox.
    Wouldn't it be more precise to say that PVE on DHCP isn't supported without other tweaks even on single node setups? Some services require to resolve the host name to an IP that is currently assigned to the host to work properly.
  • N
    Humm, okay i did'nt know that, the mixed can make bug for ZFS Kernel... I just tried to install in RAID1 of the RAID card and it's work fine !!! thank you :)
  • T
    TErxleben replied to the thread Removable datastore.
    Mir wabert durch den Kopf, das sei ein Fork von zBackup. Richtig?
  • bbgeek17
    bbgeek17 replied to the thread iSCSI and Multiple NICs.
    All achievable depending on the many other variables in the infrastructure. Understood, I was confused by this statement: It is a bit hard to get a full picture from the bits and pieces you provided over several messages. Especially given...
  • J
    Johannes S reacted to fireon's post in the thread Removable datastore with Like Like.
    @TErxleben danke für den Link. Ja ich verwende nun die integrierte Backuplösung von PBS → USB schon ne ganze weile. Im Endeffekt läuft es sehr einfach: USB Platte an den PBS hängen, das was man definiert hat, wird automatisch auf die Platte...
  • T
    Bei deinem Dilemma hast du folgende Flaschenhälse: Netzwerkanbindung Anbindung des Speichermediums (Thunderbold schafft theoretisch 40GB/s HDD statt SSD Letzteres kannst du mit einem Cachemechanismus wie @Falk R. erwähnte, ein wenig entschärfen...
  • E
    erwieder replied to the thread Windows 10 VM - Kein Netzwerk.
    Das ist jetzt die config von der VM Währe es sinnvoll von ich eine 2. Ip (failover) nehmen würde für die VM ?
    • neu.png
  • fireon
    fireon replied to the thread Removable datastore.
    @TErxleben danke für den Link. Ja ich verwende nun die integrierte Backuplösung von PBS → USB schon ne ganze weile. Im Endeffekt läuft es sehr einfach: USB Platte an den PBS hängen, das was man definiert hat, wird automatisch auf die Platte...
  • L
    If you just need what proxmox would give out next, pvesh get /cluster/nextid is fine. I use this: export NEXT_ID=$(( $(ls -1 /etc/pve/nodes/*/{qemu-server,lxc}/* 2>/dev/null \ | sed 's#.*/##; s/\..*$//' \ | sort -n \ | tail -1 \ || echo...
  • J
    Alles was du über Netzwerk an den PBS anschließt ist schon mal schlecht. Auch wenn du HDDs nutzt, am besten direkt anbinden. Wenn du einen gut laufenden PBS mit HDDs möchtest, dann einen ZFS Pool mit 2 vernünftig schnellen, kleinen NVMe als...
  • S
    We hit the same signature across VMs with different guest kernels and across different nodes of 1 cluster: - Ubuntu 22.04.5, kernel 5.15.0-181 (XFS data disks fail; ext4 root survives) - RHEL 8.10, kernel 4.18.0-553 (XFS) Host: - Proxmox VE...
  • J
    the docs state the following: Backup storage: Prefer fast storage that delivers high IOPS for random IO workloads; useonly enterprise SSDs for best results. If HDDs are used: Using a metadata cache is highly recommended, for example,add a ZFS...
  • J
    because the guest OS behaves differently. windows actively touches *all* memory (to zero it), which causes it to be allocated on the host.
  • E
    erwieder replied to the thread Windows 10 VM - Kein Netzwerk.
    Eigentlich hatte ich mir das einfacher vorgestellt oO :eek: Das ist ein Dedizierter Srver von ovh. Auf linux Seite funktioniert alles. Dachte wenn ich die vm laut anleitung mache wird schon alles gehen ^^ ISt das ein Unterschied ob promox da...