Quantcast
Channel: Proxmox Support Forum
Viewing all 171654 articles
Browse latest View live

Any chance to passthrough the iGPU with these IOMMU groups?

$
0
0
Hi, I have an HP Prodesk 405 G4 which has an AMD Ryzen 5 PRO 2400GE CPU with a Vega RX 11 iGPU. Before trying it, I'd like to know if setting up Proxmox on this machine for the purpose of having a VM that gets the iGPU passed through (amongst some more LXCs) is even valid as I don't think the IOMMU groups are in my favor. Please have a look:

Code:
Group 0:        [1022:1452]     00:01.0  Host bridge                              Family 17h (Models 00h-1fh) PCIe Dummy Host Bridge...

Read more

Setting Up a Dynamic Proxmox Cluster with Normally-Off Nodes (Non-HA Setup)

$
0
0
Hello Proxmox Community,

I'm working on a home lab and need to save power, so most of my nodes are powered off most of the time. My goal is to set up a Proxmox cluster that can dynamically scale as nodes are powered on and off without requiring high availability (HA) or strict quorum. I’m fine with reduced availability if it means saving on energy costs.

Main Goal​

I’d like to establish a “dynamic” cluster with one primary node that’s always on, while other nodes can stay off until...

Read more

Stumped by a routing issue

$
0
0
Dear experts,
I'm a bit puzzled and don't know how to move forward. Hence, requesting your assistance.

Desire: Use dedicated NICs for dedicated functions (e.g. 1 NIC for storage, 2nd NIC as backup to 1st - via VPC on the switches, 3rd NIC for certain VMs, 4th NIC for certain other VMs etc)

Problem: Employing multiple bridges crashes the whole network (STP loop detected).

Setup:
  • 6 NICs on a standalone PVE8.2 (w/ an intention to convert to cluster)
    • Four of...

Read more

Disable nfs version4 in proxmox 8.xx

$
0
0
Hi I am attempting to disable nfs server version 4 on my proxmox VE 8.xx environment. I followed this guide here

Code:
https://unix.stackexchange.com/questions/205403/disable-nfsv4-server-on-debian-allow-nfsv3

and tried to update both the
Code:
/etc/default/nfs-kernel-server
and the
Code:
/etc/init.d/nfs-kernel-server
directly but with no luck. After restarting and doing
Code:
cat /proc/fs/nfsd/versions
I get
Code:
+3 +4 +4.1 +4.2

Also when I try to view the process rpc.mount by running...

Read more

Multi Datacenter Management

$
0
0
Because the nature of the network I work in having multiple data centers is mandatory. With our recent deployments we will reach 26 node's in 7 locations. I've strongly advocated purchasing support from promox as well as phasing out VMware systems. Some of the more ridged SA's are digging in there heel's. One of the many complaints they have expressed to management is the lack of centralized management for all the data centers. I was hopping to put some people at ease by getting some...

Read more

FEATURE REQUEST - Status of PCI devices in 'Add: PCI Device' dialogue

$
0
0
When adding a PCI device to a VM it would be useful to know if it's already allocated to another VM. In cases where there are multiple PCI devices available, it's not immediately obvious if they're already allocated.

Screenshot 2024-10-08 at 10.24.03.png

Here's an example. RTX-A4500, RTX-A4000-2 and T600 are already in use by other running VMs. It would be helpful to know at a glance that RTX-A4000-1 is unused without having to exit out of this dialogue and check through other VMs.

I'd propose showing the VM ID(s)...

Read more

Backup container error : failed: exit code 2

$
0
0
Hello, i got some Cotnainer on Proxmox and i need to backu them, but all container got error message

can u help to found what is wrong please :

1696753663935.png



i got this error :


Bash:
INFO: starting new backup job: vzdump 112 --compress zstd --remove 0 --notes-template '{{guestname}}' --mode snapshot --node proxmox2 --storage NFS2
INFO: Starting Backup of VM 112 (lxc)
INFO: Backup started at 2023-10-08 10:27:49
INFO: status = running
INFO: CT Name: heimdalldashboard
INFO: including mount...

Read more

OCP 3.0 AIOM 4x 25GbE SFP28 PCIe x8 Intel® E810-CAM1 supported by Proxmox or not?

$
0
0
Hi,

We want to setup a 3-node cluster with Ceph. All will be in a meshed connectivity. No switch in between. We want to use 25gbps card with the following specs:

OCP 3.0 AIOM 4x 25GbE SFP28 PCIe x8 Intel® E810-CAM1

Is it supported by proxmox?

Proxmox Ceph multiple roots that has same host item but different weights

$
0
0
I'm trying to do a two ceph pools with 3 nodes (Site A) and 3 nodes (Site B) with two different rules. The first rule is a stretched Ceph with Site A and Site B and the second rule is just a standalone ceph rule on Site A.

Each of the 6 nodes has 3 OSDs. So total there's 18 OSDs.

I'm wondering if you can put the same hosts (Node 1, 2, 3) with different weightages under different roots in the CRUSH map? Or is there another way to do it?

For example, what I was thinking:

Code:
#All the...

Read more

Snapshot causes VM to become unresponsive.

$
0
0
I am not exactly sure when this problem first started but it used to be fine in the past
I'm running 8.2.4 of Proxmox, and I'm seeing strange behaviour of a VM post Snapshot.

I have an instance of HomeAssistant in a VM that after a snapshot is taken of it becomes very slow/non-responsive.
Stopping and starting the VM returns it to normal working mode

Any logs I can look at to find out what the problem is

I asked on the HomeAssiatnt Forum and some other people have similar issues.

Creating a backup of archived vms on PBS

$
0
0
Hello,

We have a PVE and a PBS set up at our company, and everything is working very well. Although would like to archive some 'archived' vms from PBS to an external drive.
What i can see, is the archived vm contains the following files:
│ vm/9005/2024-10-29T01:23:02Z │ 10 GiB │ client.log drive-scsi1.img index.json qemu-server.conf

If i move these to an external drive, how would i be able to restore the vm from the .img file, just in case if it is needed?

Thanks!

Proxmox API - getting information for specific cluster

$
0
0
I am currently using the Corsinvest.ProxmoxVE.Api powershell module to do API calls to Proxmox to get all nodes and all VMs which I then publish on an internal web site for engineers to see.

One challenge I have is looking at Cluster information.
I use the 'Get-PveClusterStatus' to get the name of cluster(s) .. and that is using the API endpoint '/cluster/status'

My command is as follows :
Code:
$clusterData = (Get-PveClusterStatus).response.data

and that output of $clusterData looks...

Read more

"Slow" VM Migration Speeds

$
0
0
Hi All.

It feels like I am going to complain about something with a golden spoon in my mouth, but this is our production servers...

When I migrate a VM form one node to another, in the cluster, it seems like it tops out at 800Mbps-ish. Some information first...

Hardware I am using:
AMD EPYC 7702P 64-Core Processor
512GB DDR4 3200Mhz
2x Micron 7300 480GB (Raid1 zfs for boot)
6x Kioxia KCD6XLUL960G 960GB NVMe
Mellanox ConnectX 4 (25Gbps) NICs, connecting with DAC Cables.

Disk setup for...

Read more

Boot driver not found - Proxmox 8

$
0
0
Hello everyone, how are you?
Boy, I'm having a serious problem with the installation of Windows machines, where I configure everything but it simply doesn't find the boot driver, I tested it on a physical machine, on the virtual box with versions 7 and 8 and nothing, I don't know what I did wrong.
I'm using a Synology NAS storage, I thought it could be the way to access the files on the NAS, but the error persists even though I create the machine locally and upload them locally, does anyone...

Read more

Purpose of creating partitions on ZFS Disks

$
0
0
Hello


I want to ask what is the reasoning behind creating partitions on Disks when creating a ZFS pool?

There are no valid reasons as far as I know.

All other implementations of ZFS in OSs like FreeBSD, Oracle, Linux, SmartOS, Illumos do not force partitions on Disks.

To me it's much cleaner to work with ZFS without partitions.
Well Proxmox does make it easier working with ZFS with partitions by automatically creating partitions. Everything works fine in ZFS but with partitions.

The...

Read more

no subscription repository Error

NVIDIA MIG (Multi-Instance GPU) on Proxmox

Feature Request: Green IT

$
0
0
Hi all,
I completely miss any configuration options in the WebGUI to set energy-related options for a VM Host.
For example: PVE6 runs the performance governor by default. I own an EPYC 32Core/64T CPU with 16 VMs. I need to set at boot time via crontab the powersave governor to save at least 100W. Better would be perhaps the ondemand governor with specific up/down-latencies.
No options for HDD spindown etc.
- "Green IT" seems to be an enemy of Proxmox ;)
I'd like to see a lot of comfort in...

Read more

Rebooted and ZFS over ISCSI is no longer working

$
0
0
I was upgrading my main server that has ZFS running on it and when I got it all back up and running and restarted targetclid my Proxmox VM's aren't able to start. I see a record at /etc/iscsi/send_targets/10.100.100.2,3260/st_config and noticed it is set for discovery.startup = manual. Does that mean I need to manually execute some commands to reconnect the Proxmox nodes so they connect over ISCSI again? I don't know what commands to run to make it try and reconnect. I see that targetclid is...

Read more

PBS PVE Fail Backup

$
0
0
Hi we have the following error message out


INFO: starting new backup job: vzdump 1** --remove 0 --node srv-*** --mode snapshot --storage PBS
INFO: Starting Backup of VM 1** (qemu)
INFO: Backup started at 2020-07-16 13:19:22
INFO: status = running
INFO: VM Name: srv-***
Disk 1
INFO: backup mode: snapshot
INFO: ionice priority: 7
INFO: creating Proxmox Backup Server archive 'vm/1**/2020-07-16T11:19:22Z'
INFO: skipping guest-agent 'fs-freeze', agent configured but not running?
INFO: started...

Read more
Viewing all 171654 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>