I’ve added 2 external USBs of 2TB each to my Proxmox server and created a Resource Pool called USB_HDD containing both. I created an Ubuntu VM, but I can’t allocate all 4TB to it in one go - it only allows me to add each one as a separate SCSI device. When I start to install the OS it only allows the install onto one of the 2TB devices. I though the point of pools was to make the actual disks transparent, and present the pool to the VM so it sees it as one lot of space. Am I doing something wrong, or do I have to have it as 2x2TB disks?

  • Qazwsxedcrfv000
    link
    fedilink
    English
    1
    edit-2
    1 year ago

    Indeed ZFS has support for stripe (RAID0 like) vdev zpool since very early days.

    • deejay4am
      link
      fedilink
      English
      11 year ago

      Would it be better to make single-disk vdevs and add them into a pool so you could add a mirror disk to each vdev later?

      • Qazwsxedcrfv000
        link
        fedilink
        English
        1
        edit-2
        1 year ago

        Oh right my fault. Stripe is done at the pool level. So the two disks will be their own vdevs. And then the two vdevs are added into one zpool.

    • @daf@lemmy.world
      link
      fedilink
      English
      11 year ago

      Be aware in RAID0 if one of the HDD fails, the content on both will be lost lost.