[PATCH] start iscsid when needed

2009-02-06 Thread Mike Christie
This patch is from Fedora. The problem is that some distros are starting iscsid in anticipation that iscsi might be needed, and it turns out it might never be :( So this patch has the iscsi tools start iscsid only when they first need it for login/discovery. The original patch had some Fedora

Re: [PATCH 1/2] open-iscsi: Makefile: separate out user: and kernel: make targets

2009-02-06 Thread Mike Christie
Boaz Harrosh wrote: Separate out the build of kernel: and user: targets. [Mike please revisit the @echo output if we need anything added] thanks Merged in 4a99e1a61d2767dcf87367480b029ff0f3bc32e7 --~--~-~--~~~---~--~~ You received this message because you

Re: [PATCH 2/2] open-iscsi: kernel/Makefile: Better Makefile output when compiling with new Kernels

2009-02-06 Thread Mike Christie
Boaz Harrosh wrote: In case we are compiling against a newer kernel then what the out-of-tree is expecting, Output to the user that use of in-tree modules are recommended. This will still fail the compilation. because we don't want to compile in that case. But the user can see that this