Search results

  1. Weehooey-HSS

    BUG Report about SDN + PowerDNS + PTR records

    Hello! Bugs are reported here : https://bugzilla.proxmox.com/ Thank you!
  2. Weehooey-HSS

    Add New LVM Disk - HELP!

    Hello! To move your VMs to the new disk: Select the VM where the virtual disk needs to be moved, click Hardware > "The disk you wish to move" > Disk Action > Move Storage. For copying/SCP files to your LVM drive: If you refer to the storage table here...
  3. Weehooey-HSS

    [SOLVED] Lost connection with ceph cluster

    If feasible, it's ideal to maintain at least one standalone Corosync link on dedicated hardware. Your backup Corosync links can share connections, but ensure that your primary link remains on dedicated hardware. You should also always have multiple Corosync links.
  4. Weehooey-HSS

    [SOLVED] Lost connection with ceph cluster

    I am under the impression that running corosync over a bond is not recommended. Two separate links would be lower latency and easier for corosync to rebalance. https://forum.proxmox.com/threads/interface-bonding-iscsi-storage-corosync-ceph-and-vm-network-best-practice.123804/post-538938 You...
  5. Weehooey-HSS

    [SOLVED] Lost connection with ceph cluster

    From the logs, you have significant network issues, at least over your corosync links. This is likely causing your cluster to lose quorum. If possible, it is recommended to have multiple corosync links, with one preferably over a dedicated switch. I would test connectivity between all nodes...
  6. Weehooey-HSS

    [SOLVED] Lost connection with ceph cluster

    How many corosync links do you have? Giving your logs a peek may point you in the right direction. /var/log/ceph/ and journalctl -u corosync journalctl --since "10 hour ago"
  7. Weehooey-HSS

    Downsides to enabling NUMA / hotplug memory and/or CPU?

    Hello! To my knowledge, enabling NUMA on a device with just one NUMA node or socket presents no disadvantages. This configuration informs the guest of the host's NUMA topology, allowing the guest to allocate resources more strategically. In rare instances where NUMA is enabled on a system...
  8. Weehooey-HSS

    Migration Issue: VMs from Standalone Node to Cluster

    You will not need to re-install; it is in ALPHA, however. More information here and here You can run it as a VM, and it will handle the Remote migration commands from the PDM GUI.
  9. Weehooey-HSS

    Migration Issue: VMs from Standalone Node to Cluster

    Hello! The screenshots of the commands you ran above show that you are missing some arguments for qm remote-migrate. If you use the IP and not the hostnames, you need to specify a fingerprint when using the command. qm remote-migrate <localVMID> <RemoteVMID>...
  10. Weehooey-HSS

    Migration Issue: VMs from Standalone Node to Cluster

    Hello! I always have great luck with: qm remote-migrate Check out the options here
  11. Weehooey-HSS

    Import ESXI image - Boot VM is not Working

    Hello! To get your VM up and running, try detaching the disk and reattaching it as IDE or SATA. Be sure to check your "Boot Order" under options. You may need to temporarily return your controller to the LSI until you install the VirtIO drivers. After you get it up and running, you will need...
  12. Weehooey-HSS

    adding drive with existing data

    Would this be a permanent solution? You could pass the drive through over USB or a spare drive controller if not. I am unaware of any "Clean" way of doing this permanently. But if you need the data copied, the passthrough is an option. Thanks!
  13. Weehooey-HSS

    [Feature request] Add LUKS to installer

    Hello! Proxmox Feature requests go here: https://bugzilla.proxmox.com/. Once you submit it, please post the link so anyone searching for it can CC or comment. Thanks!
  14. Weehooey-HSS

    Backup Synology NAS to PBS

    Unless you copy the NAS data to a VM or CT and then backup that VM or CT, I don't think there is a clean way to achieve what you're asking. I would heavily recommend staying away from that in any form of production. PBS is primarily designed for backing up and restoring PVE VMs and...
  15. Weehooey-HSS

    lockout .... Serial still able to connect

    From the sounds of it you locked yourself out of the GUI and SSH with the pve firewall? If you still have access from the console you can run: pve-firewall stop This will stop the firewall service until the next reboot.
  16. Weehooey-HSS

    [SOLVED] open-vm-tools needed or meaningfull in PVE

    Hello! You only need the Qemu-guest-agent on Proxmox. The others can be removed. Thanks!
  17. Weehooey-HSS

    network shared storage

    In your creds file, you can add domain=domain and specify the domain for the credentials. username=user password=password domain=domain
  18. Weehooey-HSS

    network shared storage

    Hello! Depending on what type of shared storage you are using, you mount the storage like you would in Debian. NFS: https://forum.proxmox.com/threads/adding-nfs-share-as-datastore-in-proxmox-backup-server.89433/post-391253 SMB...
  19. Weehooey-HSS

    which combination is the best ?

    If you have more hardware in other locations, You can sync your local PBS elsewhere to provide redundancy outside the cluster.