Skip to content

Commit

Permalink
Completed iscsi server module
Browse files Browse the repository at this point in the history
  • Loading branch information
jcameron committed Sep 10, 2012
1 parent ccd98ec commit d572a06
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 1 deletion.
2 changes: 2 additions & 0 deletions iscsi-server/CHANGELOG
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---- Changes since 1.590 ----
First version of this module, for sharing devices using the iSCSI protocol.
30 changes: 30 additions & 0 deletions iscsi-server/help/intro.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
<header>iSCSI Server</header>

This module allows you to export disk devices to other systems over the network
using the iSCSI protocol. Configuration is done primarily by creating three
types of objects - <b>Devices to Share</b>, <b>Devices Combinations</b> and <b>Sharing Targets</b>, described below. You can also edit settings that apply
to the entire iSCSI server using the <b>iSCSI Server Options</b> page. <p>

<dl>
<dt><b>Devices to Share</b> (<tt>extents</tt> in the config file)
<dd>Each of these is a partition, RAID device, logical volume or file that
can be fully or partially exported via iSCSI. Shared devices should not be
used for any othe purpose on this system. <p>

<dt><b>Device Combinations</b> (<tt>devices</tt> in the config file)
<dd>These allow you to combine multiple <b>Devices to share</b> into a larger
device for export. Devices can either be joined in RAID0-style to add their
sizes together, or mirrored RAID1-style for redundancy and improved read
performance. <p>

<dt><b>Sharing Targets</b> (<tt>target</tt> in the config file)
<dd>Each entry in this list exports either a device or device combination to
all systems on a selected network. A share can be either read-only or
read/write. <p>
</dl>

At the bottom of the module's main page are buttons to stop, start and restart
the iSCSI server. Configuration changes will not be applied until the server
is restarted. <p>

<footer>
2 changes: 1 addition & 1 deletion iscsi-server/lang/en
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ extent_esize=Size of extent must be a number
extent_esizemax=End of extent cannot be larger than the device size of $1
extent_einuse=This device cannot be deleted, as it is in use by : $1

devices_title=Devices Combinations
devices_title=Device Combinations
devices_none=No device combinations have been created yet.
devices_name=Combination name
devices_mode=Combination type
Expand Down

0 comments on commit d572a06

Please sign in to comment.