-
Notifications
You must be signed in to change notification settings - Fork 372
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
"sfdisk" on Ubuntu 16.04 breaks filesystem detection #457
Milestone
Comments
We observing this issue with increasing frequency on Ubuntu 16.04 as sell. |
What version of waagent are you seeing this issue? If the version is not 2.2, does updating to the latest ver, 2.2, fix the issue? |
Yes, problem does persist in 2.2.0
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
How to reproduce:
Deploy an Ubuntu 16.04 machine on Azure, set
It doesn't format the resource disk as documented
Problem:
"sfdisk -c" emits deprecated warning
Furthermore, "sfdisk --part-type" output with leading space " 7" therefore rstrip won't work.
https://github.com/Azure/WALinuxAgent/blob/47442f76a98e2fd647bf8d3099d5354529dfa03b/azurelinuxagent/daemon/resourcedisk/default.py
Impact:
Resource disk with ntfs filesystem is not detected and mkfs-ed, and mounted as-is
The text was updated successfully, but these errors were encountered: