ceph-csi
ceph-csi copied to clipboard
Add E2E test cases for rbd map options.
Currently, we dont have any validation in the E2E for the rbd/nbd map options. if there is a bug in the code where rbd/nbd options are discarded why might end up mapping without requested options. This issue is to add validation for the rbd/nbd map options. the validation is suggested here https://github.com/ceph/ceph-csi/pull/3080#issuecomment-1117124717
Steps to validate
- Create SC with mapOptions
- Create the PVC
- Mount PVC to application
- exec into the rbdplugin pod and verify the options.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in a week if no further activity occurs. Thank you for your contributions.
This issue has been automatically closed due to inactivity. Please re-open if this still requires investigation.
This is verified in https://github.com/ceph/ceph-csi/pull/4111