Skip to content
This repository has been archived by the owner on Oct 21, 2020. It is now read-only.

Creating RAID-0 with local SSDs on GCP #1223

Closed
nyurik opened this issue Sep 22, 2019 · 3 comments
Closed

Creating RAID-0 with local SSDs on GCP #1223

nyurik opened this issue Sep 22, 2019 · 3 comments

Comments

@nyurik
Copy link

nyurik commented Sep 22, 2019

When creating a PV from the GCP's local SSDs, is it possible to merge them into a logical array? The mdadm utility does not seem to be available inside the Google's container-optimized OS, and I am not quite sure how the quay.io/external_storage/local-volume-provisioner image used inside the gce/provisioner_generated_gce_ssd_count.yaml can be used to create a logical RAID0 array from several local SSDs. Thanks!

@nyurik
Copy link
Author

nyurik commented Sep 28, 2019

I was able to use a daemonset to hard-code the merge of the hard-coded GCP partitions (ssdb and ssdc) into a raid-0, but the question of how provisioner can auto-wrap that into a PersistedVolume remains. Thanks!

@nyurik nyurik changed the title Creating RAID-0 with local ssds on GCP Creating RAID-0 with local SSDs on GCP Sep 28, 2019
@msau42
Copy link
Contributor

msau42 commented Oct 4, 2019

Looks like you found kubernetes-sigs/sig-storage-local-static-provisioner#65, which has more details on how to do this.
/close

@k8s-ci-robot
Copy link
Contributor

@msau42: Closing this issue.

In response to this:

Looks like you found kubernetes-sigs/sig-storage-local-static-provisioner#65, which has more details on how to do this.
/close

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants