You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NFS should be used to exchange data between processors.
Goal of this ticket is to create an NFS-share on one of my vm's and use it as workspace directory for the webapi and for the processing servers to access the workspaces.
The text was updated successfully, but these errors were encountered:
every client has to be mentioned here. ip ranges are possible, but not used in this
example. In this example, the nfs is created in a private network between my vm's
perhaps it is not enough to just restart the mentioned nfs-service (if it is not possible
to mount on the client-side). In this case vm has to be restarted
client:
install:
sudo apt install nfs-common
create destination folder:
mkdir ~/nfs-ocrd-webapi
mount the nfs:
sudo mount -t nfs4 <nfs-server-ip-adress>:/home/<user>/nfs-shares/ocrd-webapi /home/<user>/nfs-ocrd-webapi
You set up all processors on one machine for testing, but in a real life, they run on different machines. That's why NFS is needed. You can set up your own NFS or simply get one from GWDG, it doesn't matter.
NFS should be used to exchange data between processors.
Goal of this ticket is to create an NFS-share on one of my vm's and use it as workspace directory for the webapi and for the processing servers to access the workspaces.
The text was updated successfully, but these errors were encountered: