<div dir="ltr"><div dir="ltr"><div dir="ltr">You have to specify which storage pool to use for the resource, otherwise it will default to &#39;DfltStorPool&#39;, which does not exist. So that would be something like this...</div><div dir="ltr"><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">$ linstor resource create pve3 vm-400-disk-1 --storage-pool &lt;storage_pool&gt;</blockquote><div><br></div><div>It might be also wise to check and compare the settings of the resource on an existing node, and then add any missing entries for the resource on the new node. For example ..</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">$ linstor rd lp pve2 vm-400-disk-1    #This will show the settings for vm-400-disk-1 on node pve2</blockquote><div> </div></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">$ linstor rd lp pve3 vm-400-disk-1    #This will show the settings for vm-400-disk-1 on node pve3</blockquote><div><br></div><div>Compare settings, and if needed add any missing entries. This is only needed for the existing resources.</div><div>Any new resources (VMs) you create on Proxmox will be automatically created with the correct settings (assuming that you have increased redundancy from 2 to 3 in /etc/pve/storage.cfg).</div><div><br></div><div>P.S</div><div>I strongly recommend using &#39;linstor interactive&#39; mode to familiarise yourself to linstor command line parameters.</div><div><br></div><div>Yannis</div></div></div>