Recent content by ITWarrior

  1. I

    Disabling email notifications for replication jobs

    I realise this is an old thread, however this is the first Google result for this type of search so I think it is sensible to continue the thread for future foragers. Is there a way to have it notify on three consecutive failures, instead of every failure? I think that would filter out...
  2. I

    Feature Request: Show consumed storage per namespace

    Currently there is no way to see how much storage each namespace is consuming. It would be great if this feature was available. There doesn't seem to be a clear way to do this even from the CLI: root@backup:/mnt/datastore/node03-store# du -h -x -d 1 . 2.9T ./.chunks 350M ./ns 2.9T ...
  3. I

    [SOLVED] Failed migration, lack of unused storage on desc server.

    Dear future Googlers. I too had this issue, except that my disks are ZFS based: root@node03:~# pvesm list node03-MZ | grep 107 node03-MZ:vm-107-disk-0 raw images 85899345920 107 root@node03:~# I'd tried several commands similar to the above (and from other threads), but none seem to...
  4. I

    ceph-msgr stuck at 100% CPU after upgrade to Proxmox 6

    I figured this out, albeit sort of accidentally. The Ceph RBD stores in the Proxmox UI were set as node unrestricted, meaning that all nodes were trying to mount them. This wasn't an issue previously as the ones that couldn't reach it seemed to fail gracefully, but I guess something has changed...
  5. I

    ceph-msgr stuck at 100% CPU after upgrade to Proxmox 6

    It's a seven node cluster spread out over two buildings. Connectivity is mostly gigabit with some 10G. Physically, it looks like this: 1G Switch A <-> 1G Switch B <-> 10G Switch C node01 (192.168.1.201/24) - Switch A node02 (192.168.1.202/24) - Switch A node03 (192.168.1.203/24) - Switch B...
  6. I

    ceph-msgr stuck at 100% CPU after upgrade to Proxmox 6

    As the title suggests, I've upgraded two non-Ceph nodes from 5.4 to 6 and after a reboot both have the ceph-msgr processes locked at 100%: PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 13 root 20 0 0 0...
  7. I

    Adding an OSD requires root

    We've split users into groups and allocated different roles to each group (essentially admins and non-admin users). Non-admin users are limited to performing VM functions, while users in the admin group have the built-in role "Administrator" applied. This should give them the ability to perform...
  8. I

    Cold Standby

    Would the information here (Re-installing a cluster node) be suitable to make a continuous backup of node01 and restore this to a new node (node02) should node01 fail? If so, what are the implications of node01 and node02 having differing hardware (different CPU, RAM totals, network interfaces...
  9. I

    Cold Standby

    Thanks for the reply. As I mentioned it would be useful if I could keep the machines clustered to keep a mirror of the settings on both hosts. The issue is not really the type of backup, it's the fact that backups are locked when I try to run a backup. Is there a way to retain settings across...
  10. I

    Cold Standby

    Hi all, Firstly, a little background so you know where I am: I used to run two physical CentOS servers at home as active/standby for a few personal projects. The active server ran mail, ownCloud, databases etc etc, and each night the active server sent a WoL to the standby and rsync'd...
  11. I

    start virtual machine error

    OK, so I figured it out. I switched the machine out with another Optiplex 755 (which, somehow, happens to have the A22 BIOS). Dropped the hard drive into this new machine and booted it up. It still wouldn't start a KVM machine, so I don't think it was BIOS version related. Neither of these...
  12. I

    start virtual machine error

    I've done that, but still no cigar. There's sort of a BIOS update available. It's running a recent one (A20) but not the latest (A22). I've tried to update, but it looks like there some issue with the latest version: http://en.community.dell.com/support-forums/desktop/f/3514/t/19492154 I've...