Search results

  1. J

    CEPH bad checksum

    B>I>N>G>O Seems I was missing /etc/apt/sources.list.d/ceph.list so I've created that with the above info. Will do a backup of the host and containers before I upgrade, and will report back.
  2. J

    CEPH bad checksum

    Seems 12.2.4 is the latest, gonna see if I can upgrade as I found a slightly confusing wiki about upstream ceph and proxmox ceph...
  3. J

    CEPH bad checksum

    Think I might have found my own answer if no one else comes back to me. https://ceph-users.ceph.narkive.com/t0epfP0o/no-fix-for-0x6706be76-crcs https://tracker.ceph.com/issues/22464
  4. J

    CEPH bad checksum

    So when trying to run a backup of containers on ceph storage we get a container backup vzdump just hang, until we kill it with from the host. After some digging I changed the dump location to NFS (from CIFS) and added the patch talked about below...
  5. J

    LXC-Backups Hang (via NFS and CIFS)

    Thank you ! Found this and it's what is happening with us. Did you find a quicker way of removing the @vzdump and mounted snapshot images, that this hangs and leaves ? I just remove them with rbd snap rm Pool/vm-1223-disk-0@vzdump rbd unmap /dev/rbd20 some fail, so I then reboot the host and...
  6. J

    pve 5.1 cifs share issue (mount error(112): Host is down))

    I was getting mount error (5) input/output but the above fixed this for me.
  7. J

    PVE 4.1 Emergency Mode on fresh install, slow no-subscription mirror

    After half a day of thinking i was knocking a cable after swapping out the network card.... This looks like it solved my issue !!
  8. J

    pct set 100 -net1, but how to remove ?

    Amazing ! tried a few different bits. Many thanks
  9. J

    pct set 100 -net1, but how to remove ?

    So I'm trying to back files in a container with limited space, so rather than back it up as a file and the pct pull it out I wanted to add or readd a network interface to the container to pipe the file to a network share or scp or ssh. So I run $ pct set 100 -net1...