Search results

  1. C

    Proxmox 8 Migration Issues

    After 'failed' migrations I get this when making updates / updates to grub - Generating grub configuration file ... WARNING: VG name ubuntu-vg is used by VGs ydaT6c-EZ7p-ku2w-1etM-k29V-vwBx-J5BUQk and 2TvggJ-6Xok-Zdpw-Gfnc-Pl1n-pJcx-ul7DDg. Fix duplicate VG names with vgrename uuid, a...
  2. C

    Low throughput on Ceph interface

    We are running Intel, currently configured with only max cstate's - GRUB_DEFAULT=0 GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian` GRUB_CMDLINE_LINUX_DEFAULT="quiet intel_idle.max_cstate=0" GRUB_CMDLINE_LINUX="" Thank you - I will give your suggestions a go...
  3. C

    Low throughput on Ceph interface

    Thanks for your reply. We don't have a /etc/kernel/cmdline file on the nodes. What should be in this file? Ceph config is as below: [global] auth_client_required = cephx auth_cluster_required = cephx auth_service_required = cephx cluster_network = 10.10.50.111/24...
  4. C

    Low throughput on Ceph interface

    Hi, I've got a three node proxmox cluster with a dedicated Ceph OSD network on a 10GBit link. It's been working great on our providers switching equipment but they've recently had some rack changes and plugged into new switches. During this change, I took the opportunity to update the Proxmox...
  5. C

    Proxmox 8 Migration Issues

    Similar situation then. We've run a lot of migrations in Proxmox 6 & 7 and since the 8 update is actually the first time I've ever seen migrations completing with warnings. So I think the might be something introduced with the release of 8. Chris.
  6. C

    Proxmox 8 Migration Issues

    Interesting, I have seen those same errors in some other migrations I was making. So in your case did this cause any physical problems or just throwing up some errors? Are you running/have you recently upgraded to Proxmox 8? Chris.
  7. C

    Proxmox 8 Migration Issues

    Hi, I'm running a three node hyperconverged cluster. I've been running Proxmox 7 for some time and decided to take the leap to Proxmox 8. Since then, I've noticed some migration issues regarding disks. Below is an example of one of the errors I got when trying to migrate. The migration actually...
  8. C

    Host PVE behind PFSense on same PVE

    Thanks Chris, appreciate the feedback. I'll give it a go!
  9. C

    Host PVE behind PFSense on same PVE

    I'm doing this for a proof of concept. I've got a single Proxmox server with a single NIC, connected to a router. The gateway of the router as an example is 190.150.165.1 and I have access to IP's 190.150.165.35 and 190.150.165.41-45 (all not real IPs). Is it possible to configure a vmbr0...
  10. C

    Does live restore instantly power the VM on?

    I'd like to do a live restore (as a new VM alongside the existing) but I don't want the VM to instantly power on. Before booting I want to change the VLAN it's sat on so that it doesn't conflict with the existing machine. Is this possible to achieve? Thanks, Chris.
  11. C

    [SOLVED] Issues with iowait after faulty LAG

    Just to update for anyone that comes across this thread, despite our fibre passing light tests, and running at full speed when not aggregated, it turns out it was indeed a faulty optic and was fixed by replacing. We're now back to full 20GB/s bonded throughput.
  12. C

    Node maintenance mode UI

    Yep that's fair enough. It breaks autocomplete if it doesn't have access to what you are calling. For me its just personal preference, makes me think twice about the command I'm entering. For example, if I accidentally typed rm -rf / as my user, worse things have happened. Whereas if I...
  13. C

    Node maintenance mode UI

    Only because I'm logged into the box with my own username that has sudoers permissions :) I prefer not to login directly as root... Just in case!
  14. C

    Node maintenance mode UI

    Hi, the new node maintenance mode is a great addition to Proxmox, thank you! Running sudo ha-manager crm-command node-maintenance enable pve01 worked perfectly. However, it'd be really nice to be able to manage maintenance state directly from Datacenter > HA. Is this something that's in the...
  15. C

    [SOLVED] Ceph mgr daemon crash - NoOrchestrator exception

    Thanks mira, will disable it as it's certainly not needed :) Chris.
  16. C

    [SOLVED] Ceph mgr daemon crash - NoOrchestrator exception

    I didn't think so but it seems that the NFS module is on: I don't believe it's needed though. Will disabling this resolve the issue?
  17. C

    [SOLVED] Ceph mgr daemon crash - NoOrchestrator exception

    Hi, I've suddenly started getting crashes on the active Ceph manager node. It looks to be that the reason is caused by NoOrchestrator. We upgraded to Quincy at the weekend, but have never had any orchestrator modules. root@pve01:# ceph crash info...
  18. C

    Ceph - writethrough caching method

    Thanks @spirit I'd be inclined to say the same regards direct=0 / direct=1but this is what I'm getting below... root@testing:# cat fio-rand-read.fio ; fio-rand-read.job for fiotest [global] name=fio-rand-read filename=fio-rand-read rw=randread bs=4K direct=1 numjobs=1 time_based runtime=900...
  19. C

    Ceph - writethrough caching method

    I've been testing various disk caches with Ceph RBD. I'm using the writethrough cache mode and getting very impressive figures. On a Linux machine, I'm running fio tests and have the below config to test random read speeds - [global] name=fio-rand-read filename=fio-rand-read rw=randread bs=4K...
  20. C

    [SOLVED] Issues with iowait after faulty LAG

    Thanks, Aaron, appreciate your support and will mark this solved :) Chris.