Search results

  1. B

    [SOLVED] ifupdown2 looping every ~10 seconds

    Proxmox v8.4.17 It appears ifupdown2 has been running every ~10 seconds in debug mode and writing to /var/log/ifupdown2. Granted only 43 logs are kept at a time, but the sequence number in the file name is well over 6.5 million... meaning at every 10 seconds (give or take), that's over 2 years...
  2. B

    block cloning bug in zfs v2.2.0

    Proxmox Support and PVE users- While I have not confirmed or tested this myself, "users have identified a block cloning bug" in v2.2.0. zfs v2.2.1 was just released to fix a bug in v2.2.0. https://github.com/openzfs/zfs/releases/tag/zfs-2.2.1 I hope it's not impactful but worth a heads up...
  3. B

    [TUTORIAL] virtiofsd in PVE 8.0.x

    virtiofsd is used to "passthrough" parts of a host filesystem to a virtual machine with "local filesystem symantics and performance". Proxmox moved to a rust based version of virtiofsd in PVE 8 located here. It's installed as a separate package called "virtiofsd" in PVE 8, whereas a different...
  4. B

    [SOLVED] new virtiofsd in Proxmox VE 8 appears broken

    Does anyone have a working example of a host virtiofsd command line, and a VMID.conf arg: line, that works with the "new" virtiofsd in proxmox 8? I tried the arg: line I used from a pve7.4 VM (which worked fine once virtiofsd was running in 7.x) but it does not appear to work with version 8. I...
  5. B

    changelogs missing from Proxmox Offline Mirror for pve_no_subscription repo

    PVE Gurus- I set up Proxmox Offline Mirror but for some reason, it does not seem to grab the *changelog files. Or I should say the WebUI does not show the changelogs for any package coming from the pve_bullseye_no_subscription repo that has been mirrored. After checking what was mirrored in the...
  6. B

    zfs data move between boxes, and best way to access

    A configuration question - I recently acquired a new Threadripper Pro workstation. I am trying to do what this person did, but have a lot of existing ZFS data on my old workstation: so, what's the best way to move my existing ZFS storage from my old soon-to-be-retired box, and the "best" way to...