惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Y
Y Combinator Blog
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
博客园_首页
量子位
V
Visual Studio Blog
博客园 - Franky
宝玉的分享
宝玉的分享
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
博客园 - 【当耐特】
罗磊的独立博客
小众软件
小众软件
V
V2EX
GbyAI
GbyAI
B
Blog RSS Feed
博客园 - 三生石上(FineUI控件)
大猫的无限游戏
大猫的无限游戏
有赞技术团队
有赞技术团队
月光博客
月光博客
Recent Announcements
Recent Announcements
雷峰网
雷峰网
F
Fortinet All Blogs
M
MIT News - Artificial intelligence

Proxmox Support Forum

[SOLVED] - Github Auth for Mirrors-Kernel Repo? [Automation] Mass migration tool for MS Win11/Server Proxmox GUI hang - not response is it possible to reject or quarantine spam based on conditions I set ? The PVENode task list in PVE9 is partially obscured due to the terminal font being too large. About 100% error reporting due to pveproxy.service hooks Kubernetes overlay networking breaks when upgrading from PVE 9.1 to PVE 9.2.3 Zentraler Speicher No space left on device Combine datastore and direct file archival to tape Kernel panic VFS: Unable to mount root fs on unknown-block (0,0) sobald ein 7.x Kernel verwendet wird. How to migrate disk of a VM from one ZFS to another Windows Server 2025 fails to boot after PVE 9.2 / Linux 7.0 Kernel upgrade Cannot Install Proxmox on T610 Poweredge with H700 PERC card sdn Config. gateway not reachable How to safely change domain/FQDN? Welche Filterquote erreicht ihr? NFS Share status unknown on 2 of 5 nodes Can't connect to PVE9 consoles [solved] Can't connect to PVE9 consoles [solved] [SOLVED] - Use secondary network for PVE commands Created cluster, one node storage gone BUG: proxmox mail gateway FROM = null bypass spam filtering Moving existing PBS from VMWare workstation to PVE cluster Does eBGP SDN fabric support external peering? Bug: PDM 1.1 not recognizing valid license status Proxmox GUI hang - not response PVE crashes unexpectedly Proxmox Backup Server 4.2 released! Advice
Tried PDM for the first time (version 1.1) - had issues
invalid@exam · 2026-05-29 · via Proxmox Support Forum

Proxmox team, users, developers, et alia:

I installed PDM 1.1 and had some several issues as I attempted to get it functioning.

1) In succession to an installation that instantiated zero errors or that, the only button I could see was "REBOOT", no shutdown button. I wanted to shutdown the VM first so I could do a pre-first-bootup snapshot of it. I had to click reboot and then try to catch powering off the VM before it started its real boot process. Please add a shutdown button!!

2) Once I got the VM booted up I could not login. I carefully typed the username (root) and the password I set, but it kept telling me it was invalid. I reverted to the "pre-install" snapshot and reinstalled, thereafter I was able to login.

3) After logging in I added my Proxmox Backup Server to the PDM server, it worked flawlessly. I then went to add my cluster, however, one of the cluster members is having a hardware issue and is down. It got stuck trying to add the cluster and all I could do was cancel out. WOW! no way to just say, please ignore the missing cluster member as 5 out of 6 cluster members are up and healthy? What a brick wall!!!

4) It would be worthy of notation that I did not see any way to get in process help (a "?" to hover over) that would tell me what a "remote id" is? Had to stop and conduct a google search on that. Why not just give an easy to find answer to that?

Thanks!

Stuart

hi,

1) In succession to an installation that instantiated zero errors or that, the only button I could see was "REBOOT", no shutdown button. I wanted to shutdown the VM first so I could do a pre-first-bootup snapshot of it. I had to click reboot and then try to catch powering off the VM before it started its real boot process. Please add a shutdown button!!

AFAIK there is no special setup done on the first boot, so just let it boot and shutdown should have the same effect as directly shutting down. adding a shutdown button
at the end of the installation is IMO a rather niche use case.

3) After logging in I added my Proxmox Backup Server to the PDM server, it worked flawlessly. I then went to add my cluster, however, one of the cluster members is having a hardware issue and is down. It got stuck trying to add the cluster and all I could do was cancel out. WOW! no way to just say, please ignore the missing cluster member as 5 out of 6 cluster members are up and healthy? What a brick wall!!!

you should be able to remove the node from in the PVE remote wizard, so it does not try to connect there, did that not work for you? If not what error did you get?
Generally the idea of a cluster is still that all nodes are healthy during normal operations, but i agree you should be able to add a remote even if some nodes are offline (if the majority is online of course, otherwise it's not possible to generate a token for example)

4) It would be worthy of notation that I did not see any way to get in process help (a "?" to hover over) that would tell me what a "remote id" is? Had to stop and conduct a google search on that. Why not just give an easy to find answer to that?

this is the same for most of our concepts in pve/pbs, everything you configure has to have a unique id, such as: a storage, remote, node, metric server, realm, etc...
but yeah some kind of emptytext/tooltip could be nice