Re: iscsiadm version 2.0-868 incompatibility with older version

2009-04-28 Thread Mike Christie
Ulrich Windl wrote: On 27 Apr 2009 at 10:37, Mike Christie wrote: Ulrich Windl wrote: Hi, SLES10 SP2 ships iscsiadm version 2.0-868, while SP1 had an older version. For SP1 I used the following command to set all discovered nodes to auto-login: for sid in $(iscsiadm -m node | awk

Re: iscsiadm version 2.0-868 incompatibility with older version

2009-04-27 Thread Mike Christie
Ulrich Windl wrote: Hi, SLES10 SP2 ships iscsiadm version 2.0-868, while SP1 had an older version. For SP1 I used the following command to set all discovered nodes to auto-login: for sid in $(iscsiadm -m node | awk '{gsub(/^\[/, ); gsub(/\]/, ); print $1 }' | sort) Is this just

iscsiadm version 2.0-868 incompatibility with older version

2009-04-24 Thread Ulrich Windl
Hi, SLES10 SP2 ships iscsiadm version 2.0-868, while SP1 had an older version. For SP1 I used the following command to set all discovered nodes to auto-login: for sid in $(iscsiadm -m node | awk '{gsub(/^\[/, ); gsub(/\]/, ); print $1 }' | sort) do iscsiadm -m node -r $sid -o update