OpenBSD CVS

CVS log for src/usr.sbin/iscsictl/iscsictl.c


[BACK] Up to [local] / src / usr.sbin / iscsictl

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.13 / (download) - annotate - [select for diffs], Tue Feb 21 15:45:40 2023 UTC (15 months, 1 week ago) by mbuhl
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3, HEAD
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored)

spelling.
ok jmc

Revision 1.12 / (download) - annotate - [select for diffs], Fri Apr 16 14:39:33 2021 UTC (3 years, 1 month ago) by claudio
Branch: MAIN
CVS Tags: OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1, OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9
Changes since 1.11: +89 -3 lines
Diff to previous 1.11 (colored)

When loading a config poll iscsid for up to 10 seconds and check if the
sessions all managed to connect to the targets.
With this slow session establishment should not cause mount errors
during startup.
Initial version from Dr Ashton Fagg ashton (at) fagg id au
OK dlg@ deraadt@

Revision 1.11 / (download) - annotate - [select for diffs], Tue Aug 16 18:41:57 2016 UTC (7 years, 9 months ago) by tedu
Branch: MAIN
CVS Tags: OPENBSD_6_8_BASE, OPENBSD_6_8, OPENBSD_6_7_BASE, OPENBSD_6_7, OPENBSD_6_6_BASE, OPENBSD_6_6, OPENBSD_6_5_BASE, OPENBSD_6_5, OPENBSD_6_4_BASE, OPENBSD_6_4, OPENBSD_6_3_BASE, OPENBSD_6_3, OPENBSD_6_2_BASE, OPENBSD_6_2, OPENBSD_6_1_BASE, OPENBSD_6_1
Changes since 1.10: +1 -2 lines
Diff to previous 1.10 (colored)

stop including sys/param.h for nitems. define locally as needed.
ok natano reyk

Revision 1.10 / (download) - annotate - [select for diffs], Wed Nov 11 02:55:12 2015 UTC (8 years, 6 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_6_0_BASE, OPENBSD_6_0, OPENBSD_5_9_BASE, OPENBSD_5_9
Changes since 1.9: +4 -1 lines
Diff to previous 1.9 (colored)

claudio twice told me pledge "stdio rpath dns" is probably enough.
He'll test it next time he builds...

Revision 1.9 / (download) - annotate - [select for diffs], Fri Jan 16 06:40:17 2015 UTC (9 years, 4 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_5_8_BASE, OPENBSD_5_8, OPENBSD_5_7_BASE, OPENBSD_5_7
Changes since 1.8: +2 -3 lines
Diff to previous 1.8 (colored)

Replace <sys/param.h> with <limits.h> and other less dirty headers where
possible.  Annotate <sys/param.h> lines with their current reasons.  Switch
to PATH_MAX, NGROUPS_MAX, HOST_NAME_MAX+1, LOGIN_NAME_MAX, etc.  Change
MIN() and MAX() to local definitions of MINIMUM() and MAXIMUM() where
sensible to avoid pulling in the pollution.  These are the files confirmed
through binary verification.
ok guenther, millert, doug (helped with the verification protocol)

Revision 1.8 / (download) - annotate - [select for diffs], Mon Apr 21 20:20:37 2014 UTC (10 years, 1 month ago) by claudio
Branch: MAIN
CVS Tags: OPENBSD_5_6_BASE, OPENBSD_5_6
Changes since 1.7: +9 -5 lines
Diff to previous 1.7 (colored)

Print bytes read and written in human readable form, like:
2849359 I2T calls (5 read, 2849352 writes)
5 data reads (2.3K bytes read)
2849352 data writes (43.5G bytes written)
2849358 T2I calls (2849358 done, 0 sense errors, 0 errors)

Revision 1.7 / (download) - annotate - [select for diffs], Mon Apr 21 18:01:08 2014 UTC (10 years, 1 month ago) by claudio
Branch: MAIN
Changes since 1.6: +8 -6 lines
Diff to previous 1.6 (colored)

Print the target and initiator name in show command.

Revision 1.6 / (download) - annotate - [select for diffs], Mon Apr 21 17:44:47 2014 UTC (10 years, 1 month ago) by claudio
Branch: MAIN
Changes since 1.5: +122 -100 lines
Diff to previous 1.5 (colored)

Cope with the iscsid changes. Makes the msg handling a lot easier.
This also introduces some stuff that is work in progress.

Revision 1.5 / (download) - annotate - [select for diffs], Sun Apr 20 22:22:18 2014 UTC (10 years, 1 month ago) by claudio
Branch: MAIN
Changes since 1.4: +49 -3 lines
Diff to previous 1.4 (colored)

Add iscsictl bits to show the vscsi stats.

Revision 1.4 / (download) - annotate - [select for diffs], Wed May 2 18:02:45 2012 UTC (12 years, 1 month ago) by gsoares
Branch: MAIN
CVS Tags: OPENBSD_5_5_BASE, OPENBSD_5_5, OPENBSD_5_4_BASE, OPENBSD_5_4, OPENBSD_5_3_BASE, OPENBSD_5_3, OPENBSD_5_2_BASE, OPENBSD_5_2
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)

s/ospfd/iscsid/ in comment

sure claudio@

Revision 1.3 / (download) - annotate - [select for diffs], Wed Apr 27 19:20:01 2011 UTC (13 years, 1 month ago) by claudio
Branch: MAIN
CVS Tags: OPENBSD_5_1_BASE, OPENBSD_5_1, OPENBSD_5_0_BASE, OPENBSD_5_0
Changes since 1.2: +36 -2 lines
Diff to previous 1.2 (colored)

Implement "log verbose|brief" and allow the configuratuin of the
initiatior config which is just the ISID in case someone needs
to fix them to a specific value.

Revision 1.2 / (download) - annotate - [select for diffs], Sat Sep 25 16:23:01 2010 UTC (13 years, 8 months ago) by sobrado
Branch: MAIN
CVS Tags: OPENBSD_4_9_BASE, OPENBSD_4_9
Changes since 1.1: +3 -3 lines
Diff to previous 1.1 (colored)

spacing, no binary changes.

Revision 1.1 / (download) - annotate - [select for diffs], Fri Sep 24 09:45:17 2010 UTC (13 years, 8 months ago) by claudio
Branch: MAIN

Import iscsictl -- the control tool for iscsid.
Currently only discovery and reload work.
OK dlg@, matthew@, deraadt@

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.