Search results

  1. B

    Ceph Alerts: Module alerts has missing NOTIFY_TYPES member

    Have enabled ceph alerts as per here: https://docs.ceph.com/en/reef/mgr/alerts Not getting any emails and I see this in the mgr logs 2024-07-25T11:21:30.931+1000 73aa68858280 1 mgr[py] Loading python module 'alerts' 2024-07-25T11:21:31.007+1000 73aa68858280 -1 mgr[py] Module alerts has...
  2. B

    Change disk type (IDE/SATA to SCSI) for existing Windows machine

    Thanks! The usual method of adding a secondary scsi disk wasn't working for me, but this did.
  3. B

    Delaying VM's until ceph/cephFS is mounted

    Yah, not as neat and tidy but does work, which is what matters. Hopefully, its not something that happens often :)
  4. B

    Delaying VM's until ceph/cephFS is mounted

    Not working for me - lxc tries to start immediately, before cephfs is ready and fails.
  5. B

    [SOLVED] Trying to understand ceph usable space

    Sorry to necro the thread - but is the target size for the data stored, or data stored * replication?
  6. B

    [SOLVED] Unable to mount CephFS on Proxmox VMs

    Thanks so much! your guide made it so easy
  7. B

    Windows 11 - KB5031455 (2023-10 Cumulative Update Preview) boots to recovery mode

    Anyone else run into this? Windows 11 Pro/64 on latest proxmox, installing the above update, the VM boots into windows recovery mode, none of the repair options seem to work. Restore from backup and tested several times - installing KB5031455 causes this everytime. Have latest Virtio (240)...
  8. B

    [SOLVED] PBS not reclaiming storage from cancelled backups

    Was setting up a fresh Datastore + namespaces for backups. Backed up one node with some small VMs and containers, total storage used on PBS was 120GB Started backing up the 2nd node (2TB of data), but had to cancel it at 25% done, total storage used had jumped to 400GB. I've since run several...
  9. B

    How to restore cephx auth on a auth free ceph cluster?

    Fixed that too - there was a duff image in the vm list from a canceled disk move. Deleting that fixed the listing.
  10. B

    How to restore cephx auth on a auth free ceph cluster?

    Well I managed to figure it out - mostly. 2 of the mon's were missing the ceph.mon.keyring and the other one had an out of date copy. On each node running a monitor I: cp /etc/pve/priv/ceph.mon.keyring /var/lib/ceph/mon/ceph-a/keyring (ceph-a altered for the name of your node) Then restart...
  11. B

    Ceph 17.2 Quincy Available as Stable Release

    I did the 2-step upgrade, Octopus => Pacific => Quincy, went very smooth, no issues at. Slowest bit was the upgrade to Pacific also upgraded all my servers from PX 7.2=7.3, so I decided to do a rolling reboot before upgrading to Quincy. Really appreciate all the testing and documentation you...
  12. B

    How to restore cephx auth on a auth free ceph cluster?

    Have a Ceph Cluster setup using Proxmox, where the authentication was disabled to try and improve performance (not noticeably), this was some time ago. /etc/pve/ceph.conf [global] auth_client_required = none auth_cluster_required = none auth_service_required = none I...
  13. B

    Ceph 17.2 Quincy Available as Stable Release

    Hmmm... Shall think carefully on that. Probably do Pacific first, thanks.
  14. B

    Ceph 17.2 Quincy Available as Stable Release

    Can I upgrade from Octopus directly or just I upgrade to Pacific first?
  15. B

    pve 6.4 cloud-init doesn't work in ubuntu 22.04

    I think I may have resolved the issue - got suspicious that the CloudInit CDROM might not be detected reliably by the ubuntu image. I changed the machine type from q35 to i440fx and it started running the cloudinit reliably. Converted to template and clones are running the cloudinit to.
  16. B

    pve 6.4 cloud-init doesn't work in ubuntu 22.04

    I appreciate the problem is probably with the ubuntu cloud images, they just don't seem to run the proxmox cloudinit scripts. Its weird, I was testing this morning - have been tweaking settings and reattached the ubuntu image and it just worked. Detached and deleted the disk, then reattached...
  17. B

    pve 6.4 cloud-init doesn't work in ubuntu 22.04

    Same, haven't been able to login to focal or jammy
  18. B

    [SOLVED] Convert i440fx Debian VM to q35 Machine type?

    Edited /etc/network/interfaces for the new device name. Had to do it via VNC console.
  19. B

    e1000 driver hang

    Yah, I just run into this on my i3-8109U Nuc, will try the approaches above. Ony just started doing mass file transfers (transcoding), so I guess that why I didn't run into it before.