sushy.resources.system.storage.constants Module¶sushy.resources.system.storage.constants.VOLUME_INIT_TYPE_FAST = 'fast'¶The volume is prepared for use quickly, typically by erasing just the beginning and end of the space so that partitioning can be performed.
sushy.resources.system.storage.constants.VOLUME_INIT_TYPE_SLOW = 'slow'¶The volume is prepared for use slowly, typically by completely erasing the volume.
sushy.resources.system.storage.constants.VOLUME_TYPE_MIRRORED = 'mirrored'¶The volume is a mirrored device.
sushy.resources.system.storage.constants.VOLUME_TYPE_NON_REDUNDANT = 'nonredundant'¶The volume is a non-redundant storage device.
sushy.resources.system.storage.constants.VOLUME_TYPE_RAW_DEVICE = 'rawdevice'¶The volume is a raw physical device without any RAID or other virtualization applied.
sushy.resources.system.storage.constants.VOLUME_TYPE_SPANNED_MIRRORS = 'spannedmirrors'¶The volume is a spanned set of mirrored devices.
sushy.resources.system.storage.constants.VOLUME_TYPE_SPANNED_STRIPES_WITH_PARITY = 'spannedstripeswithparity'¶The volume is a spanned set of devices which uses parity to retain redundant information.
sushy.resources.system.storage.constants.VOLUME_TYPE_STRIPED_WITH_PARITY = 'stripedwithparity'¶The volume is a device which uses parity to retain redundant information.
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.