StorageRedundancyMechanism
URI: StorageRedundancyMechanism
Permissible Values
Value |
Meaning |
Description |
RAID0 |
None |
Standard RAID-0 block-level striping, cf https://en |
RAID1 |
None |
Standard RAID-1 data mirroring, cf https://en |
RAID2 |
None |
Standard RAID-2 bit-level striping, cf https://en |
RAID3 |
None |
Standard RAID-3 byte-level striping, cf https://en |
RAID4 |
None |
Standard RAID-4 block-level striping with dedicated parity, cf https://en |
RAID5 |
None |
Standard RAID-5 block-level striping with distributed parity, cf https://en |
RAID6 |
None |
Standard RAID-6 block-level striping with double distributed parity, cf https... |
HybridRAID |
None |
Other hybrid or nested RAID combinations, cf https://en |
RS_Code |
None |
Reed-Solomon Erasure Code, cf https://en |
Other |
None |
Unspecified redundancy mechanism |
Slots
Schema Source
- from schema: https://w3id.org/gaia-x/development#storage-configuration
LinkML Source
name: StorageRedundancyMechanism
from_schema: https://w3id.org/gaia-x/development#storage-configuration
permissible_values:
RAID0:
text: RAID0
description: Standard RAID-0 block-level striping, cf https://en.wikipedia.org/wiki/RAID_0
RAID1:
text: RAID1
description: Standard RAID-1 data mirroring, cf https://en.wikipedia.org/wiki/RAID_1
RAID2:
text: RAID2
description: Standard RAID-2 bit-level striping, cf https://en.wikipedia.org/wiki/RAID_2
RAID3:
text: RAID3
description: Standard RAID-3 byte-level striping, cf https://en.wikipedia.org/wiki/RAID_3
RAID4:
text: RAID4
description: Standard RAID-4 block-level striping with dedicated parity, cf https://en.wikipedia.org/wiki/RAID_4
RAID5:
text: RAID5
description: Standard RAID-5 block-level striping with distributed parity, cf
https://en.wikipedia.org/wiki/RAID_5
RAID6:
text: RAID6
description: Standard RAID-6 block-level striping with double distributed parity,
cf https://en.wikipedia.org/wiki/RAID_6
HybridRAID:
text: HybridRAID
description: Other hybrid or nested RAID combinations, cf https://en.wikipedia.org/wiki/Nested_RAID_levels
RS_Code:
text: RS_Code
description: Reed-Solomon Erasure Code, cf https://en.wikipedia.org/wiki/Reed%E2%80%93Solomon_error_correction
Other:
text: Other
description: Unspecified redundancy mechanism