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

Support for Disk Storage Location and Storage Policy #294

Closed
ArchaicLord opened this issue Jul 25, 2023 · 2 comments
Closed

Support for Disk Storage Location and Storage Policy #294

ArchaicLord opened this issue Jul 25, 2023 · 2 comments

Comments

@ArchaicLord
Copy link

Please search the existing issues for relevant feature requests, and use the
reaction feature
(https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/)
to add upvotes to pre-existing requests.

Community Note

Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request.
Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request.
If you are interested in working on this issue or have submitted a pull request, please leave a comment.

Description

I would like to provision VMs with multiple disks from different storage locations within ESX and assign the correct storage policy.

I.E The main OS disk would be set to an SSD and an additional Data disk would be set to a standard HDD.

Use Case(s)

Nearly all of our systems are built with an OS drive on SSD and data disks on HDD.

Potential configuration

Storage {
  "disk_size": 20000,
  "disk_thin_provisioned": true,
  "stroage_location": "my_SSD_data_store",
  "vm_storage_policy": "my_storage_policy"

}
Storage {
  "disk_size": 20000,
  "disk_thin_provisioned": true,
  "stroage_location": "my_HDD_data_store",
  "vm_storage_policy": "my_storage_policy"
}

Potential References

@webcompas
Copy link

There is already a similar issue (#18).

@tenthirtyam
Copy link
Collaborator

Duplicate #18

@tenthirtyam tenthirtyam closed this as not planned Won't fix, can't repro, duplicate, stale Oct 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants