Latest activity

  • R
    Thanks for your fast reply. It does indeed make sense to monitor the SMART reports for the time being and wait to see if anything changes. My spare hard drive is ready, and the steps for replacing the hard drive are set out in my document, so I...
  • L
    Get:20 https://enterprise.proxmox.com/debian/ceph-tentacle trixie/enterprise amd64 ceph-common amd64 20.2.1-pve1 [32.8 MB] 43% [20 ceph-common 25.1 MB/32.8 MB 77%] 5455 B/s 3h 2min 16s Ok seriously I'm lost on this one. I...
  • UdoB
    UdoB reacted to YaZoal's post in the thread Create or clone vm and lxc from snapshot with Like Like.
    Its currently possible to create a clone from a snapshot of the source VM (Those are full clones currently): There exist a feature request to Create linked clone of VM from a snapshot [0]. [0] https://bugzilla.proxmox.com/show_bug.cgi?id=7521
  • UdoB
    UdoB replied to the thread Überwachen ob ein VM lebt..
    Willst du die Route auf Veränderungen überwachen, oder willst du wissen, ob der Server erreichbar ist? Das ist ein Einzeiler: ~$ export SERVER=irgendeinserver; while true; do echo -n "$(date) "; ping -c 1 -q -W 2 "$SERVER" &>/dev/null &&...
  • gurubert
    gurubert reacted to Johannes S's post in the thread Überwachen ob ein VM lebt. with Like Like.
    An und für dich eine gute Empfehlung, aber der Op will ja Monitoring ohne Monitoring-Software. Diesen Wunsch nach einer Quadratur des Kreises wird auch uptimekarma nicht erfüllen können
  • T
    TErxleben replied to the thread Überwachen ob ein VM lebt..
    Das wirkt auf den ersten Blick gut. Ich werde es auf alle Fälle probieren. Allerdings störender Weise kein Opensource in heikler Umgebung und Win-Only.
  • M
    Meikel replied to the thread How to downgrade zfs?.
    @Stoiko Ivanov The main problem is that no `zpool` command is working because they all hang up (can't even kill -9 them). The issue also exists on a non-pve system (I tried to boot debian13 on the system and installed zfs manually with the same...
  • D
    Here is the output on the cluster that is affected ( took a while to actually bring up these results btw ): real 2m43.476s user 0m21.497s sys 0m14.301s On a similar cluster ( 10 nodes instead of 25 and only about 100VMs vs 2700Vms )...
  • S
    Hey, had the same issue — here's an easier way to fix it: (PDM Version 1.1.1) Open Proxmox Datacenter Manager (PDM) Navigate to Remotes in the left sidebar Select your PVE server Click "Check Certificate" Verify that the displayed certificate...
  • R
    Erstmal vielen Dank für deine Hilfe und Geduld. Ich wollte gerade einen BugReport ausfüllen wo mir folgender Eintrag Vorgeschlagen wurde. Ich würde sagen die Person hat tatsächlich das gleiche Problem wie ich. Lohnt es sich bei sowas den Forum...
  • P
    hi Olu, I know it's a bit old but could you please elaborate on “mount it on the host“? Do you mean in the debian that support proxmox (using the shell option)? Hope you can still point me in the right direction. Thanks Philby
  • T
    TErxleben replied to the thread Überwachen ob ein VM lebt..
    Klar wirkt das ein wenig wie die genannte Quadratur. Mir schwebt aber nur vor, die Ereichbarkeit jeder Netzwerkkomponente in der Infrastruktur anzeigen zu können. Ohne fancy Onlinevisualisierung und Dauermonitoring. Wer setzt denn noch Geräte...
  • Stoiko Ivanov
    Stoiko Ivanov replied to the thread How to downgrade zfs?.
    Quickly skimming through the thread here and the upstream issue (so I might have missed something). I think the core issue here is that the broken zpool storage-01 is still configured as storage in PVE? - in that case pvestatd would try to...
  • M
    Meikel replied to the thread How to downgrade zfs?.
    ZFS is on the "correct" version: root@pve-01:~# zfs --version zfs-2.3.4-pve1 zfs-kmod-2.3.4-pve1 Sadly the issue issue isn't going away. I will try to ask for help in the Github issue again as downgrading doesn't seem to help. The import...
  • D
    daanw replied to the thread How to downgrade zfs?.
    So it seems it installed 6.17.4-2-pve after all before stalling on/after postinst.d/zz-update-grub. Can you also boot it so you have zfs 2.3.4 as both kernel version and userspace tools? The journal you posted is when booting 6.8.12-25-pve (zfs...
  • fba
    AFAIK the base memory is 1 GB and any other memory object must be set online by the kernel booted to be available. If the kernel doesn't do that, the other memory dimms are there but not active/usable. Increasing the base memory, it is set in...
  • D
    Ok so the answer as seen in a few places is Amend /etc/default/grub amend this to turn off iommu GRUB_CMDLINE_LINUX_DEFAULT="quiet intel_iommu=off"
  • M
    Meikel replied to the thread How to downgrade zfs?.
    root@pve-01:~# proxmox-boot-tool status Re-executing '/usr/sbin/proxmox-boot-tool' in new private mount namespace.. System currently booted with uefi 2A62-256F is configured with: uefi (versions: 6.17.4-2-pve, 6.8.12-25-pve, 7.0.2-6-pve...
  • D
    daanw replied to the thread How to downgrade zfs?.
    Ok, so we are now looking at a boot/kernel update issue. Can you post proxmox-boot-tool status? Does journalctl -k say anything during the dpkg command?
  • D
    Thanks. the RAID controller is: Broadcom / LSI MegaRAID SAS-3 3008 [Fury] [1000:005f] (rev 02) Subsystem: Dell PERC H330 Adapter grub.cfg looks ok and has the corrrect VG/LV. The megaraid driver is in the initramfs as I would expect I've now...