-
Notifications
You must be signed in to change notification settings - Fork 254
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
AzureDiskEncryptionForLinux fails #383
Comments
I'm getting the same error. Here are the logs from the target VM (Ubuntu 16.04.3 LTS) from /var/log/azure/Microsoft.Azure.Security.AzureDiskEncryptionForLinux/0.1.0.999297/CommandExecution.log
|
Did you find a fix for this? |
Can anyone from Azure please reply to this issue, because this is a major problem. |
I spoke to Microsoft support, please read this: |
I was running Neo4J, guess those were the os handles that prevented it...it should have killed those processes itself IMO though. |
What happened to me is that I didn't met this "Minimum memory requirements are not met (7 GB is suggested for OS disk encryption)." |
I think this thread has been resolved already but to add some additional information prior to closing, the values of the key vault parameters being provided to the az vm encryption enable command must be provided in the correct format. Specifically: The proper syntax for the value of disk-encryption-keyvault parameter is the full identifier string: The proper syntax for the value of the key-encryption-key parameter is the full URI to the KEK as in: The other follow up comments are also accurate with respect to other prerequisite requirements that exist for Linux VM's. Some additional background detail on this is in the troubleshooting guide here: |
VM:
Linux / Ubuntu 16.04
Standard DS2 v2 (2 cores, 7 GB memory)
I tried to encrypt through the CLI with this command:
I received this error in the terminal:
And this detailed status in the Portal:
However, when I ran the Powershell command to encrypt the VM, the encryption was successful:
Could this be an error with the CLI's execution of the AzureDiskEncryptionForLinux extension?
This issue appears to be different than #334 but still an issue with AzureDiskEncryptionForLinux.
The text was updated successfully, but these errors were encountered: