File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 20
20
run : |
21
21
echo "### Dump default.local ###"
22
22
cat /etc/cvmfs/default.local
23
- sleep 5
24
23
echo "### Try to ls on /Users/Shared/cvmfs/sft.cern.ch/ ###"
25
24
ls /Users/Shared/cvmfs/sft.cern.ch/ | grep lcg
26
25
echo "### Try to ls on /cvmfs/sft.cern.ch/ ###"
Original file line number Diff line number Diff line change @@ -53,12 +53,14 @@ elif [ "$(uname)" == "Darwin" ]; then
53
53
brew tap cvmfs/homebrew-cvmfs
54
54
brew install cvmfs
55
55
56
+
56
57
# / is readonly on macos 11+ - do 'synthetic firmlink' to create /cvmfs
57
58
sudo zsh -c ' echo -e "cvmfs\tUsers/Shared/cvmfs\n#comment\n" > /etc/synthetic.conf'
58
59
sudo chown root:wheel /etc/synthetic.conf
59
60
sudo chmod a+r /etc/synthetic.conf
60
61
# apfs.util seems to return non-zero error codes also on success
61
62
sudo /System/Library/Filesystems/apfs.fs/Contents/Resources/apfs.util -t || true
63
+
62
64
else
63
65
echo " Unsupported platform"
64
66
exit 1
@@ -83,4 +85,6 @@ if [ "$(uname)" == "Darwin" ]; then
83
85
mkdir -p /Users/Shared/cvmfs/${repo}
84
86
sudo mount -t cvmfs ${repo} /Users/Shared/cvmfs/${repo}
85
87
done
88
+ # Fuse-t can have a brief lag after mounting before the mountpoint responds
89
+ sleep 3
86
90
fi
You can’t perform that action at this time.
0 commit comments