Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/batav0.10 raw #67

Merged
merged 60 commits into from
Apr 28, 2022
Merged

Feature/batav0.10 raw #67

merged 60 commits into from
Apr 28, 2022

Conversation

zhangkai8048
Copy link
Contributor

What type of PR is this?

Uncomment only one /kind <> line, hit enter to put that in a new line, and remove leading whitespaces from that line:

/kind api-change
/kind bug
/kind cleanup
/kind design
/kind documentation
/kind failing-test
/kind feature
/kind flake

What this PR does / why we need it:

Which issue(s) this PR fixes:

Fixes #11
Special notes for your reviewer:
add velero manual
Does this PR introduce a user-facing change?:

storageclass config:
- replace carina.storage.io/backend-disk-type: hdd   ==> carina.storage.io/backend-disk-group-name: hdd
- replace carina.storage.io/cache-disk-type: ssd     ==> carina.storage.io/cache-disk-group-name: ssd
- replace carina.storage.io/disk-type: "hdd"         ==> carina.storage.io/disk-group-name: "hdd"
pod config:
- replace kubernetes.customized/blkio.throttle.read_bps_device: "10485760"  ==> carina.storage.io/blkio.throttle.read_bps_device: "10485760"
- replace kubernetes.customized/blkio.throttle.read_iops_device: "10000"    ==> carina.storage.io/blkio.throttle.read_iops_device: "10000"
- replace kubernetes.customized/blkio.throttle.write_bps_device: "10485760" ==> carina.storage.io/blkio.throttle.write_bps_device: "10485760"
- replace kubernetes.customized/blkio.throttle.write_iops_device: "100000"  ==> carina.storage.io/blkio.throttle.write_iops_device: "100000"
- replace carina.io/rebuild-node-notready: true                             ==>  carina.storage.io/allow-pod-migration-if-node-notready: true

@antmoveh antmoveh merged commit 84661fe into main Apr 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

configmap中新增对裸盘使用方式的支持
3 participants