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

csi: fix incosistent driver name usages #100

Merged
merged 1 commit into from Nov 9, 2018
Merged

csi: fix incosistent driver name usages #100

merged 1 commit into from Nov 9, 2018

Conversation

fatih
Copy link
Contributor

@fatih fatih commented Nov 9, 2018

Our driver name has changed from com.digitalocean.csi.dobs to
dobs.csi.digitalocean.com because of the upcoming changes to the CSI
spec that decided to follow a forward domain notation instead of reverse
domain notation.

Seems like the names were incorrect in many places and we also forget to
update it in various places. I made sure to export driver.DriverName
and use that variable everywhere in the code. So in the future, if we
need to change it again, we'll make sure it's updated correctly from a
single place.

Our driver name has changed from `com.digitalocean.csi.dobs` to
`dobs.csi.digitalocean.com` because of the upcoming changes to the CSI
spec that decided to follow a forward domain notation instead of reverse
domain notation.

Seems like the names were incorrect in many places and we also forget to
update it in various places. I made sure to export `driver.DriverName`
and use that variable everywhere in the code. So in the future, if we
need to change it again, we'll make sure it's updated correctly from a
single place.
@fatih fatih merged commit b9ed6c2 into master Nov 9, 2018
@fatih fatih deleted the driver-name branch November 9, 2018 13:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants