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

Add support for ephemeral disk placements #349

Open
hazzik opened this issue Apr 18, 2022 · 2 comments
Open

Add support for ephemeral disk placements #349

hazzik opened this issue Apr 18, 2022 · 2 comments

Comments

@hazzik
Copy link

hazzik commented Apr 18, 2022

What feature do you want to see added?

Currently ephemeral disks only support default placement which is "Temp disk" (or ResourceDisk) by default. However, Azure supports placing ephemeral disks on OS cache disks, which are generally bigger than temp disks for smaller image tiers.

The ephemeral disk placement is set up by a DiffDiskPlacement option.

Upstream changes

No response

@timja
Copy link
Member

timja commented Apr 19, 2022

Is there a reason to make this configurable or should we just move the disk placement to be on CacheDisk ?

@hazzik
Copy link
Author

hazzik commented Apr 19, 2022

I think yes. Some images don't have cache disk available for ephemeral disk placement (DC series for example), so this would be a breaking change for people using these images.

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

No branches or pull requests

2 participants