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

Automated cherry pick of #37167 #37779

Commits on Dec 1, 2016

  1. Fix photon controller plugin to construct with correct PdID

    The input variable of function ConstructVolumeSpec is the volume spec
    name instead of persistent disk ID. Previously the function directly
    construct new volume spec by assigning volume spec name to persistent
    disk ID, which will result in mismatching of mount path. The fix will
    find the pdID according to mount path and construct volume spec with the
    correct pdID.
    Miao Luo committed Dec 1, 2016
    Configuration menu
    Copy the full SHA
    739a1d5 View commit details
    Browse the repository at this point in the history