• 3 Posts
  • 11 Comments
Joined 6 months ago
cake
Cake day: December 17th, 2023

help-circle

  • I’ll be honest, I never tried it that way. But it should be possible. If you have the possibility, I’d advise to simulate that in a VM, then you’ll know for sure! But basically importing zpools should even be OS agnostic, as it is an open standard that you can just install on any OS. I’ve heard stories about people even migrating pools from core to scale and vice versa, which is going from BSD (core) to scale (debian linux).


  • jh0wlettOPtoTrueNAS@programming.devQuestion about ZFS
    link
    fedilink
    arrow-up
    1
    ·
    6 months ago

    I think for now that should be fine. I got daily cloud backups, and got a way to remotely turn off the PC if a disk degrades or faults. I might also even get a disk as hot or cold spare just to be sure. With 2 mirrors I got quite a bit of performance, and in a sense better off than with a single mirror.

    I’m using the storage to host Nextcloud, and the performance was just not really good enough with a singular disk of speed. I’m hosting it for me and the wife so we can both share pictures with each other without needing a privacy invasive third party :)



  • jh0wlettOPtoTrueNAS@programming.devQuestion about ZFS
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    6 months ago

    I wasn’t completely clear I think. I currently have 1*mirror vdev of 8TB each disk. I’m thinking of adding another mirror vdev of the same capacity. That would stripe the data between both. Meaning that per vdev there would be less data. That would lead to quicker (thus safer?) resilversing in the case of a singular disk failure per vdev, correct?



  • I’m not sure exactly what your setup is, if you have data in the OS pool that might be gone, unless you can boot the system from a stick and mount that disk to copy data over. Zpool export isn’t strictly necessary.

    If your data is in a different pool then it should be theoretically easy to just import that pool in a new install.