1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
# This file is part of RTSLib Community Edition.
# Copyright (c) 2011 by RisingTide Systems LLC
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
# published by the Free Software Foundation, version 3 (AGPLv3).
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
RTSLib Community Edition is a python library that provides an object API to
RisingTide Systems generic SCSI Target as well as third-party target fabric
modules written for it and backend storage objects.
The latest version of this program might be obtained at:
http://www.risingtidesystems.com/git/
The git reposirory can be directly accessed from:
git://risingtidesystems.com/rtslib.git
git://linux-iscsi.org/rtslib.git
It is useful for developing 3rd-party applications, as well as serving as a
foundation for RisingTide Systems userspace tools.
For more information, see the rtslib API reference, available in both html
and pdf formats as a separate package.
|