Questions tagged [proxmox]

Proxmox VE (Proxmox Virtual Environment; short form: PVE) is an open-source Debian-based virtualization server. It is an easy-to-use turnkey solution for virtualization, providing container-based virtualization (using OpenVZ) and full virtualization (using KVM). Proxmox VE has a web-based management interface and a custom kernel optimized for a virtualization environment.

Proxmox VE (Proxmox Virtual Environment; short form: PVE) is an server. It is an easy-to-use turnkey solution for virtualization, providing container-based virtualization (using - in older version using ) and full virtualization (using ). Proxmox VE has a management interface and a custom optimized for a virtualization environment.

Useful Links:

245 questions
3
votes
1 answer

How to import a OVA file to proxmox

I'm having some trouble trying to import an ova image to my proxmox server. I followed the steps of extracting the ova file and then converted the vmdk file to a qcow2 file with : qemu-img convert -f vmdk RADIUSdesk-2016-4-0-disk1.vmdk -O qcow2…
VaTo
  • 2,936
  • 7
  • 38
  • 77
2
votes
1 answer

Docker Pull - connection reset by peer

I use docker on a RockyLinux 8 LXC-Container on Proxmox 7-Host for a while and was able to pull images. For a few months now i am no more able to pull images from docker. The error message i get is: Error response from daemon: Head…
LeonW.
  • 21
  • 1
  • 4
2
votes
1 answer

Proxmox backup to wasabi

In my company we are deciding to move part of our backups to the cloud, and in particular, as the title suggests, we have configured wasabi backup. The first urgency is to move the backups to the proxmox inside the company on wasabi, but looking on…
64Bit1990
  • 302
  • 2
  • 16
2
votes
1 answer

Cloud-init only creating default user

Very new to cloud-init but from what I can tell from the docs and examples I should be able to add a new user, add it to sudo and have it create a home directory but my user is never made and I/m not finding any errors. Here's my config. It's mostly…
TJ Gillis
  • 675
  • 2
  • 6
  • 20
2
votes
0 answers

Proxmox - qemu-guest-agent does not work on centos 7

can anyone help here I have a fresh Centos 7 installation I was trying to install the qemu-guest-agent after installation I'm trying to start it, but getting the bellow error : [root@localhost ~]# systemctl start qemu-guest-agent A dependency job…
xCCIE
  • 53
  • 5
2
votes
1 answer

One of the Hyper-v components not running proxmox

I'm running a Windows Server 2019 as a virtual machine on proxmox. Cant start docker desktop on this vm and getting this error: "Failed to start the virtual machine 'DockerDesktopVM' because one of the Hyper-V components is not running." Hyper-V…
Nyquillus
  • 179
  • 1
  • 5
  • 23
2
votes
0 answers

Rancher - cluster node has disk pressure

I am new to Rancher and Kubernetes so I'll appreciate it if you can help me on this one. I have a Proxmox VM (Ubuntu server 20.04.2) on which I have installed Docker and Kubernetes and containerized Rancher. I have only this one node. Currently I…
2
votes
1 answer

Terraform custom provider

I'm new to Terraform and I'd like to try it out by setting up my new lab. The lab hosted on remote proxmox hypervisor, and my terraform is running on docker container. I downloaded the proxmox provider from github…
maka
  • 61
  • 1
  • 4
2
votes
2 answers

HA Cluster with 2 node proxmox

I want to achieve automatic VM migration when 1 node dies. I created the proxmox claster, set up replication, and installed watchdog ipmi. But with the loss of 1 node, nothing happens. I used https://pve.proxmox.com/pve-docs/chapter-ha-manager.html,…
2
votes
1 answer

How do I connect to ProxMox API via Postman?

I've been trying to connect to the Proxmox API via Postman so I can explore it further, but can't seem to connect. I keep getting 401 No Ticket despite getting the TICKET and CSRF via curl and plugging those into: Params and running via…
AlexC
  • 1,091
  • 13
  • 25
2
votes
1 answer

Proxmox VE: How to create a raw disk and pass it through to a VM

I am searching for an answer on how to create and pass through a raw device to a VM using proxmox. Through that I am hoping to have full control of the disk including S.M.A.R.T. stats and disk spindown. Currently I am using passthrough using the…
JAT
  • 21
  • 1
  • 5
2
votes
1 answer

Proxmox CT have no internet connection, host trouble?

I have a CT with no internet connection but LAN is OK. Another one with same configuration works. I try to restore a backup at a time CT works, but no sucess. I can use LAN service of CT and ping some LAN IP, but not router IP and not resolv and…
aeris
  • 21
  • 3
2
votes
1 answer

Proxmox vmbr0 bridge is not "switching". Why?

I am trying to figure out why the "default" Proxmox network configuration is not behaving as I expect. I have: a Proxmox server (10.0.40.10) the network bridge (vmbr0) created by Proxmox by default a VM (10.0.40.20) connected to vmbr0 (let's call…
brettw
  • 10,664
  • 2
  • 42
  • 59
2
votes
0 answers

What parameters are used to create VM in proxmox using Api

I am trying to create a vm in proxmox using API provided by Proxmox VE. But this Api has methods only for creating starting stopping and deleting containers. in order to create a VM i have defined my own function public IRestResponse
2
votes
0 answers

Proxmox ceph dd Speed only 10MB/s

i use Proxmox with ceph and 1Gbit Network. the vm i hvae try virtio/scsi and without cache and Write through. the ceph configuration are standard from proxmox. When the file is bigger then 63MB the speed only 10MB/s the journal in this time is on…
atraxs
  • 21
  • 1
1
2
3
16 17