Home | Trees | Indices | Help |
|
---|
|
Implements the RTS Target backstore and storage object classes. This file is part of RTSLib. Copyright (c) 2011-2013 by Datera, Inc Copyright (c) 2011-2014 by Red Hat, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
|
|||
StorageObject This is an interface to storage objects in configFS. |
|||
PSCSIStorageObject An interface to configFS storage objects for pscsi backstore. |
|||
RDMCPStorageObject An interface to configFS storage objects for rd_mcp backstore. |
|||
FileIOStorageObject An interface to configFS storage objects for fileio backstore. |
|||
BlockStorageObject An interface to configFS storage objects for block backstore. |
|||
UserBackedStorageObject An interface to configFS storage objects for userspace-backed backstore. |
|||
StorageObjectFactory Create a storage object based on a given path. |
|||
_Backstore Backstore is needed as a level in the configfs hierarchy, but otherwise useless. |
|
|||
|
|
|||
so_mapping = {"pscsi": PSCSIStorageObject, "rd_mcp": RDMCPStor
|
|||
bs_params = {PSCSIStorageObject: dict(name= 'pscsi'), RDMCPSto
|
|||
bs_cache = {}
|
|
so_mapping
|
bs_params
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 | http://epydoc.sourceforge.net |