Changes between Version 70 and Version 71 of FAQ
- Timestamp:
- 2012-04-18T21:44:27Z (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FAQ
v70 v71 45 45 46 46 A cleaner solution would be to use LVM instead, which can combine several physical disks (or loop devices consisting of common files) to a single logical volume. This logical volume can then be mounted or symlinked to {{{$BASEDIR/storage}}}. This also is a more flexible solution because new disks can then be added seamlessly to the volume with LVM. 47 48 Another clean solution is to run three tahoe-lafs storage server processes—one for each of your three drives. That's what the Tahoe-LAFS developers would do. 47 49 48 50 '''[=#Q9_use_raid_with_tahoe_lafs Q9:] Would it make sense to not use any RAID and let Tahoe-LAFS deal with the redundancy?'''