A little while ago, we installed some additional hard drives in Gannet (Synology RS3618XS) with the intention of expanding the total storage space. However, the original set of HDDs were set up as RAID10. As it turns out, RAID10 configurations cannot be expanded! So, the new set of HDDs were configured as a separate volume (Volume 2) in a RAID6 configuration. After backing up the /volume1/web
directory (via rsync
) to our UW Google Drive, I begane the data migration.
Synology provides a simple interface for this:
Select Shared Folders
Select the folder you want to move.
Edit
- Change “Location” from Volume1 to Volume2.
This process took a couple of days.
After the data migration, then I removed Volume1 and Storage Pool1.
Then, restarted the Synology and used Storage Manager to add the unused disks, formerly part of Volume 1, to the only remaining storage pool, Storage Pool2. Re-installed and started the Web Station app to re-enable access to the folder indexes for our web folders and now we’re up and running again!
The expansion of the storage pool to include the “newly added” disks will take quite a bit of time, but, in the end, we should end up with ~78TB of total storage space, in a RAID6 configuration.
In theory, this change of volume will not be noticeable for most of our regular usage. However, for rsync/ssh
, a user will now have to specify /volume2/web
instead of /volume1/web
like we previously did. There does not appear to be a way to change the name of the volume.