Hello! I create one iscsi resource, it has one LUN with id 1, i want to create another LUN with id 2 based on this IQN and service ip
linstor-gateway iscsi create iqn.2019-08.com.home:lunidtest 192.168.5.7/24 10G --resource-group=hdd-rg-pc-2
before add volume I stopped iscsi iqn
linstor-gateway iscsi stop iqn.2019-08.com.home:lunidtest
Then try to add volume 5gb with LUN id 2
linstor-gateway iscsi add-volume iqn.2019-08.com.home:lunidtest 2 5G
After that i try to start iscsi with 2 LUNs and have errors

How I can add volumes to iscsi correctly? and why adding LUN 2 was killed my exist LUN 1?
Hello! I create one iscsi resource, it has one LUN with id 1, i want to create another LUN with id 2 based on this IQN and service ip
linstor-gateway iscsi create iqn.2019-08.com.home:lunidtest 192.168.5.7/24 10G --resource-group=hdd-rg-pc-2
before add volume I stopped iscsi iqn
linstor-gateway iscsi stop iqn.2019-08.com.home:lunidtest
Then try to add volume 5gb with LUN id 2
linstor-gateway iscsi add-volume iqn.2019-08.com.home:lunidtest 2 5G
After that i try to start iscsi with 2 LUNs and have errors

How I can add volumes to iscsi correctly? and why adding LUN 2 was killed my exist LUN 1?