On Wed, Mar 02, 2016 at 03:04:46AM -0500, [email protected] wrote: > From: Adheer Chandravanshi <[email protected]> > > Add support to maintain and show some host statistics in iscsid. > This provides following host specific stats: > iscsi_login_accept_rsps > iscsi_login_other_fail_rsps > iscsi_login_negotiate_fails > iscsi_login_authenticate_fails > iscsi_login_auth_fail_rsps > iscsi_login_redirect_rsps > iscsi_logout_normals > iscsi_logout_others > iscsi_connection_timeout_errors > iscsi_session_failures
There's a lot going on in this patch. Some of which could be split out into a earlier patch before adding the new statistics, but should at least be described in my opinion. 1) adds a refcounted iscsi_host structure 2) adds a uevent listener to iscsid - Chris -- You received this message because you are subscribed to the Google Groups "open-iscsi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/open-iscsi. For more options, visit https://groups.google.com/d/optout.
