mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-29 19:21:01 +00:00
The current test for whether or not the filesystem is mounted is weak and will fail if multiple pieces of the hierarchy are mounted. util-linux ships with a mountpoint command that does exactly that, so we'll use that instead. Signed-off-by: Glauber Costa <glauber@scylladb.com> Message-Id: <1488742801-4907-1-git-send-email-glauber@scylladb.com>