iSNS support for Linux kernel-based target
Target-isns is an Internet Storage Name Service (iSNS) client for the Linux LIO iSCSI target. It allows to register LIO iSCSI targets to an iSNS server.
The iSNS protocol is specified in RFC 4171 and its purpose is to make easier to discover, manage, and configure iSCSI devices. With iSNS, iSCSI targets can be registered to a central iSNS server and initiators can be configured to discover the targets by asking the iSNS server.
- Sources inherited from project SUSE:SLE-15-SP3:GA
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout SUSE:SLE-15-SP7:Update/target-isns && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_service | 0000000604 604 Bytes | |
_servicedata | 0000000235 235 Bytes | |
target-isns-0.6.8.tar.xz | 0000032768 32 KB | |
target-isns-Replace-zero-length-arrays-with-empty- |
0000001573 1.54 KB | |
target-isns.changes | 0000008143 7.95 KB | |
target-isns.spec | 0000002478 2.42 KB |
Latest Revision
Stefan Weiberg (suntorytimed)
committed
(revision 2)
- Previous update to 0.6.8 did not work (see below), because of an error in the _service file, now fixed. As a reminder, changes since 0.6.7: * Update the changelog for release 0.6.8 * Bump version to 0.6.8 * Remove useless variable spotted by clang-tidy * Add Maurizio Lombardi to THANKS * Fix compile error with GCC 10 Note that this did *NOT* change the name of the compressed tar file used (target-isns-0.6.8.tar.xz), just its contents. This also fixes an issue in our OBS (build service), where link-time optimization was detecting an issue with the "config" structure, which had already been fixed upstream. - Modified and renamed a previous patch. Don't change zero- length arrays to pointers, but intead change the declaration to empty arrays, as per current coding practices for this case, replacing: * target-isns-Replace-zero-length-arrays-with-pointers.patch with: * target-isns-Replace-zero-length-arrays-with-empty-arrays.patch - Fix gcc-10 issue with zero-length arrays, converting them to pointers, adding patch: * target-isns-Replace-zero-length-arrays-with-pointers.patch - Update to version 0.6.8, including: * Update version and changelog to 0.6.8 * fix gcc 10 compile error * cleanup for clang-tidy
Comments 0