Comment 4 for bug 617053

Revision history for this message
Dave Walker (davewalker) wrote :

Looking at the code, I am a little confused with how it compares to the bug report. I believe this is the part that resolves this bug:
sed -i "s/DISABLE_ISCSI=\"N\"/DISABLE_ISCSI=\"Y\"/" ${NEW_EUCA}/etc/eucalyptus/eucalyptus.conf

It looks to me that it is changing the default (forcing "Y"), not preserving DISABLE_ISCSI=Y. Have i misunderstood the segment that fixes this bug?