Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
allows for mount of remote disks in file system plugin
authorFrederic Suter <frederic.suter@cc.in2p3.fr>
Mon, 16 Sep 2019 09:17:14 +0000 (11:17 +0200)
committerFrederic Suter <frederic.suter@cc.in2p3.fr>
Mon, 16 Sep 2019 09:23:19 +0000 (11:23 +0200)
commit1ca81fc277d3274d398224de56f34427161de314
tree99b6079deb623b95c87d6393118dec5fc28e72ac
parentbcc535c4ec070e4e7585736117c3115c54c11510
allows for mount of remote disks in file system plugin

* host has to declare a <prop> in the platform file whose id is
"remote_disk" and value has the following format
"mount_point:disk_name:host_name"
* Extend the io-file-remote example and the hosts_with_disks.xml
platform file to test this feature
examples/platforms/hosts_with_disks.xml
examples/s4u/io-file-remote/s4u-io-file-remote.cpp
examples/s4u/io-file-remote/s4u-io-file-remote.tesh
examples/s4u/io-file-remote/s4u-io-file-remote_d.xml
include/simgrid/plugins/file_system.h
include/simgrid/s4u/Host.hpp
src/plugins/file_system/s4u_FileSystem.cpp
src/s4u/s4u_Host.cpp
src/surf/HostImpl.cpp
src/surf/HostImpl.hpp