<div dir="ltr"><div><div><div><div><div><div><div><div>Hi All,<br><br></div>In Lustre, is it possible to create a zpool with multiple vdevs -<br></div></div><br></div><div>E.g.:<br></div><div><pre># zpool create tank <strong>mirror</strong> sde sdf <strong>mirror</strong> sdg sdh
# zpool status
  pool: tank
 state: ONLINE
 scan: none requested
config:

        NAME        STATE     READ WRITE CKSUM
        tank        ONLINE       0     0     0
          mirror-0  ONLINE       0     0     0
            sde     ONLINE       0     0     0
            sdf     ONLINE       0     0     0
          mirror-1  ONLINE       0     0     0
            sdg     ONLINE       0     0     0
            sdh     ONLINE       0     0     0</pre><br><br></div><div>This will allow us to have a single OST per OSS, with ZFS managing the striping across vdevs.<br><br>Regards,<br><br><br></div><div>Indivar Nair<br></div></div>

</div></div></div></div>