Search results

  1. O

    [SOLVED] 10GB NIC only works in 1GB mode

    I'm using Cat 6a with a length of <3m. I have a cheap Buffalo 10GB NIC (LGY-PCIE-MG) in another machine, I had to do some kernel magic to enable it. It connects fine with 10GB, when I move the same cable to the x540 I get 1GB. ¯\_(ツ)_/¯
  2. O

    [SOLVED] 10GB NIC only works in 1GB mode

    Hi, I am installing a Dell R720x with an X540 NIC. This card has two 10GB and 2 1GB, however they are all just working at 1GB. When I connect the card to a 10GB switch it negotiates 1GB only. I can't see any relevant issues in dmesg and I don't know if there is a way to disable/enable 10GB...
  3. O

    Keyboard does not work during installation

    Same issue with 6.1 iso over virtual media and ip kvm connecting to brand new HPE proliant DL380 G10 systems. Unfortunately, alt shortcuts aren't visible through the kvm for some reason. Tab is also not working properly. Went back and used the iso 6.0-1 - no problem, easy installation when...
  4. O

    Keyboard does not work during installation

    Having the same issue on 6.1 installing on a D720xd UEFI. Keyboard works (I can press alt-tab and ctrl-alt-f1 etc) but I can't press agree. I will try the invisible mouse and alt-shortcut options. Edit - using alt-shortcuts works well.
  5. O

    Network interface (nic) passthrough

    Hi, I have unsuccessfully been searching the qemu and proxmox documentation to find a way to allow a guest to use a nic without allowing access to the host. Is this possible? Would it be possible with PCI passthrough? Thanks
  6. O

    I am struggling with LACP and VLAN

    I have a similar situation, but slightly more complicated. I currently have two pve servers with 6 nics each. I have three networks: one 3 nic bond for ceph cluster activity, one 2 nic bond for normal operations and the last nic for pve cluster activity. I would like to configure my machines...
  7. O

    [SOLVED] GRUB installation on a USB device

    So , for anyone else with a similar situation, I solved it by booting into my pve installation (on usb 2) inserting the boot usb and copying the /boot folder to the root of the boot usb running grub-install /dev/sdX (the boot usb device) It ended up still being excruciatingly slow so I gave up...
  8. O

    [SOLVED] GRUB installation on a USB device

    I have a PVE project where I am installing 6.0 on a HP Microserver Gen8. Unfortunately this machine can only boot from the first HDD (in AHCI mode) and I would like to keep the big drives for storage (ceph). Additionally, the server does not have have UEFI and can only boot from the USB 2.0...
  9. O

    reinstall ceph after pveceph purge

    Thanks for the reply. I'm not sure about the order anymore, I tried many times, but I believe I only ran purge after my ceph installation was already borked and it was no longer possible to use the tools to stop/remove the services. Basically, I was trying to clean out ceph after it was no...
  10. O

    reinstall ceph after pveceph purge

    @Alwin While I have also reinstalled pve from scratch again, the steps I described in my thread (https://forum.proxmox.com/threads/ceph-reinstallation-issues.56580/) would be the same I thought, but it didn't work for me. Was I missing any particular step?
  11. O

    Ceph reinstallation issues

    I remember having the same issue with 5.4 (on Debian 9) back a few months ago when I was experimenting with pve/ceph for work. Also, Nautilus is not supported on Debian 9, which is why PVE had to wait for Buster/10 to upgrade ceph.
  12. O

    Ceph reinstallation issues

    Unfortunately not - I don't know how many times I've reinstalled pve due to wanting to tweak my ceph configuration.
  13. O

    Ceph reinstallation issues

    I decided to reinstall.
  14. O

    Ceph reinstallation issues

    Redoing the above, but leaving the /etc/ceph folder in place (so the keyring can be copied there), I again reinstall the ceph packages and attempt the configuration in the GUI: - Could not connect to ceph cluster despite configured monitors (500) Seems the mon is not created/started.
  15. O

    Ceph reinstallation issues

    I am having problems configuring ceph within pve. The blocker for me is that, as I have obviously made a mistake with the configuration somewhere, I am not able to purge and restart. In other words, I have a forked ceph installation on my newly installed 6.0 node. These are the things I have...
  16. O

    PVE 5.4.1 and ceph

    Hi, I am testing the new version of PVE together with ceph and I am having some problems. These are my steps: 1. Burn 5.4 release 1 iso with Etcher 2. Install on SSD (USB) with ext4 3. Disable enterprise repo, enable no-sub repo, run dist-upgrade 4. Run wipefs -a on all ceph drives 5. install...
  17. O

    Error adding (existing) CephFS

    I have the same situation - cephfs doesn't mount with hostname or FQDN in the storage.conf pvedaemon[]: A filesystem is already mounted on /mnt/pve/cephfs pvedaemon[]: mount error: exit code 16 pvestatd[]: A filesystem is already mounted on /mnt/pve/cephfs pvestatd[]: mount error: exit code 16...