From d572a06d3d3efcbf9cea45a35cbfa3799747018a Mon Sep 17 00:00:00 2001 From: Jamie Cameron Date: Mon, 10 Sep 2012 15:46:48 -0700 Subject: [PATCH] Completed iscsi server module --- iscsi-server/CHANGELOG | 2 ++ iscsi-server/help/intro.html | 30 ++++++++++++++++++++++++++++++ iscsi-server/lang/en | 2 +- 3 files changed, 33 insertions(+), 1 deletion(-) create mode 100644 iscsi-server/CHANGELOG create mode 100644 iscsi-server/help/intro.html diff --git a/iscsi-server/CHANGELOG b/iscsi-server/CHANGELOG new file mode 100644 index 000000000..990b0d21f --- /dev/null +++ b/iscsi-server/CHANGELOG @@ -0,0 +1,2 @@ +---- Changes since 1.590 ---- +First version of this module, for sharing devices using the iSCSI protocol. diff --git a/iscsi-server/help/intro.html b/iscsi-server/help/intro.html new file mode 100644 index 000000000..8a9e386ac --- /dev/null +++ b/iscsi-server/help/intro.html @@ -0,0 +1,30 @@ +
iSCSI Server
+ +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 - Devices to Share, Devices Combinations and Sharing Targets, described below. You can also edit settings that apply +to the entire iSCSI server using the iSCSI Server Options page.

+ +

+
Devices to Share (extents in the config file) +
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.

+ +

Device Combinations (devices in the config file) +
These allow you to combine multiple Devices to share 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.

+ +

Sharing Targets (target in the config file) +
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.

+

+ +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.

+ +