Search results

  1. T

    [SOLVED] Extract Proxmox Database

    I used this python3 script to extract all configs, just use it via ```python3 extract.py /the/path/to/config.db``` import sqlite3 import os import sys def main(database_path): query = 'SELECT name, data FROM tree;' # Check if the SQLite database file exists if not...
  2. T

    remote-migrate multiple storage

    I have many VMs that contain two or more disks on different storages, disk1 is on ssda disk2 is ssdb ,... using remote-migrate I can't specify mapping between storages for each disk that is necessary for my workload. Would you please let me know if it's possible by some trick ?
  3. T

    Live-migrate outside of cluster

    I couldn't find any update on this feature, is there any progress?
  4. T

    Proxmox windows cloud-init password problem after upgrade

    I have the same problem, The password of all VMs which has cloudinit device, will be reset after each change in hardware specs. Any help from Proxmox team or others would be highly appreciated.
  5. T

    PVE default config and CVE-2021-3409

    No we don't use args or SD card emulation for any of our VMs Thanks for information
  6. T

    PVE default config and CVE-2021-3409

    Is default config of proxmox vulnerable to CVE-2021-3409 ? https://starlabs.sg/advisories/21-3409
  7. T

    Freez issue with latest Proxmox 6.3-4 and AMD CPU

    It seems downgrading to 6.3-3 using below commands will fix the issue: apt install pve-manager=6.3-3 reboot The sign of issue is that some VMs show CPU usage of exactly 0% and VNC will not be able to connect and also you can see lines like below inf /var/log/syslog VM 1116 qmp command failed...
  8. T

    Freez issue with latest Proxmox 6.3-4 and AMD CPU

    In last few days my latest Proxmox installation on AMD CPUs has VM freezing issue. My CPUs in different servers was in two models: 1.AMD Ryzen 9 3900 12-Core Processor 2. AMD EPYC 7401P 24-Core Processor On both I can see Windows VMs freez after free hours, and stop/starting them will temporary...
  9. T

    Live-migrate outside of cluster

    I have few PVE nodes and some times I need to transfer VMs between them but they are not in a cluster. Does anyone know a trick on how to live-migrate a VM between nodes which are not in a cluster?
  10. T

    Hetzner servers with Proxmox are unsable

    Note: It may be important that I'm installing Proxmox on Debian 10 and I'm not using Proxmox ISO to install it.
  11. T

    Hetzner servers with Proxmox are unsable

    As far as I have tested with more than few servers, whenever I install Proxmox on a Hetzner server for example AX or PX lines, my servers go down and when I check them out with remote KVM the screen is blank. The only temporary solution is to reboot the server and they just come up fine. Any...
  12. T

    Why we can't have more than 4094 vlan tag ID on OVS with GRE overly?

    Thanks for the info, would you please let me know how can I configure VNI id of an interface in Proxmox using OpenVSwitch Bridge?
  13. T

    Why we can't have more than 4094 vlan tag ID on OVS with GRE overly?

    In vxlan, is VNI equevalent of vlanID ? by setting VNI to each interface of a VM, are we isolating the traffic of that customer of others?
  14. T

    Why we can't have more than 4094 vlan tag ID on OVS with GRE overly?

    My case is to offer private network to our many clients, each client may have more than 1 private network and therefor 4095 vlan tag is not enough to fully isolate each client's private network.
  15. T

    Why we can't have more than 4094 vlan tag ID on OVS with GRE overly?

    Using an other field, can't we assign both VLAN field IDs from Proxmox configs? If so then we can have more than 16 million separated private networks. right?
  16. T

    clone an LVM on shared LVM storage

    For purpose of fast provisioning we need to be able to clone a base LVM, which is raw OS image on it, Is that possible like what below link said in shared storage environment? ( of course we have SAN storage device) http://www.andybotting.com/how-do-you-clone-an-lvm-partition
  17. T

    How to disable Spectre , Meltdown , ... kernel patches

    In latest versions of kernel 5.2+ we can disable mitigations by "mitigation=off" kernel command, but as Proxmox 6 is using kernel 5.0 I've disabled them by using this grub config GRUB_CMDLINE_LINUX="net.ifnames=0 biosdevname=0 pti=off spectre_v2=off nospec_store_bypass_disable mds=off"
  18. T

    How to disable Spectre , Meltdown , ... kernel patches

    For better Ceph performance, I need to disable all kind of kernel protections for CPU vulnerabilities, Is there any guide on how to ask kernel in Proxmox to do so? Servers are being used only for Ceph so I have no security concerns regarding disabling CPU vulnerabilities.

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!