I'm trying to fix the iSCSI bug on my cluster nodes based on info from this thread:
http://forum.proxmox.com/threads/5155
Which states:
returns nothing.
What next?
http://forum.proxmox.com/threads/5155
Which states:
My problem? I don't have an rc.sysinit file in my /etc directory. Furthermorei. Comment these lines out in /etc/rc.sysinit - Lines 333 to 337.
ii. Turn off aoe (ATA over Ethernet) service from autostart by running:Code:# if [ -x /sbin/lvm.static ]; then # if /sbin/lvm.static vgscan --mknodes --ignorelockingfailure > /dev/null 2>&1 ; then # action $"Setting up Logical Volume Management:" /sbin/lvm.static vgchange -a y --ignorelockingfailure # fi # fi
chkconfig aoe off
Code:
locate rc.sysinit
What next?