View Single Post
Old 11-11-2016, 10:20 AM   #2
ISPsystem team
 
Join Date: Jul 2014
Posts: 443
ksenya is on a distinguished road
Default

This error occurs in case of problems with the iSCSI storage. Make sure that:
* The tgtd service is running on the server with storage.
* If the error occurs when adding a new node, ssh access to that node and execute:
[root@free ~]# virsh pool-list --all
Name Status Auto start
-----------------------------------------
File active yes
iSCSI-UGLY_004 not active yes

If you see '''iSCSI-UGLY_004 not active yes''', delete the storage, and add a new node again:

root@free ~]# virsh pool-undefine iSCSI-UGLY_004
iSCSI-UGLY_004 has been deleted
ksenya is offline   Reply With Quote