-
Notifications
You must be signed in to change notification settings - Fork 47
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
Added topology aware volume scheduling for node service #33
base: developing
Are you sure you want to change the base?
Added topology aware volume scheduling for node service #33
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@@ -52,6 +52,11 @@ spec: | |||
env: | |||
- name: CSI_ENDPOINT | |||
value: /var/lib/csi/sockets/pluginproxy/csi.sock | |||
- name: CSI_ESDK_NODENAME |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
suggest do not use ESDK in the name. keep CSI_NODENAME
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated environment variable name as per suggestion
@@ -36,6 +36,12 @@ spec: | |||
- "--containerized" | |||
- "--driver-name=csi.huawei.com" | |||
- "--volume-use-multipath=true" | |||
env: | |||
- name: CSI_ESDK_NODENAME | |||
valueFrom: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated environment variable name as per suggestion
@@ -65,6 +65,11 @@ spec: | |||
env: | |||
- name: CSI_ENDPOINT | |||
value: /var/lib/csi/sockets/pluginproxy/csi.sock | |||
- name: CSI_ESDK_NODENAME |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated environment variable name as per suggestion
@@ -88,6 +88,11 @@ spec: | |||
env: | |||
- name: CSI_ENDPOINT | |||
value: /var/lib/csi/sockets/pluginproxy/csi.sock | |||
- name: CSI_ESDK_NODENAME |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated environment variable name as per suggestion
1b765fe
to
9d5246f
Compare
9d5246f
to
ca8a32f
Compare
What this PR does / why we need it:
The PR maintain code changes of topology aware volume scheduling for node service: