Hi everyone,
I'm looking at PDM's API and it doesn't seem it would be possible to create a VM/CT on a remote node. Is this planned, something like the PDM could proxy the request to the target node? It would be great for centralized...
Hi,
the Proxmox Datacenter Manager is only version 1, so yes, the feature set is rather limited for now. But with continued development, more features will get added. For now, if you are missing an operation/feature, there is a link in the...
For PDM proxy
Add this file
/etc/profile.d/proxy.sh
contents:
export http_proxy=(yourproxyinfo)
and this file
/etc/apt/apt.conf
contents:
Acquire::http:Proxy (your proxy info)
Hello Proxmox Devs,
I know PDM is early but here are some of the top features I'd like to be added that I have not seen on the Roadmap. Hopefully others can agree on at least one of these below points.
Ability to access shell/console of both...
Any access can cause denial of service. Even read-only might allow too many network requests that cripple the system eventually. You'll have to do your own attack surface and thread vector analysis. That said: you do kind of trust the co-workers...
In the system log I'm seeing the following entries for all the nodes in one of my clusters ( x25 nodes )
marking client node01 as unreachable
client timed out on request /api2/extjs/cluster/metrics/export?history=1&local%2Donly=0&start%2Dtime=0...
Unsure if you are OK with installing additional packages on the host, but the add-on ProxMenuX makes this task simple, it helps with a load of other Proxmox tasks in addition to the GPU assignment, it even lets you switch the GPU between CT & VM...
Ich hatte leider wieder das Problem, dass mein "local" voll war...
ich musste wieder wie hier beschrieben vorgehen:
https://forum.proxmox.com/threads/proxmox-oberfl%C3%A4che-nach-stromausfall-nicht-mehr-erreichbar.150913/post-708612
"local" war...
+1 for an easy way to enable a node's maintenance mode. On the node's top line in the right pane (besides the "Shutdown" and "Reboot" buttons) would be a nice place. Or in the node's context menu (right click).
And as previously stated: this...
Your "+1" is probably better placed over there: https://bugzilla.proxmox.com/show_bug.cgi?id=6144, already mentioned in #47.
You'll also find a patch already mentioned in the last comment.
Thanks for the reply. Still having issues. Logs show nothing except for errors related to error 429. The system will revert my valid certs to expired LetsEncrypt ones after some period of time. I don't have any cron jobs and the only...
I know I'm reviving a rather old post, but since I had a similar issue and found a solution by myself, I'll add my .20 so others can learn from it too, I was also stuck on "Welcome to GRUB!" upon updating from 8 to 9.2, I booted from a USB as...