Skip to content

openalto/fts3

This branch is 8 commits behind fno2010/fts3:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7abcf98 · Jan 24, 2023
Oct 15, 2022
Oct 10, 2022
Dec 2, 2020
Jan 24, 2023
Oct 15, 2022
Jun 5, 2015
Jan 16, 2023
Aug 25, 2022
May 20, 2018
Jan 30, 2017
Jul 17, 2017
Oct 15, 2022
Sep 23, 2015
Dec 2, 2022
Feb 17, 2012
Sep 9, 2015
Jan 25, 2018
Jul 20, 2018
Jul 20, 2018
Apr 11, 2017

Repository files navigation

FTS3

FTS3 is the service responsible for globally distributing the majority of the LHC data across the WLCG infrastructure. Is a low level data movement service, responsible for reliable bulk transfer of files from one site to another while allowing participating sites to control the network resource usage.

Vagrant

To ease the development of FTS3, we provide here a Vagrantfile. Using it should be straight forward, provided you have installed Vagrant and a provider (i.e. VirtualBox).

Once you have them installed, just run

vagrant up

And ready to go. However, if you want to be able to compile the changes you make in your local copy (with your preferred IDE/editor), you may need to run

vagrant rsync-auto

after the instance is up. This will synchronize the files.

Note: Now the image is based on bento/centos, which by default installs Virtual Box Guest Additions, making unnecessary this command.

To enter the vagrant instace, just run on a separate shell

vagrant ssh

and you will be there. The source code will be under /vagrant. You should do the builds somewhere else, though, since that folder is going to be synchronized, and you will lose the artifacts and build configuration.

You can do the build in /home/vagrant/build, for instance.

cd /home/vagrant
mkdir build
cd  build
cmake /vagrant/ -DALLBUILD=ON`
make

If you want to get rid of the image, run vagrant destroy

References

About

Low level data movement service

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 89.9%
  • CMake 6.1%
  • Python 2.0%
  • Shell 1.6%
  • Dockerfile 0.2%
  • C 0.1%
  • Makefile 0.1%