Storage Question

Quick question regarding storage. Right now my setup is a mix of 2 servers.

Server 1 - Hosting WebODM and 3 instances of NodeODM
Server 2- Is hosting ClusterODM

The nodes are ran with docker on Ubuntu per the instructions. Cluster ODM as well. When projects are getting uploaded, where are they stored? I looked through the console log earlier and seems they were sent to var/www but I don’t have a www folder at least on any of the ubuntu distros. Are these going to the ESXI datastore file? If a file a project gets deleted from the dashboard, does it remove all the files off the server as well? Just trying if I’m going to have to manually go in and delete data off the servers.

Thanks,

1 Like

They will be within the Docker container unless you use the --media-dir flag to redirect them elsewhere.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.