Re: [libvirt] [PATCH 4/5]: Move the sendtarget command into the login command

2008-06-17 Thread Chris Lalancette
Chris Lalancette wrote: > A small bugfix; we only need to call the iscsiadm sendtarget command when we > are > first logging in; we don't need to do it for logout. Move the sendtarget > command into the Login() function. > > Changes since last time: > 1) Make const char *cmdsendtarget into cons

Re: [libvirt] [PATCH 4/5]: Move the sendtarget command into the login command

2008-06-17 Thread Daniel Veillard
On Mon, Jun 16, 2008 at 03:52:46PM +0200, Chris Lalancette wrote: > A small bugfix; we only need to call the iscsiadm sendtarget command when we > are > first logging in; we don't need to do it for logout. Move the sendtarget > command into the Login() function. Again I don't know the details,

[libvirt] [PATCH 4/5]: Move the sendtarget command into the login command

2008-06-16 Thread Chris Lalancette
A small bugfix; we only need to call the iscsiadm sendtarget command when we are first logging in; we don't need to do it for logout. Move the sendtarget command into the Login() function. Changes since last time: 1) Make const char *cmdsendtarget into const char *const cmdsendtarget based on fe