Hello,
I'm really at a loss. Since yesterday, my Proxmox server has crashed, and after a reboot the server is no longer reachable.
I can no longer log in through the console either. The only way I can access a console is by booting from the USB...
certainly, i also used a gold partner in north america and they were able to assist with hardware selection, so you might try reaching out to another one. other comments in the thread also have good advice. On Intel/AMD, the Xeon 6 CPUs can...
Thanks for the detailed reply. This definitely raises my confidence around using newer-generation servers for a PVE/Ceph deployment. I had been debating whether the previous generation might be the safer/more mature choice, but you make a good...
yep its pretty barebones, i quoted both dell and supermicro and dell came in about 50% more for the same hardware, a better IPMI was not worth that amount of money
I just checked all my upgraded nodes, most are less than 0.05% on IO pressure stall, and IO load barely cracks 1%, its at 0% most the time.
I'm running Epyc's (rome/milan) and 5950x's, guests are doing average workloads, storage tiers are all...
Hi.
I believe it should be backup, not proxmox-backup-client.
BTW, is your datastore really below /root directory? This is quite unusual.
P.S. Mind that /root directory permissions usually don't let other users (like backup user) access...
This is my current/old fstab (the one that works):
# <file system> <mount point> <type> <options> <dump> <pass>
# Data Drives
LABEL=ZXA1F80V /mnt/data/hdd/24T-ZXA1F80V ext4 defaults 0 2...
Indeed, already have alternative layers in place to provide monitoring, but they are an additional myriad of scripts that in all fairness is a lot of extra legwork that could in theory be avoided to make things more streamlined.
From an...
Don't mess with /root ;-)
Use some new directory like /datastore
I don't remember the details how I made mine because I was experimenting a bit and used the CLI.
I think it's possible to create a datastore using just the GUI. Or maybe except the...
For this it might make sense to setup a dedicated monitoring software though e.g. Prometheus, Icinga2 or checkmk. pulse is a monitoring software specifically aimed at ProxmoxVE which also publishes it's metrics to prometheus.
The problem with Gluster is that a negative lookup has to (worst case scenario) traverse every brick in the cluster and do a DHT search. Gluster metadata operations, particularly for negative lookups and in rebalancing scenarios, can become...
IMO also bit strange discussion, so only two points from my side:
1. Glusterfs really is not KISS, it might be relatively simple to setup for some use cases, especially testing ones, but there stops the simple side of it. If you find it bein EOL...
If you want a technical discussion, you need to do it on technical terms. Your benchmarks (like most benchmarks) are invalid because you're not benchmarking the 'same thing'. Moreover, you're benchmarking 1 thing (Windows?) which, if you know...
This is a logical fallacy. Just because the security issues you linked are not pressent in an older kernel doesn't mean that your old kernel doesn't have any security issues. In fact it defenitifely will have known (and unknown) security issues...
For this it might make sense to setup a dedicated monitoring software though e.g. Prometheus, Icinga2 or checkmk. pulse is a monitoring software specifically aimed at ProxmoxVE which also publishes it's metrics to prometheus.
It periodically polls the status and metrics and caches them locally so that one can check what was going on before a node got unresponsive or when it got shut down. When you check the UI in some views, and especially the refresh buttons, ensure...
It periodically polls the status and metrics and caches them locally so that one can check what was going on before a node got unresponsive or when it got shut down. When you check the UI in some views, and especially the refresh buttons, ensure...
Version 9.1.1
Lost the quorum node and when to remove it which failed half way. Tried to delete it manually in the /etc/pve/corosync.conf and pretty sure I messed something up.
Cluster information
-------------------
Name...
Thanks! I ran the chmod with "backup" and it processed. Rebooted, hasn't changed anything.
root@memoryalpha:~# ls -ld /root/.chunks
drwxr-xr-x 1 backup backup 1056768 May 10 15:08 /root/.chunks
root@memoryalpha:~# chmod 700 /root/.chunks...