-
Notifications
You must be signed in to change notification settings - Fork 14
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
Ceph-rbd support #12
base: master
Are you sure you want to change the base?
Ceph-rbd support #12
Conversation
…document for ceph-rbd csi driver.(jasmeet singh)
…document for ceph-rbd csi driver.(jasmeet singh)
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
args: ["tail -f /dev/null"] | ||
volumeDevices: | ||
- name: data | ||
devicePath: /dev/xvda |
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.
Will the RBD block device be always mounted at /dev/xvda? usually it is platform and virtualization mechanism dependent
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.
no, it is not compulsory, the user can select the desired path for mounting block volumes inside the pod.
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
LGTM |
What type of PR is this?
/kind enhancement
What this PR does / why we need it:
This PR consists of files which are required to use ceph-rbd csi driver . It helps the user to create and mount rbd volume with the kubernetes pod.
Which issue(s) this PR fixes:
Fixes #
Test Report Added?:
/kind TESTED
Test Report:
Special notes for your reviewer: