iSCSI not working with 1.2 upgrade

Guy

Renowned Member
Jan 15, 2009
121
1
83
m0guy.com
I've upgraded by proxmox from 1.2 to 1.4 and just tried to get iSCSI working.

When I try to scan for iSCSI it tells me to install "open-iscsi".

If I try the same with a fresh ISO install of proxmox then it works just fine.

Seems the upgrade is missing something.

Cheers,
--Guy
 
I've upgraded by proxmox from 1.2 to 1.4 and just tried to get iSCSI working.

When I try to scan for iSCSI it tells me to install "open-iscsi".

If I try the same with a fresh ISO install of proxmox then it works just fine.

Seems the upgrade is missing something.

Cheers,
--Guy

just install open-iscsi:
Code:
apt-get install open-iscsi
 
yeah tried that... do I also have to reboot?

# apt-get install open-iscsi
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
pve-kernel-2.6.24-7-pve
Use 'apt-get autoremove' to remove them.
The following NEW packages will be installed:
open-iscsi
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 600kB of archives.
After this operation, 1491kB of additional disk space will be used.
Get:1 http://ftp.uk.debian.org lenny/main open-iscsi 2.0.870~rc3-0.4 [600kB]
Fetched 600kB in 1s (396kB/s)
Selecting previously deselected package open-iscsi.
(Reading database ... 33503 files and directories currently installed.)
Unpacking open-iscsi (from .../open-iscsi_2.0.870~rc3-0.4_amd64.deb) ...
Processing triggers for man-db ...
Setting up open-iscsi (2.0.870~rc3-0.4) ...
Starting iSCSI initiator service: iscsid.
Setting up iSCSI targets:
iscsiadm: No records found!
.
Mounting network filesystems:.
 
yeah tried that... do I also have to reboot?

# apt-get install open-iscsi
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
pve-kernel-2.6.24-7-pve
Use 'apt-get autoremove' to remove them.
The following NEW packages will be installed:
open-iscsi
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 600kB of archives.
After this operation, 1491kB of additional disk space will be used.
Get:1 http://ftp.uk.debian.org lenny/main open-iscsi 2.0.870~rc3-0.4 [600kB]
Fetched 600kB in 1s (396kB/s)
Selecting previously deselected package open-iscsi.
(Reading database ... 33503 files and directories currently installed.)
Unpacking open-iscsi (from .../open-iscsi_2.0.870~rc3-0.4_amd64.deb) ...
Processing triggers for man-db ...
Setting up open-iscsi (2.0.870~rc3-0.4) ...
Starting iSCSI initiator service: iscsid.
Setting up iSCSI targets:
iscsiadm: No records found!
.
Mounting network filesystems:.

no reboot, should work. just try to connect to your iscsi server via the proxmox web interface,
see http://pve.proxmox.com/wiki/Storage_Model
 
Yup works just fine on a fresh installed Proxmox 1.4 but still fails on my upgraded system (production).

--Guy