Discord are best for just chatting away I agree. But I'm not convinced that discord (or any chat tool) is a good format for tech support for all the reasons outlined by others here (not-searchable from outside, difficult to reference...) So I...
I don't like Discord, personally, but find it funny because, if people wanted to chat.. There's an unofficial IRC channel ##proxmox @ Libera Chat (485 people there, something like less than 10 actually chatting..) and I just realized it also...
Because they can chat there, and in forums they have to write complete sentences and read longer posts. ;)
Oh, did I mention that I am absolutely not a fan of Discord, not necessarily because of the above, but because the knowledge shared there...
The official and by far the biggest community is this forum.
All others are small and NOT maintained by the core developers from Proxmox.
Community splitting is almost always a lose lose situation.
We see a lot of really wrong support and...
Please do not use "Proxmox" and our logo for such unofficial services, this is misleading and against our trademark policies.
Please contact office@proxmox.com for details and hints to get this solved.
Never ever use apt upgrade on PVE: always use apt dist-upgrade or it's synonym apt full-upgrade, as detailed in the docs you linked.
That said, if you follow those steps apt will update all packages, not just Ceph one's, which isn't what OP asked...
OK, wenn du dein Ceph Netzwerk auf einen einzelnen Core Switch legst, hast du schon mal 2 Probleme. Keine Redundanz und potentiell Probleme, wenn im Normalen Netzwerk etwas schief läuft.
Da ich immer redundante extra Switches für Ceph nutze, wäre...
Hi,
Thanks for sharing your work. Upfront, are you aware of the native plugin mechanism that Proxmox VE offers, or are there reasons for developing this plugin as patch of the code over using the defined plugin interface?
See...
Hello all! I'm a developer with OSNEXUS.
We’re excited to announce the pre-release version of the QuantaStor Proxmox Storage Plugin, designed to simplify the management of QuantaStor storage within Proxmox VE clusters. This plugin enables...
With PVE on a shared LUN you use LVM to split it up. That is a block storage.
See https://pve.proxmox.com/wiki/Multipath that also touches the final setup after multipathing (which you will usually have in such setps).
No, that is a complex...
I believe that is what I was referencing in my original post:
I ended up just going with figuring out what packages are installed by pveceph install and installing those directly using apt.
If you need more than RBD (block storage) and CephFS (file storage) from your Ceph cluster you should look into not deploying it with the Proxmox tools.
VMware enables this behavior because it has VMFS - a cluster-aware, shared filesystem. VMFS implements proprietary on-disk locking and reservation mechanisms that safely coordinate multi-initiator access to the same disk.
Proxmox does not...
You cannot have Shared storage in a two node non-cluster installation. Shared storage, as defined by PVE terminology, is part of the cluster.
Everything you do after that is a road to data corruption. There are coordinated operations...