I have been trying to set up a 3 node SDS using linstor-satellite, linstor-controller and linstor-client in containers. This seemed harder to achieve than it should have been, but that may just have been me! Then I came to try and create an iscsi target and got the following errors (ips and nodenames changed); exit code 32 means the devices do not exist. Any suggestions about what is causing this :
node003:~ # linstor-gateway iscsi create iqn.2010-10.x.y.z:main-target 192.168.a.b/24 100M --implementation โlio-tโ --resource-group โgateway-grpโ
ERRO[0009] failed to create iscsi resource: failed to create linstor resource: failed to autoplace resources:
Message: โSuccessfully set property key(s): StorPoolNameโ next error:
Message: โSuccessfully set property key(s): StorPoolNameโ next error:
Message: โSuccessfully set property key(s): StorPoolNameโ next error:
Message: โResource โmain-targetโ successfully autoplaced on 3 nodesโ; Details: โUsed nodes (storage pool name): โnode001 (gateway_pool)โ, โnode002 (gateway_pool)โ, โnode003 (gateway_pool)โโ next error:
Message: โUpdated main-target DRBD auto verify algorithm to โcrc32cโโ next error:
Message: โ(node003) Volume number 0 of resource โmain-targetโ [LVM-Thin] createdโ next error:
Message: โ(node003) Volume number 1 of resource โmain-targetโ [LVM-Thin] createdโ next error:
Message: โ(node003) Resource โmain-targetโ [DRBD] adjusted.โ next error:
Message: โCreated resource โmain-targetโ on โnode003โโ next error:
Message: โ(node002) Volume number 0 of resource โmain-targetโ [LVM-Thin] createdโ next error:
Message: โ(node002) Volume number 1 of resource โmain-targetโ [LVM-Thin] createdโ next error:
Message: โ(node002) Resource โmain-targetโ [DRBD] adjusted.โ next error:
Message: โCreated resource โmain-targetโ on โnode002โโ next error:
Message: โ(node001) Volume number 0 of resource โmain-targetโ [LVM-Thin] createdโ next error:
Message: โ(node001) Volume number 1 of resource โmain-targetโ [LVM-Thin] createdโ next error:
Message: โ(node001) Resource โmain-targetโ [DRBD] adjusted.โ next error:
Message: โCreated resource โmain-targetโ on โnode001โโ next error:
Message: โResource โmain-targetโ on โnode003โ readyโ; Details: โAuto-placing resource: main-targetโ next error:
Message: โResource โmain-targetโ on โnode002โ readyโ; Details: โAuto-placing resource: main-targetโ next error:
Message: โResource โmain-targetโ on โnode001โ readyโ; Details: โAuto-placing resource: main-targetโ next error:
Message: โ(Node: โnode003โ) Failed execute lsblkโ; Details: 'Command โlsblk -P -b --paths -o NAME,SIZE,PKNAME,KNAME,ROTA,TYPE,FSTYPE,MAJ:MIN,MODEL,SERIAL,WWN,STATE,DISC-GRAN /dev/drbd1001โ returned with exitcode 32.
Standard out:
Error message:
lsblk: /dev/drbd1001: not a block device
'; Reports: โ[669E8925-10C50-000152]โ next error: Message: โ(Node: โnode002โ) Failed execute lsblkโ; Details: 'Command โlsblk -P -b --paths -o NAME,SIZE,PKNAME,KNAME,ROTA,TYPE,FSTYPE,MAJ:MIN,MODEL,SERIAL,WWN,STATE,DISC-GRAN /dev/drbd1001โ returned with exitcode 32.*
Standard out:
Error message:
lsblk: /dev/drbd1001: not a block device
'; Reports: โ[669E89A1-4CFFD-000127]โ next error: Message: โ(Node: โnode001โ) Failed execute lsblkโ; Details: 'Command โlsblk -P -b --paths -o NAME,SIZE,PKNAME,KNAME,ROTA,TYPE,FSTYPE,MAJ:MIN,MODEL,SERIAL,WWN,STATE,DISC-GRAN /dev/drbd1001โ returned with exitcode 32.
Standard out:
Error message:
lsblk: /dev/drbd1001: not a block device
'; Reports: โ[669E8A5A-09CA1-000167]โ next error: Message: โModification of resource definitions for resource definition โmain-targetโ failed due to an unknown exception.โ; Details: โResource definitions for Resource definition: main-targetโ; Reports: โ[669E9D80-00000-000004]โ
Other information:
linstor-client-1.23.0
linstor-server-1.28.0
linstor-gateway-1.5.0