Skip to content

Commit

Permalink
Merge pull request #207 from cumirror/master
Browse files Browse the repository at this point in the history
update neonsan disk's AttachConstraint
  • Loading branch information
cumirror authored Sep 22, 2022
2 parents 4a728b0 + c039174 commit d58785d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 11 deletions.
22 changes: 11 additions & 11 deletions docs/user-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,17 +150,17 @@ We can set `Immediate` or `WaitForFirstConsumer` as the value of `.volumeBinding
### Disk Compatibility Matrix

| | [0]High Performance Disk | [2]High Capacity Disk | [3]Super High Performance Disk | [5]NeonSAN Disk | [6]NeonSAN HDD Disk | [7]NeonSAN RDMA Disk | [20]Third Party Storage Disk | [100]Standard Disk | [200]SSD Enterprise Disk |
|----------------------------------------|--------------------------|-----------------------|--------------------------------|-----------------|---------------------|---------------------|------------------------------|--------------------|--------------------------|
| [0]High Performance Instance ||| - |||| - || - |
| [1]Super High Performance Instance | - |||||| - | - ||
| [6]Super High Performance SAN Instance | - | - | - || - | - | - | - | - |
| [7]High Performance SAN Instance | - | - | - | - ||| - | - | - |
| [101]Standard Instance ||| - |||||| - |
| [201]Enterprise1 Instance | - |||||| - | - ||
| [202]Enterprise2 Instance | - |||||| - | - ||
| [203]Enterprise3 Instance | - | - | - |||| - | - ||
| [301]Premium Instance | - |||||| - | - ||
| [1003]NvidiaAmpereG3 Instance | - || - |||| - | - | - |
|----------------------------------------|--------------------------|-----------------------|--------------------------------|-----------------|---------------------|----------------------|------------------------------|--------------------|--------------------------|
| [0]High Performance Instance ||| - ||| | - || - |
| [1]Super High Performance Instance | - ||||| | - | - ||
| [6]Super High Performance SAN Instance | - | - | - || | | - | - | - |
| [7]High Performance SAN Instance | - | - | - | || | - | - | - |
| [101]Standard Instance ||| - ||| ||| - |
| [201]Enterprise1 Instance | - ||||| | - | - ||
| [202]Enterprise2 Instance | - ||||| | - | - ||
| [203]Enterprise3 Instance | - | - | - ||| | - | - ||
| [301]Premium Instance | - ||||| | - | - ||
| [1003]NvidiaAmpereG3 Instance | - || - ||| | - | - | - |

## Set Snapshot Class
### An Example of Snapshot Class
Expand Down
3 changes: 3 additions & 0 deletions pkg/disk/driver/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@ var VolumeTypeAttachConstraint = map[VolumeType][]InstanceType{
SuperHighPerformanceInstanceType,
SANInstanceType,
SuperHighPerformanceSANInstanceType,
HighPerformanceSANInstanceType,
StandardInstanceType,
Enterprise1InstanceType,
Enterprise2InstanceType,
Expand All @@ -262,6 +263,7 @@ var VolumeTypeAttachConstraint = map[VolumeType][]InstanceType{
HighPerformanceInstanceType,
SuperHighPerformanceInstanceType,
SANInstanceType,
SuperHighPerformanceSANInstanceType,
HighPerformanceSANInstanceType,
StandardInstanceType,
Enterprise1InstanceType,
Expand All @@ -274,6 +276,7 @@ var VolumeTypeAttachConstraint = map[VolumeType][]InstanceType{
HighPerformanceInstanceType,
SuperHighPerformanceInstanceType,
SANInstanceType,
SuperHighPerformanceSANInstanceType,
HighPerformanceSANInstanceType,
StandardInstanceType,
Enterprise1InstanceType,
Expand Down

0 comments on commit d58785d

Please sign in to comment.