Search results for query: ZFS

  1. Impact

    Wie sehe ich den freien Speicherplatz eines Mount Points?

    ...keinen Weg um den "echten" belegten Speicher eines Mount Points zu sehen. Edit: Durch die nachträglich angefügten Bilder weiß ich dass es ZFS und CT 100 ist. Hier würde ich auf dem Node je nach Bedarf so etwas benutzen. zfs list...
  2. UdoB

    Migrating from mdadm to zfs despite using different disk sizes?

    A ZFS pools consists of one or more vdevs. Vdevs implement the known topologies: single drive/mirror/RaidZx. When you have more than one vdev the combination in a pool is called "striped". (Nearly) every ZFS pool I have has more than one vdev --> the pool is striped. IOPS scale linear with the...
  3. J

    Migrating from mdadm to zfs despite using different disk sizes?

    Everything HDD I want to prevent striping. Thats the reason why i think about using the a similar model like now but instead of using mdadm i would use zfs
  4. UdoB

    Migrating from mdadm to zfs despite using different disk sizes?

    ...Sure! LVM does NOT: transparent compression, (technically) cheap snapshots, replication, guarantee integrity and some more things. From: https://forum.proxmox.com/threads/fabu-this-is-just-a-small-setup-with-limited-resources-and-only-a-few-disks-should-i-use-zfs-at-all.160037/ Have fun :-)
  5. G

    ZFS 2.4.0 Special Device + Data VDEV Report Very Wrong Remaining Space

    ...redundancy level. The same would happen even with the following pool layout which should be sane. 3xMirror special device Raidz3 8xhdd vdev ZFS 2.4 specially allow zvol write to land on the special vdev so it's kinda odd that this missed testing since it's the most basic setup for the...
  6. G

    ZFS 2.4.0 Special Device + Data VDEV Report Very Wrong Remaining Space

    I already did a few days ago but no activity, was looking to see if anyone has the same issue.
  7. A

    ZFS 2.4.0 Special Device + Data VDEV Report Very Wrong Remaining Space

    Well I got nothing. you should submit a bug report (https://github.com/openzfs/zfs/issues)
  8. G

    ZFS 2.4.0 Special Device + Data VDEV Report Very Wrong Remaining Space

    Here's the output root@beta:~# zfs list -o name,quota,reservation NAME QUOTA RESERV rpool none none rpool/ROOT none none rpool/ROOT/pve-1 none none rpool/data...
  9. P

    [SOLVED] Proxmox und VM auf einem Laufwerk?

    Da gebe ich dir recht, und ja ich war etwas polemisch. Trotzdem, mit ZFS musst du im Notfall nicht den exakt selben RAID Controler finden, nur um dann zu merken, dass er das RAID trotzdem nicht mehr funktioniert. Bei ZFS, kannst du im schlimmsten Fall, irgendeine Kiste mit genug SATA/SAS...
  10. P

    [SOLVED] Proxmox und VM auf einem Laufwerk?

    Kann man da wie bei ZFS auch die Disks einfach in beliebiger Reihenfolge in ein komplett anderes System einbauen, ein zpool import machen und alles ist wieder gut? Oder ist es doch eher so, dass man u.U. Probleme bekommt, wenn man nicht exakt den gleichen RAID-Controller mit genau derselben...
  11. O

    Confused by thin vm disk using 100% space

    Hi, we have migrated several VMs (Linux and Windows) from ESXI, ans most things work well. We are using local storage only, ZFS with "mirror" on single direct NVME or LVM-thin with our older HW-RAID based Dell Servers. However, I am confused why all disks of our fileserver still show the storage...
  12. J

    [SOLVED] MINISFORUM MS-A2 (AMD Ryzen 9 9955HX) - solution, use a ZFS option and not EXT4 when setting up storage

    I have tried installing Proxmox a few times on this system and it keeps hanging on "create LVs". I've even let it sit for 45 min as seen in other posts (they said 20-30min), the installer restarted itself at this point. I am able to install other linux distros and even VMWare ESXi without issue...
  13. T

    Pass ZFS zvol/dataset to a guest VM

    ...Trouble is, you need a NAS guest which maybe will be point of failure. Instead this should be done using a virtual disk in RAW mode. With ZFS pool added in Datacenter -> Storage -> Add -> ZFS (creates zvol or pool?). Click over to the VM --> Hardware -> Add -> Hard Disk. Select your ZFS...
  14. W

    Fragen zu Ext4 vs ZFS

    noch mal am Ende ein kleines Feedback, läuft alles stabil mit zfs ! danke für euren support! welchen write modus habt ihr bei windows servern/ windows vm bei euch an? ( disk einstellung , write back usw)?
  15. D

    Wie temporär LXC von einem Knoten auf einen anderen migrieren wenn Knoten unterschiedlich sind?

    Danke! Das wäre ja fast zu einfach um wahr zu sein... :D Hier noch die config: root@pve:/etc/pve/lxc# cat 123.conf ## Alpine-Docker LXC # ### https%3A//tteck.github.io/Proxmox/ # <a href='https%3A//ko-fi.com/D1D7EP4GF'><img src='https%3A//img.shields.io/badge/%E2%98%95-Buy me a coffee-red'...
  16. S

    Storage configuration for consumer SSDs (ZFS vs LVM)

    ...to any decision over the last week, because I don't fully understand the trade-offs and keep getting conflicting information. Hardware, ZFS, and low-level is not really a specialty for me, so I feel a be a bit out of my depth So once again, thank you, and don't hesitate to ask for more info.
  17. Falk R.

    [SOLVED] Proxmox und VM auf einem Laufwerk?

    Da befürchte ich viele Layer8 Fehler. Man kann auch RAID Controller falsch konfigurieren wie auch ZFS. Ich hasse das Bashing auf eigentlich gute Technologien nur weil manche Leute nicht damit umgehen können. Genauso mag ich es auch nicht wenn bestimmte Leute versuchen auf ZFS bashen.
  18. A

    [TUTORIAL] Proxmox LXC to VM Converter

    ...fails, automatically increments by 2GB and retries (up to 5 attempts) Multi-backend — supports LVM-thin, LVM, directory (raw/qcow2), and ZFS storage Dry-run mode — preview the shrink plan without making changes Safety confirmation — prompts before destructive operations Prints ready-to-use...
  19. D

    [SOLVED] Could replacing ZFS with Hardware Raid fix IO delay issue?

    ...reply. That is what I estimated. As I am booting from the rpool I will go the more secure "long-night-way" with a fresh installation on the new ZFS RAID10 and then restoring the VMs from my backups. Good advice. As I am working on quite old and less suited hardware, backup is a topic I...