I am seeking input/advice as to how to proceed with improving current volume setup.
The existing setup for the LF repository that I'm working with is as follows:
2 Logical Volumes (LVs).
- LV1
- LV2
Each LV has its own virtual drive. Drive capacity limit set to 4TB each as per organization policy.
- LV1 -> E: (1 TB)
- LV2 -> F: (4TB)
*Physical volume rollovers occur at 5GB.
The reason we have 2 LVs is because the original LV1 became full and could not be expanded, so LV2 was created and LV1 was left as is.
A workflow was created to brute force update every single folder in the repo to start using LV2 (Which i believe migrated all the folders to LV2 but not the existing files inside the folders).
The issue
LV2 is approaching the 4TB capacity. In anticipation for this, a new LV and virtual drive have been created.
- LV3 -> G:
The plan was to continue the same pattern of creating a new LV per 4TB drive and update folders to default to the new LV.
But after reading other volume rollover discussions and documentation/white pages, it appears that this is may not be the best approach.
It seems best to create a single master LV across all virtual drives and expand (change fixed path) per 4TB drive as needed. (Volume rollover would not handle this as this would be more of "drive" rollover and need to be manually done, correct?).
Can someone confirm if this is the best approach?
If so, would the following outline of the steps to do be accurate?
- create master LV and 4 TB drive
- use workflow to default all folders to master LV
- migrate files to master LV
- if full, create new 4TB drive and change master LV fixed path to new drive
- repeat as needed
- delete old LVs when empty
- profit?
Would this be a viable solution or would this "kick the can down the road" as eventually even the master LV would get too big and need to be retired and replaced?
Thank you for reading this far!