You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 unitType=forking
, since FUSE servers normally daemonize after success. See also https://bugzilla.redhat.com/show_bug.cgi?id=916780The text was updated successfully, but these errors were encountered: