Select Git revision

Maria Petrova-El Sayed authored
Notes.md 729 B
Creation of a new HDF Cloud Volume
- create a new cloud volume with dedault options
- attach the volume to the cloud server instance - in this case to the worker instance
- double check attached location on the server: sudo lsblk
- create a new file system on the fresh new volume (NOTE::: This will wipe any preexisting data!!! Only for new volumes!!!):
sudo mkfs -t ext4 /dev/vdb
-
sudo mkdir -p /wf_pipeline_data && sudo mount /dev/vdb /wf_pipeline_data
on the HDF worker server instance -
sudo vi /etc/docker/daemon.json
on the HDF worker server instance -
{ "data-root": "/wf_pipeline_data/docker_volumes" }
-
sudo service docker restart
on the HDF worker server instance