Search results

  1. O

    Unable to log in to web UI

    Hello, I have recently been experiencing an issue where I am unable to log in to the web UI. I enter my credentials and wait a few seconds before receiving a "Login failed. Please try again" error. I can log in to the machine via SSH and perform actions. I have a VM that is running, and I can...
  2. O

    Which logs should I check

    One of the nodes in my cluster seems to be hanging/freezing and the node goes offline. The node is still powered on, so I have to hard reboot... I'd like to know what's going on. Which logs should I check?
  3. O

    Converting a raw disk to qcow2

    Hello, I am trying to figure out how to convert the VM disk for one of my VMs from raw to qcow2 so I can enable snapshots. First, I need to figure out the path of the VM disk, so I issue the following: root@pve11:~# pvesm list vmpool11 --vmid 124 Volid Format Type...
  4. O

    Multiple disks created when cloning VM template with Terraform

    I am using Terraform to clone a Server 2019 VM template which will be used as a Windows Event Forwarded (wef). The Terraform code looks like this: # Create the wef VM resource "proxmox_vm_qemu" "wef" { name = "wef" target_node = "pve-node1" tags = "test" # Clone from...
  5. O

    Recovering from failed OS disk

    Hello, I have a 3 node Proxmox cluster running on top of NUC hardware. Each node has a SATA SSD used for the OS, as well as a NVMe SSD used for CEPH. Recently, the disk used for the OS on one of the nodes failed - it's completely dead. I was initially going to attempt to recover the disk using...
  6. O

    Recently created 3rd node network settings missing in web UI

    Hello, I recently created a 3rd node for my proxmox cluster. When I navigate to Node -> System -> Network, I do not see my vmbr0 network listed... which is strange. If I navigate to the console (or ssh over to the box), and check the IP settings, I can see that vmbr0 exists... If I check...
  7. O

    Recover ceph storage pool after pveceph purge?

    Is it possible to recover a ceph storage pool after executing pveceph purge? I can see various artifacts of my storage pool... I'm just unsure of how to re-map it back in to my ceph configuration.