As so often: it depends.
If I run a company and I my services infrastructure is used in my office to make money and I want that to be possible with ~99.9 percent reliability (that's one workday per year) then I use the better tested...
It's not a license (which is a legally very different thing) but a (support) subscription. The no-subscription repository is a little less time-tested and gets features and bugfixes sooner and more often. If there is a problem then it's usually...
It will be to see the difference of using ceph on lokal storage vs. PVE nodes without local storage and some kind of remote storage.
If any of this will be used in future production environment there will not be much "load" on it. Not CPU nor...
found my culprit. I did not take into account the partition for bios legacy I was skipping it and so the command I was trying to do was not understood. My bad for my stupidity. Sorry.
Those disks were used earlier? In a "bpool"?
I did not read read the tutorial you've mentioned; you may erase them completely by something like "dd if=/dev/null of=/dev/disktobeerased bs=1M state=progress" or read man zpool-labelclear
Probably: yes.
If I remember correctly removing a snapshot means to integrate the modified blocks (since the point in time when the snapshot was taken) into one single file. That's plain and simple a slow operation. Problems like like this...
Naja, du musst aber trotzdem die Doku lesen, um zu wissen, ob das entsprechende Tool überhaupt mit deiner Hardware laufen wird ;) Mir ging es in dem Fall darum, dass es beim Aufbau eines Cluster o.ä. doch nicht Sinn der Sache sein kann, dass die...
Ich bin es ja gewohnt das jeder User es gerne etwas anders hätte, aber hier prallen ja fast Welten aufeinander :eek:
Die App nahm ihren Anfang als kleines Hilfsmittel, nur für mich. Ich hatte zuvor natürlich andere, bereits verfügbare getestet...
Usually it is not a good idea to resurrect a seven years old thread.
Instead it is recommended to open a new thread with a new description of the actual problem using current data of the existing setup. Of course you may link back here to...
Ja, würde ich schon sagen.
Doch, mit den ProxmoxDatacenterManager oder auf den Knoten im Terminal mit pct remote-migrate bzw. qm remote-migrate, das habe ich auch oben erwähnt ;) Und der PDM und die CLI-Tools nutzen dafür auch nur api-Calls, die...
Aber ist das nicht meistens so?
Ich verwende high-level Programme, damit ich die vielen, vielen Details "unten drunter" nicht kennen und nutzen muss. Bleiben wir bei PVE: praktisch alle Funktionen (KVM, Container, ZFS, Ceph, iScsi, Netzwerk...
I wouldn't use this result of vibe coding for anything important though. But for learning that might work although imho reading the manual and trying to setup everything might be more effective (as pointed out by Udo). I agree with the rest of...
Linux admins have built a "Proxmox" for years before PVE became a thing. the reason we use PVE and not our homegrown solutions is because they put everything you need together for you. Its not that you COULDNT do it yourself- it would just take...
For your next iteration: read about adding a (mirrored) "Special Device". And in your current setup try to verify if L2ARC does actually work the way you want it. Examine the output of zarcsummary for this. See...
Hello,
I tried to take image by using clonzilla and machine was sucessfully deployed!! WOW, that is really amazing tool and I love it!
Than you so much both of you guys!!
Regards,
Mir fehlt in deinen Setup wie du das Netzwerk aufgebaut hat. Ein Cluster braucht mindestens ein dezidiertes Netzwerk für die Cluster-Kommunikation:
https://pve.proxmox.com/wiki/Cluster_Manager#pvecm_cluster_network
Das braucht nicht viel...
Each of those (sub-) projects has its own documentation, usually good ones. Just read it, build one/two/three test-setups and learn how to debug them.
Then combine everything to build a usable whole, emulating PVE. Theoretically that's no...