Skip to content

Commit

Permalink
Fix to support mount fuse do not report error on macosx
Browse files Browse the repository at this point in the history
### What changes are proposed in this pull request?

Fix  mount fuse do not report error on macosx
			pr-link: Alluxio#17722
			change-id: cid-d528c181cc01abf29e47563c0dcbcbb82a686a61
  • Loading branch information
maobaolong authored and codings-dan committed Dec 21, 2023
1 parent 4a70052 commit a7ac91f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/fuse/bin/alluxio-fuse
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ mount_fuse() {
else
(nohup ${cmd} > ${ALLUXIO_LOGS_DIR}/fuse.out 2>&1) &
# sleep: workaround to let the bg java process exit on errors, if any
sleep ${mount_sleep_seconds}s
sleep ${mount_sleep_seconds}
if kill -0 $! > /dev/null 2>&1 ; then
echo "Successfully mounted Alluxio to ${mount_point}."
echo "See ${ALLUXIO_LOGS_DIR}/fuse.log for logging messages"
Expand Down

0 comments on commit a7ac91f

Please sign in to comment.