-
Notifications
You must be signed in to change notification settings - Fork 547
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
rbd: get description from remote status #3392
Conversation
171e4e3
to
2dfe9fc
Compare
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! Thank you.
This commit gets the description from remote status instead of local status. Local status doesn't have ',' due to which we get array index out of range panic. Fixes: ceph#3388 Signed-off-by: Yati Padia <ypadia@redhat.com> Co-authored-by: shyam Ranganathan <srangana@redhat.com>
2dfe9fc
to
286b5fb
Compare
/retest ci/centos/k8s-e2e-external-storage/1.22 |
/retest ci/centos/k8s-e2e-external-storage/1.23 |
/retest ci/centos/k8s-e2e-external-storage/1.24 |
/retest ci/centos/mini-e2e-helm/k8s-1.22 |
/retest ci/centos/mini-e2e-helm/k8s-1.23 |
/retest ci/centos/mini-e2e-helm/k8s-1.24 |
/retest ci/centos/mini-e2e/k8s-1.24 |
/retest ci/centos/upgrade-tests-rbd |
/retest ci/centos/mini-e2e/k8s-1.22 |
/retest ci/centos/mini-e2e/k8s-1.23 |
/retest ci/centos/upgrade-tests-cephfs |
This commit gets the description from remote status instead of local status.
Local status doesn't have ',' due to which we get
array index out of range panic.
Fixes: #3388
Signed-off-by: Yati Padia ypadia@redhat.com
Co-authored-by: shyam Ranganathan srangana@redhat.com