Please help me on Proxmox 1.5 and iSCSI issue...

andrea68

Renowned Member
Jun 30, 2010
158
2
83
Hi, I add a iSCSI target in my production proxmox 1.5.

I commit a mistake clicking "use LUN directly" (according to howto).
After a long lag, my proxmox still working but i'm not able to enter in storage configuration page because an "internal server error":

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, root and inform them of the time the error occurred, and anything you might have done that may have caused the error.
[8609]ERR: 24: Error in Perl code: 500 read timeout
Apache Embperl 2.2.0 [Thu Nov 4 13:23:30 2010]


How can I degub this error?
I'm afraid to restart the host because I have some virtualisations that i can't stop easily.


Thanks in advance...
 
correct the wrong settings by editing the following config file on the master:
Code:
nano /etc/pve/storage.cfg
 
correct the wrong settings by editing the following config file on the master:
Code:
nano /etc/pve/storage.cfg

Just I must remove the iSCSI target? It's simple as that?
Some demon to reload? nothing else?

(BTW thanks a lot)
 
Ok, it works, really thanks.

But now the problems is even if I uncheck "use LUN directly", when I add the iSCSI target, my proxmox goes in timeout.
I don't know why this happens...

My storage is a Qnap NAS ts-459u, I think set up the device correctly, any hints?
 
I reply to myself: it was iSCSI chap authentication...
I remove authentication and proxmox work with the target as well.

It's possible the chap utilisation with iSCSI?
And how?

Thanks again...