This commit is contained in:
James Turland 2023-11-07 17:00:07 +00:00
parent 99a67fe47e
commit be195c14ca

View file

@ -1,14 +1,14 @@
# Instructions
1. Create Longhorn volume
1. Mount longhorn volume to a node (recommend worker node)
1. Log into selected worker node
1. Create temporary folder for migration
2. Mount longhorn volume to a node (recommend worker node)
3. Log into selected worker node
4. Create temporary folder for migration
> sudo mkdir /tmp/folder
1. List the disks to format
5. List the disks to format
> sudo fdisk -l
1. Format the disk
6. Format the disk
> sudo mkfs -t ext4 /dev/sdx
1. Mount the new disk to tmp folder
7. Mount the new disk to tmp folder
> sudo mount /dev/sdx /tmp/folder
1. Copy data from Docker Host to new drive (substitute your values below)
8. Copy data from Docker Host to new drive (substitute your values below)
> sudo rsync -avxHAX username@DockerHostIP:/home/ubuntu/docker/some-directory/* /tmp/folder