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
1
vote
1 answer

How to backup a Proxmox VM to a different node not using a cluster

I'm trying to do a simple backup and restore for two proxmox servers in a single command. So far I've got this command: vzdump --stdout true | ssh root@ -- qmrestore - --force true --storage but it errors…
KolonUK
  • 443
  • 1
  • 6
  • 14
1
vote
1 answer

Android sdkmanager not found issue in ubuntu 22.04 based linux container

I am trying to install flutter on ubuntu 22.04 based linux container (on proxmox server). sdkmanager --version shows 7.0 flutter doctor shows message "Flutter requires Android SDK 29 and the Android BuildTools 28.0.3" flutter doctor…
1
vote
0 answers

Proxmox setup with four different disks

I have a lab server Im looking to turn into a Proxmox server. I have four different storage disks: 2.5TB 1TB 500GB 256GB I have proxmox installed on the fifth. Question is what do I do with these different size disks? Im just running some linux or…
EH24905
  • 21
  • 2
1
vote
1 answer

Ansible proxmox playbook stopped working for unknown reason

some time ago I've created ansible playbook for provisioning of new VMs to proxmox environment in my homelab via ansible. The catch is that after reinstalling my proxmox nodes last week, ansible playbook responsible for cloning of my debian template…
rootz159
  • 13
  • 2
1
vote
1 answer

Connecting Nfs storage to proxmox cluster

When Im trying to add nfs storage from Truenas to my cluster it gives me this error, any ideas how to fix it?
1
vote
1 answer

add a for_each variable when calling a resource in depends_on block in terraform

Before deploying a virtual machine to proxmox using terraform, I need to make sure that the cloud-init configuration has been transferred through ssh. But I don't want that the config files of all virtual machines be transferred, instead I want just…
Lethargos
  • 625
  • 6
  • 14
1
vote
2 answers

Proxmox create VLAN not supported

I am setting up 2 servers in a cluster running proxmox V 6.3 I have created a bridge interface vmbr0 and an trying to create vlan interfaces when I go to reload the networking I get the error error: netlink: vmbr0.500: cannot create vlan vmbr0.500…
Matt Saiko
  • 31
  • 8
1
vote
0 answers

Proxmox-VE 6 / PFSense, Problems with the iptables

I have been trying for some time to configure my Proxmox with a PFSense VM filtering internet traffic to my other VMs. So far I have managed to install PFSense and configure the Proxmox interfaces. I have also managed to go to the PFSense web…
1
vote
1 answer

Disabled / enabled spontaneously 1 node proxmox

I have a proxmox cluster of 3 nodes, (node1, node2, node3) but 2 days ago I started to see a picture of how the cluster is losing node2. This node is active, it works, the VM continues to work on it, I have access via ssh and web. All nodes see it…
1
vote
1 answer

How to turn qm config into qm create

I'm using Proxmox 6.2. It has a UI to create a VM. If I SSH into the main Proxmox node I can do qm config to see all the config for a node I've just created with that UI-wizard. If I copy that out to a text editor I can fairly easily turn…
paul_h
  • 1,859
  • 3
  • 19
  • 27
1
vote
3 answers

Proxmox lxc add add linux.kernel_modules

I am trying to setup an LXC container (debian) as a Kubernetes node. I am so far that the only thing in the way is the kubeadm init script... error execution phase preflight: [preflight] Some fatal errors occurred: [ERROR…
kevingoos
  • 3,785
  • 4
  • 36
  • 63
1
vote
1 answer

Troubleshooting Kubernetes ingress reverse proxy on proxmox no external IP (PENDING)

The Problem: Ingress don't show the website I have my own cluster on Proxomox with 1 Master and 3 worker Nodes root@sedeka78:~# kubectl get nodes NAME STATUS ROLES AGE VERSION sedeka78 Ready master,worker 4d21h …
P3t3r
  • 41
  • 1
  • 5
1
vote
3 answers

nginx-ingress-controller - CrashLoopBackOff - kubernetes on proxmox (kvm)

I'm running a kubernetes cluster hostet inside 4 kvm, managed by proxmox. After installing the nginx-ingress-controller with helm install nginx-ingress stable/nginx-ingress --set controller.publishService.enabled=true -n nginx-ingress the…
P3t3r
  • 41
  • 1
  • 5
1
vote
0 answers

Proxmox reduce (shrink) the hard disk VM

Accidentally added a 300GB virtual machine to the proxmox node, how now to remove this space? is it possible to use the command qemu-img resize /media/storage2/images/101/vm-101-disk-0.raw -299G so as not to lose all the data?? enter image…
skydogs
  • 11
  • 1
  • 4
1
vote
1 answer

Postfix Username and Password not accepted (BadCredentials)

and thank you for reading. I know this question has been asked many times - I've read a ton of different answers, and have tried most of them. None of them have worked so far. I'm pretty new to using postfix and appreciate any assistance you can…
aus10
  • 21
  • 1
  • 4