<div dir="ltr">Hi all,
<br>
<br>how are the "redundancy groups" in a ZFS draid specified if you want to format them as Lustre OSTs?
<br>
<br>I'm used to creating a zpool first, as in `zpool create .... raidz2 osspool0 <i class="gmail-moz-txt-slash"><span class="gmail-moz-txt-tag">/</span>dev<span class="gmail-moz-txt-tag">/</span></i>...`, and then formatting by `mkfs.lustre --ost ... osspool0/ost0`
<br>- the OST ost0 will be the only vdev on the pool osspool0, eventually it will occupy all of that zpool.
<br>
<br>In a draid, I will put all disks into one "pool", e.g. with 70 disks
 I will do something likeĀ  `zpool create ... draid2:8d:70c:2s`, which 
should/might 
result in 7 redudancy groups, the equivalent of the earlier raidz-2 ?
<br>
<br>But how can I address them when running mkfs.lustre, if I still want to get 7 OSTs out of it?
<br>
<br>
<br>Regards,
<br>Thomas
</div>