hepsw / docks

a set of Dockerfiles defining docker containers for HEP software and appliances.
BSD 3-Clause "New" or "Revised" License
17 stars 13 forks source link

Unable to mount cvmfs #14

Closed Seercire closed 7 years ago

Seercire commented 7 years ago

This may be a problem on CERN's end but I haven't read anything about the servers being down and I have been having this issue for several days now. The problem is that none of the CVMFS mount points will actually mount. Below are the commands I have recently run:

# docker pull hepsw/cvmfs-cms

Using default tag: latest Trying to pull repository docker.io/hepsw/cvmfs-cms ... latest: Pulling from docker.io/hepsw/cvmfs-cms bef4e68a4ee3: Already exists 9fc54b15d004: Already exists 7921d56fbff3: Already exists 0dc42b4879ea: Already exists d4ae82354020: Already exists 7946aea3a552: Already exists 49b4aaf92c6e: Already exists 7a8d43d1e563: Already exists a34b4bcc910d: Already exists 440022bbb64f: Already exists 560248c2879e: Already exists aa84fa7149bc: Already exists e0ae960a37c0: Already exists 0ec8a1f245ac: Already exists 4c540632bc10: Already exists Digest: sha256:5c096d9394d55769fae323f153cee8e653e5d77a8ad2994d25abe2001d93a4f6

# docker run -h dev --privileged -i -t hepsw/cvmfs-cms

2017/02/23 10:43:08 ::: starting cubie-daemon [0.1.20160205]... 2017/02/23 10:43:08 starting 1 go-process... 2017/02/23 10:43:08 running [/etc/cvmfs/run-cvmfs.sh]... ::: cvmfs-config... ::: mounting FUSE... Failed to grab mountpoint (2) Failed to grab mountpoint (2) Failed to grab mountpoint (2) ::: mounting FUSE... [done] 2017/02/23 10:47:32 running [/etc/cvmfs/run-cvmfs.sh]... [done] 2017/02/23 10:47:32 now running main go-process... 2017/02/23 10:47:32 running [bash]... [root@dev ~]#

Seercire commented 7 years ago

Apparently this was a docker issue. Restarting the docker service changed the error messages to Repository cernvm-prod.cern.ch is already mounted on /cvmfs/cernvm-prod.cern.ch Repository sft.cern.ch is already mounted on /cvmfs/sft.cern.ch Repository cms.cern.ch is already mounted on /cvmfs/cms.cern.ch

But these aren't real issues and does allow for the container to actually do its job.