Search results

  1. S

    Is it enough to snapshot the datasets containing vm disks?

    Thanks for the links but unfortunately nothing of that is specific for Proxmox. I was already assuming that something more might be done.. e.g fetching the current running state etc. The links do have some bits of information but my question is not directly answered. Oracle database and Proxmox...
  2. S

    Is it enough to snapshot the datasets containing vm disks?

    I have a daily scheduled backup configured through proxmox but I wondered if it's enough to create a zfs snapshot of the datasets containings the vm disks? Is Proxmox backup doing more than snapshotting and writing the compressed file in the end?
  3. S

    Passthrough Falcon Ridge Thunderbolt 2 controller?

    > I don' t think I ever tried passing through a graphics card, but I don't see why it should not work (all (non-graphics) cards I have tried have passed through without any issues). I already successfully passed through the grpahics card to my VM. What I want to achieve is to also passthrough...
  4. S

    Passthrough Falcon Ridge Thunderbolt 2 controller?

    heeh no worries But did you succeed in the end to passthrough the whole Thunderbolt Controller? Or each device separately that is connected via Thunderbolt? By any chance, did you also try to do video over TB?
  5. S

    Possible to passthrough Thunderbolt controller to vm if not in isolated ioomu grouop?

    yea that's how it looks after a reboot but devices dont show up in windows. Another thing I wonder: After a reboot I can see the usb controller and network interface of the Thunderbolt hub in lspci 66:00.0 USB controller: Fresco Logic FL1100 USB 3.0 Host Controller (rev 10) Subsystem...
  6. S

    Possible to passthrough Thunderbolt controller to vm if not in isolated ioomu grouop?

    > You cannot share devices in the same IOMMU group between VMs and/or the Proxmox host. I see, but is it normal that the controller shows up in the vm but then just does not work properly? > Your TB controller might not reset properly (or not work with passthrough at all). Try early binding it...
  7. S

    Passthrough Falcon Ridge Thunderbolt 2 controller?

    What were the settings in the bios you have adjusted? I think I have a similar scenario. I can see the controller but no device connected to it
  8. S

    Possible to passthrough Thunderbolt controller to vm if not in isolated ioomu grouop?

    I have a WRX 80 Creator mainboard with an onboard Thunderbolt 4 controller. I try to passthrough that one to a Windows VM to make connectivity easier. I assigned the the Thunderbolt NHI and USB contoller to the VM and installed the Thuinderbolt drivers for my mainboard. The controller does...
  9. S

    Issues with cgroups (cpuset) and kernel module inside CT

    I try to run a Hashicorp Nomad agent inside a CT that should spawn Tasks using its `exec` driver. See: https://www.nomadproject.io/docs/drivers/exec Essentially it will isolate the process using chroot/cgroups. This however fails in my container. I get 2 errors 1) The cpuset management...
  10. S

    How to (permanently) disable efi framebuffer

    I try to get my system running and passing through my GPU to a windows VM. After reading all the gazillion tutorials and what not... it seems I figured out a config that works (on my system). The final comannd that I was looking for is echo efi-framebuffer.0 >...
  11. S

    [SOLVED] No VNC (code 1006) and no quorum... how to recover?

    > You could also try to set the expected corosync votes to 1 for the time being with pvecm expected 1. Yes that's what I did and afterwards I had my VNC access back. Then I could fix the pfSense as I thought and everything is fine again. Thanks!
  12. S

    [SOLVED] No VNC (code 1006) and no quorum... how to recover?

    I have a delicate situation. I have a Proxmox server at home and one on a dedicated server in a data center. I run pfSense inside the remote Proxmox and from there connect to my home pfSense via wireguard. I also use wireguard tunnel to connect my Proxmox instances as a cluster. This worked...