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

hyphens in share hostnames are not handled #6

Open
david-baylibre opened this issue Apr 30, 2024 · 0 comments
Open

hyphens in share hostnames are not handled #6

david-baylibre opened this issue Apr 30, 2024 · 0 comments

Comments

@david-baylibre
Copy link

This is globally true for special characters but hyphen should be the only special character allowed in a hostname.

Error mounting my-server:/srv/data on /net:
systemd[1]: net-my-server-data.automount: Where= setting doesn't match unit name. Refusing

Proposal:
Replace hyphens by matching hex value \x2d in service name

david-baylibre added a commit to david-baylibre/ansible-systemd-mounts that referenced this issue Apr 30, 2024
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

No branches or pull requests

1 participant