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

mount checking doesn't handle symlinks #44

Closed
cgwalters opened this issue Aug 5, 2016 · 1 comment
Closed

mount checking doesn't handle symlinks #44

cgwalters opened this issue Aug 5, 2016 · 1 comment

Comments

@cgwalters
Copy link

On Atomic Host (ostree), /home -> /var/home. This causes the scraping of /proc/mounts (which has the path canonicalized via /sbin/mount) to fail to match.

Ultimately, what we really want to do is monitor the health of the sshfs process, and also get a "ready" notification from it. I think it might work to use a systemd unit Type=forking, since FUSE servers normally daemonize after success. See also https://bugzilla.redhat.com/show_bug.cgi?id=916780

@dustymabe
Copy link
Owner

hey @cgwalters - i'll take a look at list and get back to you. Sorry about the delay.

cgwalters added a commit to cgwalters/openshift-ansible-contrib that referenced this issue Nov 29, 2016
cgwalters added a commit to cgwalters/openshift-ansible-contrib that referenced this issue Jan 13, 2017
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

2 participants