Increasing disk size

  • Thread starter Thread starter Anonymous
  • Start date Start date
A

Anonymous

Guest
If I installed onto a 10 gig disk and have a database that is getting on the verge of exceeding the size of the disk, what is the best/most-scalable way of adding disk space? I've read something about zfs and it kinda looked right but I want to make sure I don't do anything too complicated or just plain wrong since this is the first time I've done anything like this.
 
Easist way would be to add a second disk and dedicate it to the database files, moving the existing ones over to it.
 
Keep in mind, you can't add more disks to a single vdev on zfs (unless it's a single-disk or mirror vdev).
You'd have to add new vdevs, or replace the existing drives one by one.
 
Back
Top