Search results

  1. Dunuin

    LXC-Container hören auf zu funktionieren

    Das zeigt dir aber nur wie voll dein Root-Dateisystem ist. VMs/LXCs liegen üblicherweise auf einem LVM-Thin oder ZFS Pool und die können trotzdem voll sein. Da musst du regelmäßig mit lvs oder zfs list -o space überprüfen, dass das NIE voll wird. Oder besser noch ein Monitoring mit Notifications...
  2. Dunuin

    Storage with power loss protection (PLP) or not?

    Boot disks don't need performance (even a HDD would do the job). And writes aren't that bad (too bad for pen drives/SD cards but a bigger consumer SSD would do the job) as long as you use a single disk and not ZFS for a mirror. But when using ZFS to mirror your boot disks I would still get...
  3. Dunuin

    Best way to convert OS storage from single disk -> RAID1?

    Yes, not being able to administrate (simple via webUI created) ZFS pools via webUI is quite bad. All those people who wiped their pools accidentally because not understanding what they are doing using CLI. You can't even replace a failed disk of a mirror via webUI and thats even more...
  4. Dunuin

    [SOLVED] Rechner aus Cluster entfernen

    Ein Cluster braucht auch immer Quorum (also MEHR als 50% der Nodes müssen sich sehen) was natürlich nicht gegeben ist, wenn du nur 2 hast und einer warum auch immer nicht mehr erreichbar ist. Dann geht der verbleibende Read-Only und kaum noch etwas geht, weil Quorum fehlt und PVE versucht...
  5. Dunuin

    Storage with power loss protection (PLP) or not?

    In short: If you need good sync write performance (like running a DB or using something like ZFS that does lots of those) or you are writing much (either big amounts of data like DVR/torrenting) or you got a high write amplification (doing lots of small random writes, nested filesystems, CoW...
  6. Dunuin

    ZFS lässt sich nicht entfernen

    Für ZFS solltest du auch nur Enterprise SSDs mit einer Power-loss Protection nehmen. Wenn man da eine M.2 will, dann gibt es da nur eine Hand voll von Modellen von Samsung, Solidigm, Micron und Kingston. Und wenn man 4TB will, dann sogar nur noch 3 Modelle von 550-700€. Und alles über 1TB...
  7. Dunuin

    Best way to convert OS storage from single disk -> RAID1?

    You won't find such things in the webUI. All advanced disk management has to be done manually via CLI and you should know what you are doing. Then your best bet is wiping and reinstalling those nodes.
  8. Dunuin

    Best way to convert OS storage from single disk -> RAID1?

    If the node is using LVM you can't turn it into a mirror. If it is using ZFS you could do that manually via CLI (basically following paragraph "Changing a failed bootable device" but instead of using "zpool replace" a "zpool attach" is used...
  9. Dunuin

    ZFS lässt sich nicht entfernen

    Du könntest den Pool manuell per CLI mit "zpool destroy ..." zerstören und den Storage aus der /etc/pve/storage.cfg herauseditieren. Im Normalfall würdest du aber die defekte Disk durch eine neue ersetzen mit einem "zpool replace ..." oder das Raid1 auflösen und mit "zpool detach ..." ein...
  10. Dunuin

    [SOLVED] Issue with starting Proxmox on AMD EPYC 9004 with GENOAD8X-2T/BCM (Proxmox 8.0.2)

    Did you try to install the recent PVE 8.2 version in case that problem got already fixed? There are lots of major bugs and vulnerabilities when running that old unpatched PVE 8.0.2. Like corrupting partition tables on guests using SATA and similar.
  11. Dunuin

    Low power mini-pc + sshd for storage

    You could also use ZFS with proper Enterprise SSDs and SMR CMR HDDs. That way you could create your own kind of hybrid storage by using the HDD for bigger data and an partition of your NVMe SSD for storing all metadata and smaller files. Have a look at the ZFS "special" vdevs.
  12. Dunuin

    A Few Storage Questions from a PVE Newbie

    See: https://pve.proxmox.com/wiki/Unprivileged_LXC_containers All users that need to access bind-mounted folders.
  13. Dunuin

    A Few Storage Questions from a PVE Newbie

    Officially recomended is running Docker in a VM. From time to time a PVE upgrade will break docker LXCs. Already happended multiple times in the past. So if you want your docker services to be reliable, use a VM even if that got more overhead. Highest to lowest isolation: VM > unprivileged LXC...
  14. Dunuin

    Erfahrungen mit Netzwerkkonfiguration (Bonds, Bridges) gefragt

    Ja, läuft solange beide IMMER laufen. Dann hast du ja noch 2 von 2 Votes und damit ÜBER 50% der Votes und Quorum. Ist einer von beiden warum auch immer nicht erreichbar, dann hat der verbleibende nur noch 1 von 2 Votes, damit nur 50% der Votes, Quorum fehlt und der verbleibende Node macht dicht...
  15. Dunuin

    Erfahrungen mit Netzwerkkonfiguration (Bonds, Bridges) gefragt

    Cluster braucht immer 3 Nodes, nicht nur bei HA. Hast du nur 2 Nodes darfst du keinen von beiden ausschalten/neustarten weil der andere dann auch nicht mehr funktioniert (PMXCFS geht read-only und lässt keine Änderungen mehr zu und Dinge wie VMs starten wird fehlschlagen), da dir dann Quorum...
  16. Dunuin

    Switch from thin provision to thick provision

    LXCs do use datasets, so there is a lot to optimize and the stuff mentioned in the link will be valid too:
  17. Dunuin

    Switch from thin provision to thick provision

    So only LXCs with datasets in use and not VMs with zvols. So see the link above on how to optimize datasets for MySQL.
  18. Dunuin

    Wrong Password!

    Bad RAM means you maybe now got corrupted data on disk. Wouldn't be the first time reading here that the /etc/passwd or /etc/shadow corrupted preventing logging in.
  19. Dunuin

    Installing Proxmox on RAIDZ1 with Shared TrueNAS VM Datasets

    You can't share a disk between two OSs. If you do that you will corrupt the data on it unless you use some cluster-aware filesystem (which ZFS isn't). So don't try to mount a disk on the PVE host that you already passthroughed into a VM.
  20. Dunuin

    Switch from thin provision to thick provision

    Should be 16K volblocksize + 16K recordsize for MariaDB. Old PVE installations defaulted to a 8K volblocksize + 129K recordsize and new instalations to 16K volblocksize + 128K recordsize. So you might want to check that the zvol containing your DB via zfs get volblocksize,recordsize. You might...

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!