[PVE-User] iSCSI Storage Issue

Emmanuel Kasper e.kasper at proxmox.com
Mon Oct 9 09:42:23 CEST 2017


On 10/05/2017 06:23 PM, Michael Cooper wrote:
> Hello Everyone,
> 
>      New to the list here and on Promox 5.0, I have 16 TB of SAN Storage so
> I created myself an NFS Target and an iSCSI target and trie to add those to
> my Promox Servers however I get a storage "iSCSI Name" is not online. Is
> this a permission thing on my storage side or is this an issue with
> Proxmox. Any ideas?

Hi Michael

PVE uses the following check to know if your storage is online:
 * for NFS, get a list of exports
showmount --exports ip_my_nfs_server
 * for ISCSI, refresh the list of targets provided by your current
active sessions
iscsiadm -m session  --rescan

if these commands fail or timeout, the storage will be marked as offline




More information about the pve-user mailing list