summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
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
+
+