summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2013-05-15 14:41:51 +0400
committerIgor Pashev <pashev.igor@gmail.com>2013-05-15 14:41:51 +0400
commit52f0af66b0b42d0bf03bd350c40272fd389cffb1 (patch)
treef929c53e361333056f8b91ca0a14457b04309cca /README
parent4b587d510fc5e6d58d4b87327224bfe4e8b81c0a (diff)
downloadstmf-upstream/1.0.tar.gz
Portable versionupstream/1.0
Diffstat (limited to 'README')
-rw-r--r--README14
1 files changed, 14 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..df21237
--- /dev/null
+++ b/README
@@ -0,0 +1,14 @@
+This is a Solaris SCSI Target Mode Framework.
+
+The main part is the libstmf library.
+
+Functions in this library provide configuration management of the SCSI Target
+Mode Framework (STMF), allowing clients to manage the provisioning of logical
+units and targets to the initiator clients of the framework.
+
+stmfadm binary is a command line interface to the libstmf libstmf.
+svc-stmf binary is a daemon for storing settings and restoring on boot.
+
+This sources was taken from the illumos project https://www.illumos.org
+
+