Skip to content

Backport #27160 to 2016.11 #45232

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

Merged
merged 2 commits into from
Jan 2, 2018
Merged

Backport #27160 to 2016.11 #45232

merged 2 commits into from
Jan 2, 2018

Conversation

rasathus
Copy link
Contributor

@rasathus rasathus commented Jan 2, 2018

What does this PR do?

Backports the space escape fixes for fstab from #27160 in to 2016.11 branch

What issues does this PR fix or reference?

#27160

Previous Behavior

An invalid entry is made into fstab, potentially causing later startup issues ...

//server/DATA/Factura Electronica/Factura Nacion          /mnt/documents  cifs    credentials=/etc/credentials/srvprocess_user,iocharset=utf8,sec=ntlm 0 0

New Behavior

Spaces in the mount path are escaped with \040

//srvgoogle3/DATA/Factura\040Electronica/Factura\040Nacion          /mnt/documents  cifs    credentials=/etc/credentials/srvprocess_user,iocharset=utf8,sec=ntlm 0 0

Tests written?

No

Commits signed with GPG?

No

@rallytime
Copy link
Contributor

Back-port #39593 to 2016.11.

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.

2 participants