Recent content by aarononeal

  1. A

    [SOLVED] intel x553 SFP+ ixgbe no go on PVE8

    I built Intel's driver using DKMS and it works, so it's the current in-tree driver that fails. Here's the dkms.conf I'm using: MAKE="BUILD_KERNEL=${kernelver} make -C src/ KERNELDIR=/lib/modules/${kernelver}/build" CLEAN="make -C src/ clean" BUILT_MODULE_NAME=ixgbe BUILT_MODULE_LOCATION=src/...
  2. A

    [SOLVED] Ceph - Schedule deep scrubs to prevent service degradation

    Does osd scrub max interval need to be increased as well? References imply this is necessary.
  3. A

    Backup fails to create RBD snapshot

    Thanks @Fabian_E. So, many Linux installs these days rely on snap, which relies on fuse. Sounds like you're saying Proxmox just won't be able to backup Canonical containers.
  4. A

    Backup fails to create RBD snapshot

    I have determined backup works until I install snapd inside the container. I don't know yet why it hangs the backup process.
  5. A

    Backup fails to create RBD snapshot

    Using the "Backup Now" button on an unconfined LXC container with RBD root disk, the task hangs forever waiting on a snapshot to be created. Stopping the task results in the following. I can use `rbd snap create` from the terminal and the snap of the image is taken in seconds. Shutting down...