RAID10 via ZFS Plugin

  • Hello,

    I have four(4) 1 TB SSD drives that I would like to use as a fast redundant database drive.
    How do I create a RAID10 using the ZFS Plugin?


    I understand RAID10 in ZFS is simply striping mirrored VDevs. Will I be doing this in several steps or is there an already set method?


    Command Line reference:

    sudo zpool create NAME mirror VDEV1 VDEV2 mirror VDEV3 VDEV4
    or

    sudo zpool create NAME mirror VDEV1 VDEV2
    sudo zpool add NAME mirror VDEV3 VDEV4

    I am doing a fresh install and creating this RAID will be one of my first operations, as it will hold, both my Home directories and Docker data.

    Version7.0-32 (Sandworm)
    ProcessorAMD EPYC 7302P 16-Core Processor
    KernelLinux 6.1.15-1-pve
    HardwareDell R7515

    Einmal editiert, zuletzt von ajaja () aus folgendem Grund: Quicker to the question.

  • ajaja

    Hat das Label OMV 6.x hinzugefügt.
  • I came up with a solution and thought I would post it here for those that are interested. I do not know enough about ZFS to understand what's going on in the plug-in interface, so I found a command line solution.

    Code
    sudo zpool create -m /srv/Wharf Zenith mirror ata-Samsung_SSD_870_EVO_1TB_S62xXxXxXxX33D ata-Samsung_SSD_870_EVO_1TB_S62xXxXxXxX829Y mirror ata-Samsung_SSD_870_EVO_1TB_S62xXxXxXxX24V ata-Samsung_SSD_870_EVO_1TB_S62xXxXxXxX75A

    The important tidbit I needed to do that failed my expectations in the past was to set a mount the point: -m /srv/Wharf. This flag allows OMV to display my volume natively, see attached images.

    Version7.0-32 (Sandworm)
    ProcessorAMD EPYC 7302P 16-Core Processor
    KernelLinux 6.1.15-1-pve
    HardwareDell R7515
  • ajaja

    Hat das Label gelöst hinzugefügt.

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!